From e661913d3f7762133c513de8f9614c1664739d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Strangh=C3=B6ner?= Date: Tue, 24 Nov 2015 08:50:57 +0100 Subject: [PATCH] Update M --- ext_emconf.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index e1c8ad1..0ae510e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ /* * ************************************************************* * Copyright notice * - * (c) 2014 Kevin Purrmann + * (c) 2015 Mittwald CM Service GmbH & Co. KG * * All rights reserved * @@ -37,9 +37,9 @@ 'version' => '1.1-dev', 'constraints' => array( 'depends' => array( - 'typo3' => '6.0.0-7.2.0', - 'extbase' => '6.0.0-7.2.0', - 'fluid' => '6.0.0-7.2.0', + 'typo3' => '6.0.0-7.9.99', + 'extbase' => '6.0.0-7.9.99', + 'fluid' => '6.0.0-7.9.99', ) ) );