mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 08:56:47 +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" : {
|
||||
"php": ">=5.6.0",
|
||||
"php": ">=7.1.0",
|
||||
"typo3/cms": "~8.7",
|
||||
"ruflin/elastica": "~3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5.7.0",
|
||||
"squizlabs/php_codesniffer": "~3.1.1",
|
||||
"typo3/cms": "~7.6"
|
||||
"phpunit/phpunit": "~6.4.4",
|
||||
"typo3/testing-framework": "~1.1.5",
|
||||
"squizlabs/php_codesniffer": "~3.1.1"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
|
Loading…
Reference in a new issue