mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:56:12 +01:00
[TASK] Require more specific TYPO3 versions (#4)
This commit is contained in:
parent
2146fb2cdd
commit
a0d823bed8
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.0.0 || ~7.1.0 || ~7.2.0",
|
"php": "~7.0.0 || ~7.1.0 || ~7.2.0",
|
||||||
"typo3/cms-core": "^7.6 || ^8.7",
|
"typo3/cms-core": "^7.6.23 || ^8.7.9",
|
||||||
"typo3/cms-fluid": "^7.6 || ^8.7",
|
"typo3/cms-fluid": "^7.6.23 || ^8.7.9",
|
||||||
"typo3/cms-frontend": "^7.6 || ^8.7"
|
"typo3/cms-frontend": "^7.6.23 || ^8.7.9"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nimut/testing-framework": "^2.0.0",
|
"nimut/testing-framework": "^2.0.0",
|
||||||
|
|
Loading…
Reference in a new issue