Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit bdea169

Browse files
committed
[TASK] Add version restrictions to ext_emconf.php.
1 parent d60c040 commit bdea169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
'version' => '0.0.1',
2121
'constraints' => array(
2222
'depends' => array(
23-
'cms' => '',
24-
'extbase' => '',
25-
'fluid' => '',
23+
'typo3' => '4.5.0-6.1.99',
24+
'extbase' => '1.3.0-6.1.99',
25+
'fluid' => '1.3.0-6.1.99',
2626
),
2727
'conflicts' => array(
2828
),

0 commit comments

Comments
 (0)