sanpi / twitter-bootstrap-installer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Composer post-install helper for Twitter bootstrap
1.2.0
2014-07-28 20:03 UTC
Requires
- oyejorge/less.php: ~1.6
- twitter/bootstrap: ~3.0
This package is auto-updated.
Last update: 2021-01-12 15:12:57 UTC
README
Installation
In your composer project:
$ composer require sanpi/twitter-bootstrap-installer
And append this configuration in composer.json
:
"scripts": {
"post-install-cmd": "Sanpi\\TwitterBootstrap\\Composer\\ScriptHandler::postInstall",
"post-update-cmd": "Sanpi\\TwitterBootstrap\\Composer\\ScriptHandler::postUpdate"
},
"extra": {
"symfony-web-dir": "web"
}