From 5759a743c5d0bc7e87b2aabfe0f4c33372a49737 Mon Sep 17 00:00:00 2001 From: Stefano Kowalke Date: Tue, 28 Oct 2014 11:18:31 +0100 Subject: [PATCH] [TASK] Remove the require for custom installers --- composer.json | 5 +---- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2db1be6..3569eaf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "etobi/coreapi", "description": "Provides a simple to use API for common core features. Goal is to be able to do the most common tasks by CLI instead of doing it in the backend/browser.", "type": "typo3-cms-extension", - "version": "1.1.0", + "version": "1.1.1", "keywords": ["typo3", "extension", "deployment", "commandline", "cli"], "authors": [ { @@ -13,8 +13,5 @@ "name": "Stefano Kowalke" } ], - "require": { - "composer/installers": "~1.0" - }, "minimum-stability": "dev" } \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index 24320b1..e15eec6 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '1.1.0', + 'version' => '1.1.1', 'constraints' => array( 'depends' => array( 'typo3' => '6.2.0-6.2.99',