mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 21:56:14 +01:00
[FIX] set correct TYPO3 version constraint in emconf
This commit is contained in:
parent
82bd5721eb
commit
df9421433d
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' => '6.2.0-7.6.99',
|
'typo3' => '7.6.0-7.6.99',
|
||||||
'php' => '5.6.0-7.99.99'
|
'php' => '5.6.0-7.99.99'
|
||||||
],
|
],
|
||||||
'conflicts' => [],
|
'conflicts' => [],
|
||||||
|
|
Loading…
Reference in a new issue