mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-21 20:56:14 +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",
|
"homepage": "https://typo3.org",
|
||||||
"license": ["GPL-2.0+"],
|
"license": ["GPL-2.0+"],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2",
|
"php": "^7.2 || ^8.0",
|
||||||
"typo3/cms-core": "^10.0 || ^11.0",
|
"typo3/cms-core": "^10.0 || ^11.5",
|
||||||
"typo3/cms-frontend": "^10.0 || ^11.0"
|
"typo3/cms-frontend": "^10.0 || ^11.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"typo3/testing-framework": "^6.3.2"
|
"typo3/testing-framework": "^6.3.2"
|
||||||
|
|
|
@ -12,8 +12,8 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'version' => '1.0.1',
|
'version' => '1.0.1',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'typo3' => '10.4.0-11.0.0',
|
'typo3' => '10.4.0-11.5.99',
|
||||||
'frontend' => '10.4.0-11.0.0',
|
'frontend' => '10.4.0-11.5.99',
|
||||||
],
|
],
|
||||||
'conflicts' => [],
|
'conflicts' => [],
|
||||||
'suggests' => [],
|
'suggests' => [],
|
||||||
|
|
Loading…
Reference in a new issue