mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[BUGFIX] Correct version constraints for PHP in composer.json (#504)
This commit is contained in:
parent
5244e6f2e8
commit
d8ae581a83
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
"docs": "https://docs.typo3.org/p/ttn/tea/main/en-us/"
|
||||
},
|
||||
"require": {
|
||||
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0 || ~8.1",
|
||||
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0",
|
||||
"typo3/cms-core": "^10.4 || ^11.5.2",
|
||||
"typo3/cms-extbase": "^10.4 || ^11.5.2",
|
||||
"typo3/cms-fluid": "^10.4 || ^11.5.2",
|
||||
|
|
Loading…
Reference in a new issue