Merge pull request #83 from demlasjr/patch-1

Added back BUILDPACK_URL
This commit is contained in:
James Brooks
2014-12-21 21:01:55 +00:00

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"