From 482bba5d419166c5b732ced64e2f2ff0ca0e4b1c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 1 Jan 2015 11:09:39 +0000 Subject: [PATCH] Fixes #163 --- Procfile | 1 - app.json | 2 +- composer.json | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 Procfile diff --git a/Procfile b/Procfile deleted file mode 100644 index 0e26515a..00000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: vendor/bin/heroku-php-apache2 public diff --git a/app.json b/app.json index a721fe66..df3f588c 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ ], "env": { "ENV": { "value": "heroku", "description": "Do not modify this value to work on Heroku" }, - "BUILDPACK_URL": { "value": "https://github.com/heroku/heroku-buildpack-php", "description": "Do not modify this value to work on Heroku" } + "BUILDPACK_URL": { "value": "https://github.com/Scalingo/appsdeck-buildpack-php", "description": "Do not modify this value to work on Heroku" } }, "scripts": { "postdeploy": "php artisan migrate --env=heroku; php artisan key:generate" diff --git a/composer.json b/composer.json index 79dca59c..62836dfc 100644 --- a/composer.json +++ b/composer.json @@ -39,8 +39,7 @@ } }, "extra": { - "heroku": { - "framework": "silex", + "paas": { "document-root": "public", "index-document": "index.php", "log-files": [