mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 19:56:13 +01:00
[BUGFIX] Fix composer.json validation errors
This commit is contained in:
parent
8623f687c5
commit
77674ae9c6
1 changed files with 6 additions and 4 deletions
|
@ -19,17 +19,19 @@
|
||||||
"homepage": "https://www.oliverklee.de"
|
"homepage": "https://www.oliverklee.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": "https://github.com/oliverklee/tea",
|
"support": {
|
||||||
|
"issues": "https://github.com/oliverklee/tea"
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.0.0 || ~7.1.0",
|
"php": "~7.0.0 || ~7.1.0",
|
||||||
"typo3/cms-core": "^7.6 || ^8.7",
|
"typo3/cms-core": "^7.6 || ^8.7"
|
||||||
"roave/security-advisories": "dev-master"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"namelesscoder/typo3-repository-client": "^1.2.0",
|
"namelesscoder/typo3-repository-client": "^1.2.0",
|
||||||
"nimut/testing-framework": "^2.0.0",
|
"nimut/testing-framework": "^2.0.0",
|
||||||
"phpunit/phpunit": "^5.7.0",
|
"phpunit/phpunit": "^5.7.0",
|
||||||
"mikey179/vfsStream": "^1.6.0"
|
"mikey179/vfsStream": "^1.6.0",
|
||||||
|
"roave/security-advisories": "dev-master"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"tea": "self.version",
|
"tea": "self.version",
|
||||||
|
|
Loading…
Reference in a new issue