diff --git a/composer.json b/composer.json index 2da6d22b..20a9a073 100644 --- a/composer.json +++ b/composer.json @@ -2,12 +2,12 @@ "name": "typo3-themes/themes", "type": "typo3-cms-extension", "description": "TYPO3 THEMES", - "version": "2.5.0", + "version": "2.5.1", "homepage": "http://typo3-themes.org", "license": ["GPL-2.0+"], "keywords": ["TYPO3 CMS", "TYPO3 THEMES", "THEMES", "THEMES", "FLUID", "CUSTOMIZE"], "require": { - "typo3/cms-core": "~7.6.0|<8.0" + "typo3/cms-core": "~6.2.0|<7.0" }, "support": { "issues": "https://github.com/typo3-themes/themes/issues" diff --git a/ext_emconf.php b/ext_emconf.php index 463e6e03..143decfa 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -13,7 +13,7 @@ 'description' => '', 'category' => 'fe', 'shy' => 0, - 'version' => '2.5.0', + 'version' => '2.5.1', 'dependencies' => '', 'conflicts' => '', 'priority' => '', @@ -32,7 +32,7 @@ 'CGLcompliance_note' => '', 'constraints' => array( 'depends' => array( - 'typo3' => '7.6.0-7.6.99', + 'typo3' => '6.2.0-6.2.99', 'static_info_tables' => '6.3.0-6.3.99', 'yaml_parser' => '1.0.0-1.0.99', ),