diff --git a/README.md b/README.md index 3ed4a00..d232316 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ Platform Cookbooks --------- -* php * apt (leverages apt_repository LWRP) * yum (leverages yum_repository LWRP) diff --git a/metadata.rb b/metadata.rb index 73c6e13..7e62be7 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ license "Apache 2.0" description "Installs/Configures php-fpm" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.2.5" +version "0.3.0" depends "apt" depends "yum"