Update dependencies

This commit is contained in:
James Brooks 2015-07-14 13:59:19 +01:00
parent 71c30fb0bd
commit 0fba574f5b

195
composer.lock generated
View File

@ -1564,16 +1564,16 @@
},
{
"name": "laravel/framework",
"version": "v5.1.6",
"version": "v5.1.7",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "356418f315e4f6bf55d2f4bd451606e45a7595df"
"reference": "5e942882319845f71c681ce6e85831129bf66426"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/356418f315e4f6bf55d2f4bd451606e45a7595df",
"reference": "356418f315e4f6bf55d2f4bd451606e45a7595df",
"url": "https://api.github.com/repos/laravel/framework/zipball/5e942882319845f71c681ce6e85831129bf66426",
"reference": "5e942882319845f71c681ce6e85831129bf66426",
"shasum": ""
},
"require": {
@ -1588,7 +1588,7 @@
"mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.19",
"php": ">=5.5.9",
"psy/psysh": "0.4.*",
"psy/psysh": "~0.5.1",
"swiftmailer/swiftmailer": "~5.1",
"symfony/console": "2.7.*",
"symfony/css-selector": "2.7.*",
@ -1688,7 +1688,7 @@
"framework",
"laravel"
],
"time": "2015-07-03 13:48:44"
"time": "2015-07-12 02:27:36"
},
{
"name": "league/commonmark",
@ -1753,16 +1753,16 @@
},
{
"name": "league/flysystem",
"version": "1.0.7",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "b58431785768abbb4f00c10e66a065095a0693ef"
"reference": "c42bed650525ec9ea1a83b715e37f4fc690f99aa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b58431785768abbb4f00c10e66a065095a0693ef",
"reference": "b58431785768abbb4f00c10e66a065095a0693ef",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c42bed650525ec9ea1a83b715e37f4fc690f99aa",
"reference": "c42bed650525ec9ea1a83b715e37f4fc690f99aa",
"shasum": ""
},
"require": {
@ -1830,7 +1830,7 @@
"sftp",
"storage"
],
"time": "2015-07-11 14:58:06"
"time": "2015-07-13 09:25:28"
},
{
"name": "mccool/laravel-auto-presenter",
@ -1894,16 +1894,16 @@
},
{
"name": "monolog/monolog",
"version": "1.14.0",
"version": "1.15.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc"
"reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc",
"reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0",
"reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0",
"shasum": ""
},
"require": {
@ -1940,7 +1940,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.14.x-dev"
"dev-master": "1.15.x-dev"
}
},
"autoload": {
@ -1966,7 +1966,7 @@
"logging",
"psr-3"
],
"time": "2015-06-19 13:29:54"
"time": "2015-07-12 13:54:09"
},
{
"name": "mtdowling/cron-expression",
@ -2245,24 +2245,25 @@
},
{
"name": "psy/psysh",
"version": "v0.4.4",
"version": "v0.5.1",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "489816db71649bd95b416e3ed9062d40528ab0ac"
"reference": "e5a46a767928e85f1f47dda654beda8c680ddd94"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac",
"reference": "489816db71649bd95b416e3ed9062d40528ab0ac",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/e5a46a767928e85f1f47dda654beda8c680ddd94",
"reference": "e5a46a767928e85f1f47dda654beda8c680ddd94",
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1",
"jakub-onderka/php-console-highlighter": "0.3.*",
"nikic/php-parser": "~1.0",
"php": ">=5.3.0",
"symfony/console": "~2.3.10|~2.4.2|~2.5"
"nikic/php-parser": "^1.2.1",
"php": ">=5.3.9",
"symfony/console": "~2.3.10|^2.4.2|~3.0",
"symfony/var-dumper": "~2.7|~3.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.5",
@ -2282,7 +2283,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.4.x-dev"
"dev-develop": "0.6.x-dev"
}
},
"autoload": {
@ -2312,7 +2313,7 @@
"interactive",
"shell"
],
"time": "2015-03-26 18:43:54"
"time": "2015-07-03 16:48:00"
},
{
"name": "roumen/feed",
@ -2465,16 +2466,16 @@
},
{
"name": "symfony/console",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806"
"reference": "8cf484449130cabfd98dcb4694ca9945802a21ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/564398bc1f33faf92fc2ec86859983d30eb81806",
"reference": "564398bc1f33faf92fc2ec86859983d30eb81806",
"url": "https://api.github.com/repos/symfony/Console/zipball/8cf484449130cabfd98dcb4694ca9945802a21ed",
"reference": "8cf484449130cabfd98dcb4694ca9945802a21ed",
"shasum": ""
},
"require": {
@ -2518,11 +2519,11 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22"
"time": "2015-07-09 16:07:40"
},
{
"name": "symfony/css-selector",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/CssSelector.git",
@ -2575,16 +2576,16 @@
},
{
"name": "symfony/debug",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/Debug.git",
"reference": "075070230c5bbc65abde8241191655bbce0716e2"
"reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Debug/zipball/075070230c5bbc65abde8241191655bbce0716e2",
"reference": "075070230c5bbc65abde8241191655bbce0716e2",
"url": "https://api.github.com/repos/symfony/Debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3",
"reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3",
"shasum": ""
},
"require": {
@ -2631,20 +2632,20 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2015-06-08 09:37:21"
"time": "2015-07-09 16:07:40"
},
{
"name": "symfony/dom-crawler",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/DomCrawler.git",
"reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3"
"reference": "9dabece63182e95c42b06967a0d929a5df78bc35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/11d8eb8ccc1533f4c2d89a025f674894fda520b3",
"reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3",
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/9dabece63182e95c42b06967a0d929a5df78bc35",
"reference": "9dabece63182e95c42b06967a0d929a5df78bc35",
"shasum": ""
},
"require": {
@ -2684,20 +2685,20 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2015-05-22 14:54:25"
"time": "2015-07-09 16:07:40"
},
{
"name": "symfony/event-dispatcher",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher.git",
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9"
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
"reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
"shasum": ""
},
"require": {
@ -2742,20 +2743,20 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2015-06-08 09:37:21"
"time": "2015-06-18 19:21:56"
},
{
"name": "symfony/finder",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder.git",
"reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75"
"reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/c13a40d638aeede1e8400f8c956c7f9246c05f75",
"reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75",
"url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
"reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
"shasum": ""
},
"require": {
@ -2791,20 +2792,20 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2015-06-04 20:11:48"
"time": "2015-07-09 16:07:40"
},
{
"name": "symfony/http-foundation",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation.git",
"reference": "4f363c426b0ced57e3d14460022feb63937980ff"
"reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/4f363c426b0ced57e3d14460022feb63937980ff",
"reference": "4f363c426b0ced57e3d14460022feb63937980ff",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/88903c0531b90d4ecd90282b18f08c0c77bde0b2",
"reference": "88903c0531b90d4ecd90282b18f08c0c77bde0b2",
"shasum": ""
},
"require": {
@ -2844,20 +2845,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22"
"time": "2015-07-09 16:07:40"
},
{
"name": "symfony/http-kernel",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpKernel.git",
"reference": "208101c7a11e31933183bd2a380486e528c74302"
"reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/208101c7a11e31933183bd2a380486e528c74302",
"reference": "208101c7a11e31933183bd2a380486e528c74302",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
"reference": "4a8a6f2a847475b3a38da50363a07f69b5cbf37e",
"shasum": ""
},
"require": {
@ -2924,20 +2925,20 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2015-06-11 21:15:28"
"time": "2015-07-13 19:27:49"
},
{
"name": "symfony/process",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/Process.git",
"reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1"
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/552d8efdc80980cbcca50b28d626ac8e36e3cdd1",
"reference": "552d8efdc80980cbcca50b28d626ac8e36e3cdd1",
"url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
"reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
"shasum": ""
},
"require": {
@ -2973,20 +2974,20 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2015-06-08 09:37:21"
"time": "2015-07-01 11:25:50"
},
{
"name": "symfony/routing",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/Routing.git",
"reference": "5581be29185b8fb802398904555f70da62f6d50d"
"reference": "ea9134f277162b02e5f80ac058b75a77637b0d26"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/5581be29185b8fb802398904555f70da62f6d50d",
"reference": "5581be29185b8fb802398904555f70da62f6d50d",
"url": "https://api.github.com/repos/symfony/Routing/zipball/ea9134f277162b02e5f80ac058b75a77637b0d26",
"reference": "ea9134f277162b02e5f80ac058b75a77637b0d26",
"shasum": ""
},
"require": {
@ -3044,20 +3045,20 @@
"uri",
"url"
],
"time": "2015-06-11 17:20:40"
"time": "2015-07-09 16:07:40"
},
{
"name": "symfony/translation",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/Translation.git",
"reference": "8349a2b0d11bd0311df9e8914408080912983a0b"
"reference": "c8dc34cc936152c609cdd722af317e4239d10dd6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Translation/zipball/8349a2b0d11bd0311df9e8914408080912983a0b",
"reference": "8349a2b0d11bd0311df9e8914408080912983a0b",
"url": "https://api.github.com/repos/symfony/Translation/zipball/c8dc34cc936152c609cdd722af317e4239d10dd6",
"reference": "c8dc34cc936152c609cdd722af317e4239d10dd6",
"shasum": ""
},
"require": {
@ -3105,20 +3106,20 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2015-06-11 17:26:34"
"time": "2015-07-09 16:07:40"
},
{
"name": "symfony/var-dumper",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "c509921f260353bf07b257f84017777c8b0aa4bc"
"reference": "fde603d9f4b2418ff0f0315b93eb039c9aa41205"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c509921f260353bf07b257f84017777c8b0aa4bc",
"reference": "c509921f260353bf07b257f84017777c8b0aa4bc",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/fde603d9f4b2418ff0f0315b93eb039c9aa41205",
"reference": "fde603d9f4b2418ff0f0315b93eb039c9aa41205",
"shasum": ""
},
"require": {
@ -3164,7 +3165,7 @@
"debug",
"dump"
],
"time": "2015-06-08 09:37:21"
"time": "2015-07-01 12:07:40"
},
{
"name": "vlucas/phpdotenv",
@ -3587,16 +3588,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "2.1.7",
"version": "2.1.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4"
"reference": "6044546998c7627ab997501a3d0db972b3db9790"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/07e27765596d72c378a6103e80da5d84e802f1e4",
"reference": "07e27765596d72c378a6103e80da5d84e802f1e4",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6044546998c7627ab997501a3d0db972b3db9790",
"reference": "6044546998c7627ab997501a3d0db972b3db9790",
"shasum": ""
},
"require": {
@ -3645,7 +3646,7 @@
"testing",
"xunit"
],
"time": "2015-06-30 06:52:35"
"time": "2015-07-13 11:25:58"
},
{
"name": "phpunit/php-file-iterator",
@ -3827,16 +3828,16 @@
},
{
"name": "phpunit/phpunit",
"version": "4.7.6",
"version": "4.7.7",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b"
"reference": "9b97f9d807b862c2de2a36e86690000801c85724"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b",
"reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
"reference": "9b97f9d807b862c2de2a36e86690000801c85724",
"shasum": ""
},
"require": {
@ -3895,7 +3896,7 @@
"testing",
"xunit"
],
"time": "2015-06-30 06:53:57"
"time": "2015-07-13 11:28:34"
},
{
"name": "phpunit/phpunit-mock-objects",
@ -4325,16 +4326,16 @@
},
{
"name": "symfony/yaml",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160"
"reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160",
"reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/4bfbe0ed3909bfddd75b70c094391ec1f142f860",
"reference": "4bfbe0ed3909bfddd75b70c094391ec1f142f860",
"shasum": ""
},
"require": {
@ -4370,7 +4371,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22"
"time": "2015-07-01 11:25:50"
}
],
"aliases": [],