[MERGE] Branch 'master' of github_atticmedia:cjel/typo3-templates_aide

This commit is contained in:
Philipp Dieter 2021-11-21 23:12:27 +01:00
commit c563dcf069
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
} }
], ],
"require": { "require": {
"typo3/cms-core": "8.7.0 - 9.5.99", "typo3/cms-core": "8.7.0 - 10.99.99",
"sarhan/php-flatten": "^4.0" "sarhan/php-flatten": "^4.0"
}, },
"autoload": { "autoload": {

View File

@ -23,7 +23,7 @@ $EM_CONF[$_EXTKEY] = [
'version' => '0.0.1', 'version' => '0.0.1',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '8.7.0-9.5.99', 'typo3' => '8.7.0-10.99.99',
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [], 'suggests' => [],