From 8a10488f7bf157741eab982fbad699cd6432df47 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 21 Feb 2015 13:08:03 +0000 Subject: [PATCH] Set BUILDPACK_URL to Heroku PHP buildpack --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 94e1ee0d..9a955acb 100644 --- a/app.json +++ b/app.json @@ -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": {