mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:36:14 +02:00

[TASK] Require more specific TYPO3 versions (#4)

This commit is contained in:
Oliver Klee 2018-01-25 16:15:33 +01:00 committed by GitHub
parent 2146fb2cdd
commit a0d823bed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,9 +27,9 @@
},
"require": {
"php": "~7.0.0 || ~7.1.0 || ~7.2.0",
"typo3/cms-core": "^7.6 || ^8.7",
"typo3/cms-fluid": "^7.6 || ^8.7",
"typo3/cms-frontend": "^7.6 || ^8.7"
"typo3/cms-core": "^7.6.23 || ^8.7.9",
"typo3/cms-fluid": "^7.6.23 || ^8.7.9",
"typo3/cms-frontend": "^7.6.23 || ^8.7.9"
},
"require-dev": {
"nimut/testing-framework": "^2.0.0",