mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 20:16:12 +01:00
Adjust TYPO3 constraints also in ext_emconf
This commit is contained in:
parent
274844dbba
commit
7270ae0035
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'clearCacheOnLoad' => 1,
|
'clearCacheOnLoad' => 1,
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'typo3' => '7.6.0-9.5.99',
|
'typo3' => '8.7.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