mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[FEATURE] Re-allow installations on TYPO3 11LTS (#323)

This commit is contained in:
Oliver Klee 2021-10-19 02:22:07 +02:00 committed by GitHub
parent d8d55e05a6
commit e9606534b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z
### Added
- Allow installations on TYPO3 11LTS
### Changed

View file

@ -22,10 +22,10 @@
],
"require": {
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0",
"typo3/cms-core": "^9.5 || ^10.4",
"typo3/cms-extbase": "^9.5 || ^10.4",
"typo3/cms-fluid": "^9.5 || ^10.4",
"typo3/cms-frontend": "^9.5 || ^10.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 || ^6.0",
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4"
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.5"
},
"config": {
"preferred-install": {

View file

@ -7,7 +7,7 @@ $EM_CONF[$_EXTKEY] = [
'constraints' => [
'depends' => [
'php' => '7.2.0-7.4.99',
'typo3' => '9.5.0-10.4.99',
'typo3' => '9.5.0-11.5.99',
],
],
'state' => 'stable',