mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-26 04:56:11 +01:00
[task] change requirement of typo3 cms core
This commit is contained in:
parent
09167c02ca
commit
01e2179b14
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0",
|
||||||
"typo3/cms": ">= 7.6.0 < 10.0.0",
|
"typo3/cms-core": ">= 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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue