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:
Oliver Klee 2017-12-23 01:18:57 +01:00
parent 8623f687c5
commit 77674ae9c6

View file

@ -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",