From 7c956250b700f1c5afeaf6a1089eb6833d810190 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 20 Dec 2014 18:05:34 +0000 Subject: [PATCH] Remove BUILDPACK_URL ENV key for now --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.json b/app.json index 141d871a..058157e5 100644 --- a/app.json +++ b/app.json @@ -15,8 +15,7 @@ "cleardb" ], "env": { - "ENV": "heroku", - "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-php" + "ENV": "heroku" }, "scripts": { "postdeploy": "php artisan migrate; php artisan key:generate"