Merge pull request #8 from fnagel/main

[TASK] Support TYPO3 11.5 and PHP 8.0
This commit is contained in:
Benni Mack 2022-02-16 10:18:45 +01:00 committed by GitHub
commit 3b6a356789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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' => [],