mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 20:16:10 +01:00
FIX: Set correct dependency versions
This commit is contained in:
parent
b8abaef0d2
commit
871f31ec79
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"require" : {
|
||||
"php": ">=5.6.0",
|
||||
"typo3/cms": "~6.2",
|
||||
"typo3/cms": "~7.6",
|
||||
"ruflin/elastica": "~3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
@ -7,7 +7,7 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'clearCacheOnLoad' => 1,
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '6.2.0-6.2.99',
|
||||
'typo3' => '6.2.0-7.6.99',
|
||||
'php' => '5.6.0-7.99.99'
|
||||
],
|
||||
'conflicts' => [],
|
||||
|
|
Loading…
Reference in a new issue