dev-master
9999999-dev https://github.com/aferrandini/binsBins installer for Bin utils
MIT
The Requires
- php >=5.3.2
- symfony/symfony >=2.1
symfony utils bin fixperms clearcache
Bins installer for Bin utils
Change your composer.json
and this package as a requirement., (*1)
"require": { ... "aferrandini/bins": "dev-master" }
Then add the execution scripts to run on post-install-cmd and post-update-cmd, (*2)
"scripts": { "post-install-cmd": [ ... "Ferrandini\\Composer\\ScriptHandler::installBinUtils" ... ], "post-update-cmd": [ ... "Ferrandini\\Composer\\ScriptHandler::installBinUtils" ... ] }
Finally run composer install or update:, (*3)
composer.phar install composer.phar update
Bins installer for Bin utils
MIT
symfony utils bin fixperms clearcache