Chef cookbook for Composer installing PHP CodeSniffer and additional coding standards.
This cookbook has been kitchen-tested against the following platforms:
- ubuntu-14.04
- Morphodo chef-composer cookbook
- Installs latest stable PHP Code Sniffer with CakePHP coding standard
- Fork it ( https://github.com/alt3/chef-phpcs/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Make sure test-kitchen and foodcritic tests pass
- Commit your changes (
git commit -am 'Adds some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request