mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +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' => '',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'extbase' => '6.0',
|
||||
'fluid' => '6.0',
|
||||
'typo3' => '6.0',
|
||||
'fluid' => '6.0-6.2.99',
|
||||
'fluid' => '6.0-6.2.99',
|
||||
'fluid' => '6.0-6.2.99',
|
||||
),
|
||||
'conflicts' => array(
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue