mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16: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"
|
||||
}
|
||||
],
|
||||
"support": "https://github.com/oliverklee/tea",
|
||||
"support": {
|
||||
"issues": "https://github.com/oliverklee/tea"
|
||||
},
|
||||
"require": {
|
||||
"php": "~7.0.0 || ~7.1.0",
|
||||
"typo3/cms-core": "^7.6 || ^8.7",
|
||||
"roave/security-advisories": "dev-master"
|
||||
"typo3/cms-core": "^7.6 || ^8.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"namelesscoder/typo3-repository-client": "^1.2.0",
|
||||
"nimut/testing-framework": "^2.0.0",
|
||||
"phpunit/phpunit": "^5.7.0",
|
||||
"mikey179/vfsStream": "^1.6.0"
|
||||
"mikey179/vfsStream": "^1.6.0",
|
||||
"roave/security-advisories": "dev-master"
|
||||
},
|
||||
"replace": {
|
||||
"tea": "self.version",
|
||||
|
|
Loading…
Reference in a new issue