composer update

This commit is contained in:
Jonny Barnes 2016-12-16 10:40:34 +00:00
parent d6a1bde291
commit 41058ae026

59
composer.lock generated
View file

@ -58,16 +58,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.20.5", "version": "3.20.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "5a05ae6851405587f0bdeedb67abfe997a079ac0" "reference": "d45648693759a237ad991f15c011136d77cfffb5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5a05ae6851405587f0bdeedb67abfe997a079ac0", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d45648693759a237ad991f15c011136d77cfffb5",
"reference": "5a05ae6851405587f0bdeedb67abfe997a079ac0", "reference": "d45648693759a237ad991f15c011136d77cfffb5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -134,7 +134,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2016-12-12T23:02:57+00:00" "time": "2016-12-15T21:05:32+00:00"
}, },
{ {
"name": "barnabywalters/mf-cleaner", "name": "barnabywalters/mf-cleaner",
@ -1532,16 +1532,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.3.26", "version": "v5.3.28",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "609bcffd2ce2006925f8304e022288b3da5d23a4" "reference": "a64fc4f8958091ca39623b2e8c8f173cb34fa47a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/609bcffd2ce2006925f8304e022288b3da5d23a4", "url": "https://api.github.com/repos/laravel/framework/zipball/a64fc4f8958091ca39623b2e8c8f173cb34fa47a",
"reference": "609bcffd2ce2006925f8304e022288b3da5d23a4", "reference": "a64fc4f8958091ca39623b2e8c8f173cb34fa47a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1556,7 +1556,7 @@
"nesbot/carbon": "~1.20", "nesbot/carbon": "~1.20",
"paragonie/random_compat": "~1.4|~2.0", "paragonie/random_compat": "~1.4|~2.0",
"php": ">=5.6.4", "php": ">=5.6.4",
"psy/psysh": "0.7.*", "psy/psysh": "0.7.*|0.8.*",
"ramsey/uuid": "~3.0", "ramsey/uuid": "~3.0",
"swiftmailer/swiftmailer": "~5.1", "swiftmailer/swiftmailer": "~5.1",
"symfony/console": "3.1.*", "symfony/console": "3.1.*",
@ -1656,7 +1656,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2016-11-30T14:58:38+00:00" "time": "2016-12-15T18:03:17+00:00"
}, },
{ {
"name": "laravel/scout", "name": "laravel/scout",
@ -2360,24 +2360,24 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v2.1.1", "version": "v3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "4dd659edadffdc2143e4753df655d866dbfeedf0" "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/adf44419c0fc014a0f191db6f89d3e55d4211744",
"reference": "4dd659edadffdc2143e4753df655d866dbfeedf0", "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=5.4" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0|~5.0"
}, },
"bin": [ "bin": [
"bin/php-parse" "bin/php-parse"
@ -2385,7 +2385,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "3.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -2407,7 +2407,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2016-09-16T12:04:44+00:00" "time": "2016-12-06T11:30:35+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -2770,37 +2770,38 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.7.2", "version": "v0.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280" "reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4a8860e13aa68a4bbf2476c014f8a1f14f1bf991",
"reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280", "reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dnoegel/php-xdg-base-dir": "0.1", "dnoegel/php-xdg-base-dir": "0.1",
"jakub-onderka/php-console-highlighter": "0.3.*", "jakub-onderka/php-console-highlighter": "0.3.*",
"nikic/php-parser": "^1.2.1|~2.0", "nikic/php-parser": "~1.3|~2.0|~3.0",
"php": ">=5.3.9", "php": ">=5.3.9",
"symfony/console": "~2.3.10|^2.4.2|~3.0", "symfony/console": "~2.3.10|^2.4.2|~3.0",
"symfony/var-dumper": "~2.7|~3.0" "symfony/var-dumper": "~2.7|~3.0"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "~1.5", "friendsofphp/php-cs-fixer": "~1.11",
"phpunit/phpunit": "~3.7|~4.0|~5.0", "hoa/console": "~3.16|~1.14",
"squizlabs/php_codesniffer": "~2.0", "phpunit/phpunit": "~4.4|~5.0",
"symfony/finder": "~2.1|~3.0" "symfony/finder": "~2.1|~3.0"
}, },
"suggest": { "suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
}, },
"bin": [ "bin": [
"bin/psysh" "bin/psysh"
@ -2838,7 +2839,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2016-03-09T05:03:14+00:00" "time": "2016-12-07T17:15:07+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",