aferrandini / bins
Bins installer for Bin utils
dev-master
2013-02-02 17:41 UTC
Requires
- php: >=5.3.2
- symfony/symfony: >=2.1
This package is auto-updated.
Last update: 2024-10-20 18:26:28 UTC
README
Change your composer.json
and this package as a requirement.
"require": {
...
"aferrandini/bins": "dev-master"
}
Then add the execution scripts to run on post-install-cmd and post-update-cmd
"scripts": {
"post-install-cmd": [
...
"Ferrandini\\Composer\\ScriptHandler::installBinUtils"
...
],
"post-update-cmd": [
...
"Ferrandini\\Composer\\ScriptHandler::installBinUtils"
...
]
}
Finally run composer install or update:
composer.phar install
composer.phar update