Skip to content

Commit 6335201

Browse files
committed
[FIX] Merge EM depends and conflicts constraints, see #2
1 parent 6140074 commit 6335201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
'conflicts' => '',
3333
'constraints' => array(
3434
'depends' => array(
35-
'typo3' => '6.0.0-6.2.99',
35+
'typo3' => '6.0.7-6.2.99',
3636
),
3737
'conflicts' => array(
3838
'scriptmerger' => '',
39-
'typo3' => '6.0.0,6.0.1,6.0.2,6.0.3,6.0.4,6.0.5,6.0.7,6.1.0,6.1.1,6.1.2',
39+
'typo3' => '6.1.0,6.1.1,6.1.2',
4040
),
4141
'suggests' => array(),
4242
),

0 commit comments

Comments
 (0)