Installs PHP5.6 using Ondřej Surý PPA.
This cookbook is test-kitchen tested against the following platforms:
- ubuntu-14.04
- Opscode apt LWRP Cookbook
Installs PHP 5.6
- Fork it ( https://github.com/alt3/chef-php5-ppa/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