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

[TASK] Require TYPO3 >= 7.6

This commit is contained in:
Oliver Klee 2017-04-24 17:43:59 +02:00
parent 8c6c27fe31
commit 3b38342345

View file

@ -30,10 +30,7 @@ $EM_CONF[$_EXTKEY] = [
'version' => '1.0.0',
'constraints' => [
'depends' => [
'php' => '5.5.0-7.6.99',
'typo3' => '6.2.0-7.6.99',
'extbase' => '6.2.0-7.6.99',
'fluid' => '6.2.0-7.6.99',
'typo3' => '7.6.0-8.7.99',
'phpunit' => '4.0.0-5.9.99',
],
'conflicts' => [