From 1a2d6bac395bea8fba65fb36e1cbe1c9fac3c857 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 18 Jan 2016 10:16:19 +0000 Subject: [PATCH 1/2] Updated dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e3e220a2..db98d9f0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "graham-campbell/core": "^4.2", "graham-campbell/markdown": "^6.0", "graham-campbell/throttle": "^5.1", - "graham-campbell/exceptions": "^8.1", + "graham-campbell/exceptions": "^8.2", "guzzlehttp/guzzle": "^6.1", "jenssegers/date": "^3.1", "mccool/laravel-auto-presenter": "^4.2", @@ -42,7 +42,7 @@ }, "require-dev": { "alt-three/testbench": "^1.1", - "filp/whoops": "^1.1", + "filp/whoops": "^2.0", "fzaninotto/faker": "^1.5", "graham-campbell/testbench-core": "^1.1", "mockery/mockery": "0.9.4", From 47edd1bd55be2389de10e40626267cf61eec6745 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 18 Jan 2016 14:14:03 +0000 Subject: [PATCH 2/2] Run composer --- composer.lock | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/composer.lock b/composer.lock index 64aca036..ac2269e7 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": "f7793f351594fb7ae29e290d6438ef68", - "content-hash": "ef75c206db8997c52f893fd0a4f29c16", + "hash": "c883da26205303a1187f79298ae352ee", + "content-hash": "de693b6652629d40adbc9ea42ba18aab", "packages": [ { "name": "alt-three/bus", @@ -3789,37 +3789,39 @@ }, { "name": "filp/whoops", - "version": "1.1.10", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "72538eeb70bbfb11964412a3d098d109efd012f7" + "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7", - "reference": "72538eeb70bbfb11964412a3d098d109efd012f7", + "url": "https://api.github.com/repos/filp/whoops/zipball/a327942c50cbd62b25c6fbe08f173031ce25fbff", + "reference": "a327942c50cbd62b25c6fbe08f173031ce25fbff", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.5.9" }, "require-dev": { - "mockery/mockery": "0.9.*" + "mockery/mockery": "0.9.*", + "phpunit/phpunit": "^4.8 || ^5.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": "1.2-dev" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-0": { - "Whoops": "src/" - }, - "classmap": [ - "src/deprecated" - ] + "psr-4": { + "Whoops\\": "src/Whoops/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3839,11 +3841,10 @@ "exception", "handling", "library", - "silex-provider", "whoops", "zf2" ], - "time": "2015-06-29 05:42:04" + "time": "2016-01-06 17:51:21" }, { "name": "fzaninotto/faker",