mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 14:36:12 +01:00
[TASK] Require TYPO3 >= 7.6
This commit is contained in:
parent
8c6c27fe31
commit
3b38342345
1 changed files with 1 additions and 4 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Reference in a new issue