diff --git a/composer.json b/composer.json index 7efa8808..5023d3ea 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,8 @@ "php": ">=5.5.9", "laravel/framework": "5.2.*", "gregwar/captcha": "^1.1", - "devitek/yaml-translation": "^2.0" + "devitek/yaml-translation": "^2.0", + "filp/whoops": "^2.1" }, "require-dev": { "fzaninotto/faker": "~1.4", diff --git a/composer.lock b/composer.lock index 034b545c..9bfada4c 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": "e958cf75dad17ac662e486ae476ef335", - "content-hash": "7942c0324050826b3a5cfdcc39ffcd87", + "hash": "a56dfe4efdaef2e1455a8c729ab8ff5e", + "content-hash": "0604ae96da9040fd732a07399c3169a4", "packages": [ { "name": "classpreloader/classpreloader", @@ -199,6 +199,66 @@ ], "time": "2015-11-06 14:35:42" }, + { + "name": "filp/whoops", + "version": "2.1.3", + "source": { + "type": "git", + "url": "https://github.com/filp/whoops.git", + "reference": "8828aaa2178e0a19325522e2a45282ff0a14649b" + }, + "dist": { + "type": "zip", + "url": "https://packagist.phpcomposer.com/files/filp/whoops/8828aaa2178e0a19325522e2a45282ff0a14649b.zip", + "reference": "8828aaa2178e0a19325522e2a45282ff0a14649b", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "require-dev": { + "mockery/mockery": "0.9.*", + "phpunit/phpunit": "^4.8 || ^5.0", + "symfony/var-dumper": "~3.0" + }, + "suggest": { + "symfony/var-dumper": "Pretty print complex values better with var-dumper available", + "whoops/soap": "Formats errors as SOAP responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Whoops\\": "src/Whoops/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Filipe Dobreira", + "homepage": "https://github.com/filp", + "role": "Developer" + } + ], + "description": "php error handling for cool kids", + "homepage": "https://github.com/filp/whoops", + "keywords": [ + "error", + "exception", + "handling", + "library", + "whoops", + "zf2" + ], + "time": "2016-05-06 18:25:35" + }, { "name": "gregwar/captcha", "version": "v1.1.1",