mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[TASK] Add support for TYPO3 11.5 (#314)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
31f6a6600e
commit
d548eda14e
1 changed files with 5 additions and 5 deletions
|
@ -22,10 +22,10 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0",
|
||||
"typo3/cms-core": "^9.5 || ^10.4 || ^11.4",
|
||||
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.4",
|
||||
"typo3/cms-fluid": "^9.5 || ^10.4 || ^11.4",
|
||||
"typo3/cms-frontend": "^9.5 || ^10.4 || ^11.4"
|
||||
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5",
|
||||
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5",
|
||||
"typo3/cms-fluid": "^9.5 || ^10.4 || ^11.5",
|
||||
"typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5"
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/tea": "self.version"
|
||||
|
@ -50,7 +50,7 @@
|
|||
"seld/jsonlint": "^1.8.3",
|
||||
"squizlabs/php_codesniffer": "^3.6.0",
|
||||
"symfony/yaml": "^4.4.29 || ^5.3.6",
|
||||
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.4"
|
||||
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.5"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": {
|
||||
|
|
Loading…
Reference in a new issue