Run composer

This commit is contained in:
James Brooks 2016-01-18 14:14:03 +00:00
parent 1a2d6bac39
commit 47edd1bd55

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