Updated dependencies, Whoops is now 1.1.9

This commit is contained in:
James Brooks 2015-11-22 19:24:37 +00:00
parent 13695c5b1e
commit 18281a65ac

12
composer.lock generated
View File

@ -982,20 +982,20 @@
}, },
{ {
"name": "filp/whoops", "name": "filp/whoops",
"version": "1.1.8", "version": "1.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filp/whoops.git", "url": "https://github.com/filp/whoops.git",
"reference": "df6f140c89876f687c98c8af4f07ae09cf6bdc2e" "reference": "c9abab430c5a019724425b57093fc4c853cf716a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/df6f140c89876f687c98c8af4f07ae09cf6bdc2e", "url": "https://api.github.com/repos/filp/whoops/zipball/c9abab430c5a019724425b57093fc4c853cf716a",
"reference": "df6f140c89876f687c98c8af4f07ae09cf6bdc2e", "reference": "c9abab430c5a019724425b57093fc4c853cf716a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0 <6" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*" "mockery/mockery": "0.9.*"
@ -1036,7 +1036,7 @@
"whoops", "whoops",
"zf2" "zf2"
], ],
"time": "2015-11-22 18:42:52" "time": "2015-11-22 19:20:15"
}, },
{ {
"name": "graham-campbell/binput", "name": "graham-campbell/binput",