mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-21 16:56:13 +01:00
[TASK] Support TYPO3 11.5 and PHP 8.0
This commit is contained in:
parent
3ffd7aff4a
commit
fc8674f5b5
2 changed files with 5 additions and 5 deletions
|
@ -5,9 +5,9 @@
|
|||
"homepage": "https://typo3.org",
|
||||
"license": ["GPL-2.0+"],
|
||||
"require": {
|
||||
"php": "^7.2",
|
||||
"typo3/cms-core": "^10.0 || ^11.0",
|
||||
"typo3/cms-frontend": "^10.0 || ^11.0"
|
||||
"php": "^7.2 || ^8.0",
|
||||
"typo3/cms-core": "^10.0 || ^11.5",
|
||||
"typo3/cms-frontend": "^10.0 || ^11.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"typo3/testing-framework": "^6.3.2"
|
||||
|
|
|
@ -12,8 +12,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'version' => '1.0.1',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '10.4.0-11.0.0',
|
||||
'frontend' => '10.4.0-11.0.0',
|
||||
'typo3' => '10.4.0-11.5.99',
|
||||
'frontend' => '10.4.0-11.5.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue