djoos-cookbooks / composer

Repository for composer cookbook
http://community.opscode.com/cookbooks/composer
MIT License
27 stars 38 forks source link

Feature/provider global install #62

Closed daften closed 8 years ago

daften commented 8 years ago

This gives the easy ability to have global installs. It is still very configurable and just extends composer_project to make global installs easier by default. This would make the phploc, phpmd, ... cookbooks a lot simpler!

It is based on the other PR (#61) I have opened. Fixes #51

An example on how it could be used can be seen here: https://github.com/daften/cookbook-phing/tree/feature/composer_install_global

daften commented 8 years ago

BTW: the next thing I'd prefer is to put tests in place with dummy recipes and kitchen :)

djoos commented 8 years ago

Thanks for your contribution @daften!

Kind regards, David