From d483f2cd870e3f99905dd3c8b049bfc68843ff7b Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 7 Aug 2014 13:40:52 +0200 Subject: [PATCH] [BUGFIX] Another attempt to fix TYPO3 dependencies, see #2 --- ext_emconf.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 28ff6a2..4ed8e2a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,8 +36,7 @@ ), 'conflicts' => array( 'scriptmerger' => '', - 'typo3' => '6.1.0-6.1.2', - 'typo3' => '6.0.0-6.0.7', + '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', ), 'suggests' => array(), ),