mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01: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:
parent
37fb536ec0
commit
f941268b04
3 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Bump the minimal 10.4 Extbase requirement (#514)
|
||||||
- Explicitly require Prophecy (#511)
|
- Explicitly require Prophecy (#511)
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0",
|
"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-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-fluid": "^10.4 || ^11.5.2",
|
||||||
"typo3/cms-frontend": "^10.4 || ^11.5.2"
|
"typo3/cms-frontend": "^10.4 || ^11.5.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -9,6 +9,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'php' => '7.2.0-8.1.99',
|
'php' => '7.2.0-8.1.99',
|
||||||
'typo3' => '10.4.0-11.5.99',
|
'typo3' => '10.4.0-11.5.99',
|
||||||
|
'extbase' => '10.4.6-11.5.99',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
|
|
Loading…
Reference in a new issue