mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:56:12 +01:00
[TASK] Add maximum TYPO3 versions to ext_emconf.php.
This commit is contained in:
parent
35e377ca6e
commit
c408357dc6
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ $EM_CONF[$_EXTKEY] = array(
|
||||||
'version' => '',
|
'version' => '',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array(
|
'depends' => array(
|
||||||
'extbase' => '6.0',
|
'fluid' => '6.0-6.2.99',
|
||||||
'fluid' => '6.0',
|
'fluid' => '6.0-6.2.99',
|
||||||
'typo3' => '6.0',
|
'fluid' => '6.0-6.2.99',
|
||||||
),
|
),
|
||||||
'conflicts' => array(
|
'conflicts' => array(
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue