diff --git a/composer.json b/composer.json deleted file mode 100644 index c4d4f73..0000000 --- a/composer.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "typo3-themes/themes-gridelements", - "type": "typo3-cms-extension", - "description": "TYPO3 THEMES Gridelements datastructures", - "version": "0.6.4", - "homepage": "http://typo3-themes.org", - "license": ["GPL-2.0+"], - "keywords": ["TYPO3 CMS", "TYPO3 THEMES", "THEMES", "THEMES", "FLUID", "CUSTOMIZE"], - "support": { - "issues": "https://github.com/typo3-themes/themes_gridelements/issues" - }, - "autoload": { - "psr-4": { "KayStrobach\\ThemesGridelements\\": "Classes/"} - }, - "autoload-dev": { - "psr-4": { "KayStrobach\\Themes\\ThemesGridelements\\": "tests/"} - }, - "replace": { - "themes_gridelements": "self.version", - "typo3-ter/themes-gridelements": "self.version" - }, - "require": { - "typo3-themes/themes": "dev-master" - } -} diff --git a/ext_emconf.php b/ext_emconf.php index 9e84b52..75a922e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ 'description' => '', 'category' => 'fe', 'shy' => 0, - 'version' => '0.6.4', + 'version' => '0.6.5', 'dependencies' => '', 'conflicts' => '', 'priority' => '',