Update ext_emconf.php

Fix TYPO3 version constraints
This commit is contained in:
Alexander Bigga 2022-02-15 12:08:10 +01:00 committed by GitHub
parent 059be3f82b
commit 34bb8d17cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $EM_CONF[$_EXTKEY] = array (
'constraints' => array (
'depends' => array (
'php' => '7.0.0-',
'typo3' => '7.6.0-',
'typo3' => '7.6.0-7.6.99',
),
'conflicts' => array (
),