mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-26 02:16:10 +01:00
[task] increase compatible typo3 version
This commit is contained in:
parent
3659a15585
commit
09167c02ca
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0",
|
||||||
"typo3/cms": ">= 7.6.0 < 9.0.0",
|
"typo3/cms": ">= 7.6.0 < 10.0.0",
|
||||||
"ruflin/elastica": "~3.2",
|
"ruflin/elastica": "~3.2",
|
||||||
"friendsoftypo3/typo3db-legacy": "^1.1.1"
|
"friendsoftypo3/typo3db-legacy": "^1.1.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,7 +7,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'clearCacheOnLoad' => 1,
|
'clearCacheOnLoad' => 1,
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'typo3' => '7.6.0-8.7.99',
|
'typo3' => '7.6.0-9.5.99',
|
||||||
'php' => '7.0.0-7.2.99'
|
'php' => '7.0.0-7.2.99'
|
||||||
],
|
],
|
||||||
'conflicts' => [],
|
'conflicts' => [],
|
||||||
|
|
Loading…
Reference in a new issue