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" + ] } }