diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3626e2f..2759b2c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,13 +1,7 @@ - - - - - - - + @@ -200,8 +194,8 @@ - @@ -471,15 +465,15 @@ - + - - + diff --git a/composer.json b/composer.json index f9f2a27..5e334c3 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,8 @@ "symfony/console": "^3.1", "texthtml/whoops-silex": "^1.0", "symfony/debug-bundle": "^3.1", - "friendsofphp/php-cs-fixer": "^1.11" + "friendsofphp/php-cs-fixer": "^1.11", + "heroku/heroku-buildpack-php": "^108.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index e9f5494..7612110 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "84ec84a01cd2f9b1398d356bc5e7dc63", - "content-hash": "d91f02739d0cdaa4d0346a6c0f765fc3", + "hash": "96bd34ea2d8b4071fc21838708d5d029", + "content-hash": "def5c6484dffd9a153773cb7f569868f", "packages": [ { "name": "google/recaptcha", @@ -2564,6 +2564,50 @@ "description": "A tool to automatically fix PHP code style", "time": "2016-07-06 22:49:35" }, + { + "name": "heroku/heroku-buildpack-php", + "version": "v108", + "source": { + "type": "git", + "url": "https://github.com/heroku/heroku-buildpack-php.git", + "reference": "afca47645064b9d28a6a7d9e470eb76c076d75b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/afca47645064b9d28a6a7d9e470eb76c076d75b6", + "reference": "afca47645064b9d28a6a7d9e470eb76c076d75b6", + "shasum": "" + }, + "bin": [ + "bin/heroku-hhvm-apache2", + "bin/heroku-hhvm-nginx", + "bin/heroku-php-apache2", + "bin/heroku-php-nginx" + ], + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "David Zuelke", + "email": "dz@heroku.com" + } + ], + "description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku", + "homepage": "https://github.com/heroku/heroku-buildpack-php", + "keywords": [ + "apache", + "apache2", + "foreman", + "heroku", + "hhvm", + "nginx", + "php" + ], + "time": "2016-07-08 21:43:10" + }, { "name": "sebastian/diff", "version": "1.4.1",