Set BUILDPACK_URL to Heroku PHP buildpack

This commit is contained in:
James Brooks 2015-02-21 13:08:03 +00:00
parent db70d4c623
commit 8a10488f7b

View File

@ -18,6 +18,10 @@
"ENV": {
"value": "heroku",
"description": "Do not modify this value as it's required to work on Heroku."
},
"BUILDPACK_URL": {
"value": "https://github.com/heroku/heroku-buildpack-php",
"description": "Do not modify this value as it's required to work on Heroku."
}
},
"scripts": {