diff --git a/manifest.yml b/manifest.yml index 3940470..c4417f5 100644 --- a/manifest.yml +++ b/manifest.yml @@ -5,8 +5,8 @@ applications: instances: 1 host: code-igniter-demo path: . - buildpack: https://github.com/dmikusa-pivotal/cf-php-build-pack.git + buildpack: https://github.com/cloudfoundry/php-buildpack.git services: - - mysql-db + - my-test-mysql-db env: BP_DEBUG: "True"