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

[BUGFIX] Bump the minimal 10.4 Extbase requirement (#514)

Extbase < 10.4.6 has a bug that causes it to stumble over PHPDoc
annotations in the repository.
This commit is contained in:
Oliver Klee 2022-08-24 12:54:33 +02:00 committed by GitHub
parent 37fb536ec0
commit f941268b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Removed
### Fixed
- Bump the minimal 10.4 Extbase requirement (#514)
- Explicitly require Prophecy (#511)
## 2.0.0

View file

@ -29,7 +29,7 @@
"require": {
"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-extbase": "^10.4.6 || ^11.5.2",
"typo3/cms-fluid": "^10.4 || ^11.5.2",
"typo3/cms-frontend": "^10.4 || ^11.5.2"
},

View file

@ -9,6 +9,7 @@ $EM_CONF[$_EXTKEY] = [
'depends' => [
'php' => '7.2.0-8.1.99',
'typo3' => '10.4.0-11.5.99',
'extbase' => '10.4.6-11.5.99',
],
],
'state' => 'stable',