Skip to content

Commit

Permalink
[BUGFIX] Dependencies in ext_emconf.php (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Oct 5, 2021
1 parent c07dfce commit 5434a3b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
'author_email' => '',
'constraints' => [
'depends' => [
'typo3' => '10.4.10-10.4.99',
'bootstrap_package' => '11.0.3-11.0.99',
'extensionmanager' => '10.4.10-10.4.99',
'felogin' => '10.4.10-10.4.99',
'filemetadata' => '10.4.10-10.4.99',
'form' => '10.4.10-10.4.99',
'impexp' => '10.4.10-10.4.99',
'indexed_search' => '10.4.10-10.4.99',
'tstemplate' => '10.4.10-10.4.99',
'typo3' => '11.5.0-11.5.99',
'bootstrap_package' => '12.0.3-12.9.99',
'extensionmanager' => '11.5.0-11.5.99',
'felogin' => '11.5.0-11.5.99',
'filemetadata' => '11.5.0-11.5.99',
'form' => '11.5.0-11.5.99',
'impexp' => '11.5.0-11.5.99',
'indexed_search' => '11.5.0-11.5.99',
'tstemplate' => '11.5.0-11.5.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 5434a3b

Please sign in to comment.