Updated dependencies

This commit is contained in:
James Brooks 2015-09-20 18:51:14 +01:00
parent e735dd5dc4
commit ba57d51142

33
composer.lock generated
View File

@ -1872,21 +1872,24 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.12", "version": "1.0.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "7323424a9d39c24e597ed3f2144419dfbb52e086" "reference": "76caed01a57527599b55919f0746104f288b3d56"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7323424a9d39c24e597ed3f2144419dfbb52e086", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/76caed01a57527599b55919f0746104f288b3d56",
"reference": "7323424a9d39c24e597ed3f2144419dfbb52e086", "reference": "76caed01a57527599b55919f0746104f288b3d56",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": { "require-dev": {
"ext-fileinfo": "*", "ext-fileinfo": "*",
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
@ -1949,7 +1952,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2015-09-05 12:06:41" "time": "2015-09-20 13:05:34"
}, },
{ {
"name": "mccool/laravel-auto-presenter", "name": "mccool/laravel-auto-presenter",
@ -2180,16 +2183,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v1.4.0", "version": "v1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "196f177cfefa0f1f7166c0a05d8255889be12418" "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/196f177cfefa0f1f7166c0a05d8255889be12418", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
"reference": "196f177cfefa0f1f7166c0a05d8255889be12418", "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2221,7 +2224,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2015-07-14 17:31:05" "time": "2015-09-19 14:15:08"
}, },
{ {
"name": "pragmarx/google2fa", "name": "pragmarx/google2fa",
@ -3851,16 +3854,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.8.7", "version": "4.8.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "dab2ada9e9a503d2ec3c32fe0fb59dea9bdd9dfa" "reference": "521720279261e5b14799cf1bb895d4b55e516f26"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dab2ada9e9a503d2ec3c32fe0fb59dea9bdd9dfa", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/521720279261e5b14799cf1bb895d4b55e516f26",
"reference": "dab2ada9e9a503d2ec3c32fe0fb59dea9bdd9dfa", "reference": "521720279261e5b14799cf1bb895d4b55e516f26",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3919,7 +3922,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-09-14 06:57:22" "time": "2015-09-19 05:44:37"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",