[TASK] Support TYPO3 11.5 and PHP 8.0

This commit is contained in:
Felix Nagel 2021-12-15 16:11:28 +01:00
parent 3ffd7aff4a
commit fc8674f5b5
No known key found for this signature in database
GPG key ID: 37DA33686D8FCEE4
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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' => [],