From 49395c5a22dad089c9b37213aaab13b30a6bb8d1 Mon Sep 17 00:00:00 2001 From: Rens Admiraal Date: Sun, 13 Oct 2013 17:36:01 +0200 Subject: [PATCH] [TASK] Remove custom installer --- composer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 77b0eac..598f4f7 100644 --- a/composer.json +++ b/composer.json @@ -18,17 +18,10 @@ } ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/Konafets/installers.git" - } - ], - "require": { "php": ">=5.2.1", "squizlabs/php_codesniffer": "1.*", - "konafets/installers": "dev-phpcsStandardInstaller" + "simplyadmire/composer-plugins": "*" }, "suggest": {