mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 04:16:11 +01:00
BUGFIX: Fix broken dependencies
This commit is contained in:
parent
b7b783a7fe
commit
0bac2df6a4
1 changed files with 5 additions and 4 deletions
|
@ -16,13 +16,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require" : {
|
"require" : {
|
||||||
"php": ">=5.6.0",
|
"php": ">=7.1.0",
|
||||||
|
"typo3/cms": "~8.7",
|
||||||
"ruflin/elastica": "~3.2"
|
"ruflin/elastica": "~3.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~5.7.0",
|
"phpunit/phpunit": "~6.4.4",
|
||||||
"squizlabs/php_codesniffer": "~3.1.1",
|
"typo3/testing-framework": "~1.1.5",
|
||||||
"typo3/cms": "~7.6"
|
"squizlabs/php_codesniffer": "~3.1.1"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
|
|
Loading…
Reference in a new issue