From f0d0d47e378801272c13c3192a66a2c8d4cf1fff Mon Sep 17 00:00:00 2001 From: Jackk Goh Date: Mon, 2 Apr 2018 11:21:02 +0800 Subject: [PATCH] add heroku buildpack for php --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e5f1d9b..8d2053c 100755 --- a/composer.json +++ b/composer.json @@ -37,7 +37,10 @@ "doctrine/dbal": "2.3.4", "swiftmailer/swiftmailer": "5.1.0", "twilio/sdk": "^5.16" - }, + }, + "require-dev": { + "heroku/heroku-buildpack-php": "*" + }, "config": { "vendor-dir": "includes/vendor" }