Added support for TYPO3 v10.4

This commit is contained in:
Marcel Kapfer 2021-03-29 17:02:33 +02:00
parent d250cf4ca8
commit 2b0c812ced
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
3 changed files with 6 additions and 5 deletions

View file

@ -24,9 +24,9 @@ $EM_CONF[$_EXTKEY] = [
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.3.99',
'extbase' => '8.7.0-9.99.99',
'fluid' => '8.7.0-9.99.99',
'typo3' => '8.7.0-10.4.99',
'extbase' => '8.7.0-10.4.99',
'fluid' => '8.7.0-10.4.99',
'php' => '7.0.0-0.0.0'
],
'conflicts' => [],