Adding post install script

This commit is contained in:
Dan Cryer 2014-04-16 11:03:40 +00:00
parent 0e6523e2cd
commit b7e0a545bc

View file

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