mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-21 22:36:12 +01:00
[BUGFIX] Fix ext_emconf dependencies
This commit is contained in:
parent
9c51674435
commit
df14ee96a2
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'version' => '1.0.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '11.0.0',
|
||||
'extbase' => '11.0.0',
|
||||
'fluid' => '11.0.0',
|
||||
'typo3' => '10.4.0-11.0.0',
|
||||
'frontend' => '10.4.0-11.0.0',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
|
|
Loading…
Reference in a new issue