From 447c639e0293073bcc28d854b0b2b2cda77257b4 Mon Sep 17 00:00:00 2001 From: dmh Date: Mon, 13 Feb 2017 19:17:47 +0200 Subject: [PATCH] [UPDATE] required dependencies config --- composer.json | 3 +++ ext_emconf.php | 12 +++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c601fc4..f47c10b 100644 --- a/composer.json +++ b/composer.json @@ -6,5 +6,8 @@ "license": "GPL-2.0+", "support": { "issues": "https://github.com/t3kit/theme_t3kit_bluemountain/issues" + }, + "require": { + "t3kit/theme-t3kit": "1.9.0" } } diff --git a/ext_emconf.php b/ext_emconf.php index 47ffe25..6978db4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,15 +24,9 @@ 'CGLcompliance_note' => '', 'constraints' => array( 'depends' => array( - 'php' => '5.5.0-7.0.99', - 'typo3' => '7.5.0-7.6.99', - 'themes' => '7.0.2-7.0.99', - 'dyncss' => '0.7.8-0.7.99', - 'dyncss_less' => '0.7.7-0.7.99', - 't3kit_extension_tools' => '1.1.0-1.1.99', - 'fluid_styled_content' => '0.0.0-0.0.0', - 'gridelements' => '7.0.5-7.0.99', - 'theme_t3kit' => '1.9.0-1.9.99', + 'php' => '5.5.0-7.1.99', + 'typo3' => '7.6.0-7.6.99', + 'theme_t3kit' => '1.9.0', ), 'conflicts' => array( ),