Merge pull request #1374 from CachetHQ/deps

Update exceptions package and whoops
This commit is contained in:
James Brooks
2016-01-18 14:25:58 +00:00
2 changed files with 20 additions and 19 deletions

View File

@@ -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",

35
composer.lock generated
View File

@@ -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",