From b7e0a545bc84c8104c78d3537ccbb725e03709d1 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 16 Apr 2014 11:03:40 +0000 Subject: [PATCH] Adding post install script --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 40aada7d..2f7b45b7 100644 --- a/composer.json +++ b/composer.json @@ -52,5 +52,11 @@ "atoum/atoum": "Atoum", "jakub-onderka/php-parallel-lint": "Parallel Linting Tool", "behat/behat": "Behat BDD Testing" + }, + + "scripts": { + "post-root-package-install": [ + "./console phpci:install" + ] } }