mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 17:56:12 +02:00

[TASK] Add maximum TYPO3 versions to ext_emconf.php.

This commit is contained in:
Oliver Klee 2013-11-01 19:58:04 +01:00
parent 35e377ca6e
commit c408357dc6

View file

@ -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(
),