composer update

This commit is contained in:
Jonny Barnes 2017-03-03 18:22:04 +00:00
parent 07dbd12615
commit 3f52ca8625

36
composer.lock generated
View file

@ -2458,16 +2458,16 @@
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.7", "version": "v2.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "b5ea1ef3d8ff10c307ba8c5945c2f134e503278f" "reference": "eeb4c23c7b84c1dc87db3c92856bd57ff1844ca4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/b5ea1ef3d8ff10c307ba8c5945c2f134e503278f", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/eeb4c23c7b84c1dc87db3c92856bd57ff1844ca4",
"reference": "b5ea1ef3d8ff10c307ba8c5945c2f134e503278f", "reference": "eeb4c23c7b84c1dc87db3c92856bd57ff1844ca4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2502,7 +2502,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2017-02-27T17:11:23+00:00" "time": "2017-03-03T14:11:40+00:00"
}, },
{ {
"name": "patchwork/utf8", "name": "patchwork/utf8",
@ -4496,16 +4496,16 @@
}, },
{ {
"name": "laravel/dusk", "name": "laravel/dusk",
"version": "v1.0.9", "version": "v1.0.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/dusk.git", "url": "https://github.com/laravel/dusk.git",
"reference": "9d7f1b76f1624d7ce39c93223960f1acff5ad075" "reference": "11537ac1a939a2194e9e3cdc2536e6e34eff9ea6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/9d7f1b76f1624d7ce39c93223960f1acff5ad075", "url": "https://api.github.com/repos/laravel/dusk/zipball/11537ac1a939a2194e9e3cdc2536e6e34eff9ea6",
"reference": "9d7f1b76f1624d7ce39c93223960f1acff5ad075", "reference": "11537ac1a939a2194e9e3cdc2536e6e34eff9ea6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4547,7 +4547,7 @@
"testing", "testing",
"webdriver" "webdriver"
], ],
"time": "2017-03-01T15:57:17+00:00" "time": "2017-03-03T14:36:19+00:00"
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
@ -4865,27 +4865,27 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.6.2", "version": "v1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb" "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb", "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0", "php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "^1.1", "sebastian/comparator": "^1.1|^2.0",
"sebastian/recursion-context": "^1.0|^2.0" "sebastian/recursion-context": "^1.0|^2.0|^3.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.0", "phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8 || ^5.6.5" "phpunit/phpunit": "^4.8 || ^5.6.5"
}, },
"type": "library", "type": "library",
@ -4924,7 +4924,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2016-11-21T14:58:47+00:00" "time": "2017-03-02T20:05:34+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",