[task] increase compatible typo3 version

This commit is contained in:
Daniel Maier 2018-10-17 15:58:10 +02:00
parent 3659a15585
commit 09167c02ca
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
},
"require": {
"php": ">=7.0.0",
"typo3/cms": ">= 7.6.0 < 9.0.0",
"typo3/cms": ">= 7.6.0 < 10.0.0",
"ruflin/elastica": "~3.2",
"friendsoftypo3/typo3db-legacy": "^1.1.1"
},

View file

@ -7,7 +7,7 @@ $EM_CONF[$_EXTKEY] = [
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
'typo3' => '7.6.0-9.5.99',
'php' => '7.0.0-7.2.99'
],
'conflicts' => [],