Dropped support for v7 and actived v9

This commit is contained in:
Marcel Kapfer 2018-08-27 00:07:13 +02:00
parent e639db676b
commit 3fc49016c5
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
3 changed files with 6 additions and 6 deletions

View file

@ -34,10 +34,10 @@ $EM_CONF[$_EXTKEY] = [
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.99.99',
'extbase' => '7.6.0-8.99.99',
'fluid' => '7.6.0-8.99.99',
'php' => '5.5.0-0.0.0'
'typo3' => '8.7.0-9.3.99',
'extbase' => '8.7.0-9.99.99',
'fluid' => '8.7.0-9.99.99',
'php' => '7.0.0-0.0.0'
],
'conflicts' => [],
'suggests' => [],