From 4b2815a76f8765a9d04687718dbb343bd50725ee Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 16 Apr 2014 12:05:45 +0100 Subject: [PATCH] Fixing previous commit >_> --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index b3b9213b..40aada7d 100644 --- a/composer.json +++ b/composer.json @@ -52,11 +52,5 @@ "atoum/atoum": "Atoum", "jakub-onderka/php-parallel-lint": "Parallel Linting Tool", "behat/behat": "Behat BDD Testing" - }, - - "scripts": { - "post-create-project-cmd": [ - "./console phpci:install" - ] } }