mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:16:13 +01:00

[BUGFIX] Require at least TYPO3 11.5.2 for 11LTS (#335)

This fixes a missing Symfony polyfill for `str_starts_with` in
TYPO3 11.5.0 and 11.5.1, which fixes a crash in the unit tests with
TYPO3 11LTS and PHP 7.4 using the lowest possible Composer dependencies.
This commit is contained in:
Oliver Klee 2021-11-04 01:30:42 +01:00 committed by GitHub
parent 1d9d3b2f69
commit 659735dd5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Allow installations on TYPO3 11LTS
### Changed
- Require at least TYPO3 11.5.2 for 11LTS (#335)
- Upgrade to PHPUnit 8.5 (#328)
### Deprecated

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 || ^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"
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5.2",
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5.2",
"typo3/cms-fluid": "^9.5 || ^10.4 || ^11.5.2",
"typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5.2"
},
"replace": {
"typo3-ter/tea": "self.version"
@ -50,7 +50,7 @@
"seld/jsonlint": "^1.8.3",
"squizlabs/php_codesniffer": "^3.6.1",
"symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0",
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.5"
"typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.5.2"
},
"config": {
"preferred-install": {