summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/webapp/metadata.rb
blob: f0ce5ac0400194139795ce369ad6728c17209b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
name             "webapp"
maintainer       ""
maintainer_email ""
license          "Apache-2.0"
description      "Installs/Configures webapp"
long_description "Installs/Configures webapp"
version          "0.1.0"

depends "apache2", "~> 4.0.0"
depends "database", "~> 6.1.1"
depends "php", "~> 4.5.0"