Added back BUILDPACK_URL

This commit is contained in:
demlasjr 2014-12-21 22:01:17 +01:00
parent 9d4f65bb73
commit 163c45a992

View File

@ -15,7 +15,8 @@
"cleardb"
],
"env": {
"ENV": "heroku"
"ENV": "heroku",
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-php"
},
"scripts": {
"postdeploy": "php artisan migrate; php artisan key:generate"