Update dependencies

pull/9/head
Toby Zerner 2015-06-17 10:33:06 +09:30
parent 68f1fadec3
commit 8d5fc6b92a
1 changed files with 196 additions and 200 deletions

396
system/composer.lock generated
View File

@ -8,20 +8,20 @@
"packages": [ "packages": [
{ {
"name": "classpreloader/classpreloader", "name": "classpreloader/classpreloader",
"version": "1.3.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ClassPreloader/ClassPreloader.git", "url": "https://github.com/ClassPreloader/ClassPreloader.git",
"reference": "0544616ba33fb2a6b792b3a7822650810c6d65d9" "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/0544616ba33fb2a6b792b3a7822650810c6d65d9", "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/b76f3f4f603ebbe7e64351a7ef973431ddaf7b27",
"reference": "0544616ba33fb2a6b792b3a7822650810c6d65d9", "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikic/php-parser": "^1.2.2", "nikic/php-parser": "~1.3",
"php": ">=5.3.3", "php": ">=5.3.3",
"symfony/console": "~2.1", "symfony/console": "~2.1",
"symfony/filesystem": "~2.1", "symfony/filesystem": "~2.1",
@ -36,7 +36,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3-dev" "dev-master": "1.4-dev"
} }
}, },
"autoload": { "autoload": {
@ -49,13 +49,13 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Graham Campbell",
"email": "graham@mineuk.com"
},
{ {
"name": "Michael Dowling", "name": "Michael Dowling",
"email": "mtdowling@gmail.com" "email": "mtdowling@gmail.com"
},
{
"name": "Graham Campbell",
"email": "graham@cachethq.io"
} }
], ],
"description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
@ -64,7 +64,7 @@
"class", "class",
"preload" "preload"
], ],
"time": "2015-04-15 21:59:30" "time": "2015-05-26 10:57:51"
}, },
{ {
"name": "danielstjules/stringy", "name": "danielstjules/stringy",
@ -286,17 +286,18 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/franzliedke/whoops-middleware.git", "url": "https://github.com/franzliedke/whoops-middleware.git",
"reference": "f3c940b293ceaba859392196d641b3fab7573bf9" "reference": "4f87c4d36653d95b27fbe85d21954e0d2de58136"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/franzliedke/whoops-middleware/zipball/f3c940b293ceaba859392196d641b3fab7573bf9", "url": "https://api.github.com/repos/franzliedke/whoops-middleware/zipball/4f87c4d36653d95b27fbe85d21954e0d2de58136",
"reference": "f3c940b293ceaba859392196d641b3fab7573bf9", "reference": "4f87c4d36653d95b27fbe85d21954e0d2de58136",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"filp/whoops": "^1.1", "filp/whoops": "^1.1",
"zendframework/zend-diactoros": "^1.1@dev" "zendframework/zend-diactoros": "^1.1@dev",
"zendframework/zend-stratigility": "^1.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -305,7 +306,7 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"time": "2015-06-16 23:56:05" "time": "2015-06-17 00:08:50"
}, },
{ {
"name": "ircmaxell/password-compat", "name": "ircmaxell/password-compat",
@ -394,16 +395,16 @@
}, },
{ {
"name": "jakub-onderka/php-console-highlighter", "name": "jakub-onderka/php-console-highlighter",
"version": "v0.3.1", "version": "v0.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
"reference": "05bce997da20acf873e6bf396276798f3cd2c76a" "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/05bce997da20acf873e6bf396276798f3cd2c76a", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
"reference": "05bce997da20acf873e6bf396276798f3cd2c76a", "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -413,6 +414,7 @@
"require-dev": { "require-dev": {
"jakub-onderka/php-code-style": "~1.0", "jakub-onderka/php-code-style": "~1.0",
"jakub-onderka/php-parallel-lint": "~0.5", "jakub-onderka/php-parallel-lint": "~0.5",
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5" "squizlabs/php_codesniffer": "~1.5"
}, },
@ -433,7 +435,7 @@
"homepage": "http://www.acci.cz/" "homepage": "http://www.acci.cz/"
} }
], ],
"time": "2014-07-14 20:59:35" "time": "2015-04-20 18:58:01"
}, },
{ {
"name": "jeremeamia/SuperClosure", "name": "jeremeamia/SuperClosure",
@ -495,16 +497,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.0.28", "version": "v5.0.33",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "06a09429322cf53e5bd4587db1060f02a291562e" "reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/06a09429322cf53e5bd4587db1060f02a291562e", "url": "https://api.github.com/repos/laravel/framework/zipball/b11c8ab88245f920b30e5f30e16b141ac8d461d3",
"reference": "06a09429322cf53e5bd4587db1060f02a291562e", "reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -617,23 +619,24 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2015-04-21 01:44:32" "time": "2015-06-09 13:12:19"
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.3", "version": "1.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "3c2400a99ccc3be6884d40361890010449c6b447" "reference": "56862959b45131ad33e5a7727a25db19f2cf090b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3c2400a99ccc3be6884d40361890010449c6b447", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/56862959b45131ad33e5a7727a25db19f2cf090b",
"reference": "3c2400a99ccc3be6884d40361890010449c6b447", "reference": "56862959b45131ad33e5a7727a25db19f2cf090b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*",
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
@ -700,7 +703,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2015-03-29 14:01:43" "time": "2015-06-07 21:27:37"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@ -821,21 +824,21 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "1.18.0", "version": "1.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36" "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320",
"reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36", "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"symfony/translation": "2.6.*" "symfony/translation": "~2.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0"
@ -864,7 +867,7 @@
"datetime", "datetime",
"time" "time"
], ],
"time": "2015-03-26 03:05:57" "time": "2015-05-09 03:23:44"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -1071,23 +1074,23 @@
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f" "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f", "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9.1" "mockery/mockery": "~0.9.1,<0.9.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1116,24 +1119,25 @@
"description": "Swiftmailer, free feature-rich PHP mailer", "description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.org", "homepage": "http://swiftmailer.org",
"keywords": [ "keywords": [
"email",
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2015-03-14 06:06:39" "time": "2015-06-06 14:19:39"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667" "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/5b91dc4ed5eb08553f57f6df04c4730a73992667", "url": "https://api.github.com/repos/symfony/Console/zipball/b5ec0c11a204718f2b656357f5505a8e578f30dd",
"reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667", "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1166,32 +1170,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-30 15:54:10" "time": "2015-05-29 14:42:58"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/Debug", "target-dir": "Symfony/Component/Debug",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Debug.git", "url": "https://github.com/symfony/Debug.git",
"reference": "d49a46a20a8f0544aedac54466750ad787d3d3e3" "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Debug/zipball/d49a46a20a8f0544aedac54466750ad787d3d3e3", "url": "https://api.github.com/repos/symfony/Debug/zipball/4851a041c48e76b91a221db84ab5850daa6a7b33",
"reference": "d49a46a20a8f0544aedac54466750ad787d3d3e3", "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1227,36 +1231,35 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-22 16:55:57" "time": "2015-05-20 13:09:45"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.6.6", "version": "v2.7.1",
"target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/EventDispatcher.git",
"reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284" "reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/70f7c8478739ad21e3deef0d977b38c77f1fb284", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
"reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284", "reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.9"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
@ -1273,11 +1276,11 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Symfony\\Component\\EventDispatcher\\": "" "Symfony\\Component\\EventDispatcher\\": ""
} }
}, },
@ -1286,36 +1289,35 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-13 17:37:22" "time": "2015-06-08 09:37:21"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.6.6", "version": "v2.7.1",
"target-dir": "Symfony/Component/Filesystem",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Filesystem.git", "url": "https://github.com/symfony/Filesystem.git",
"reference": "4983964b3693e4f13449cb3800c64a9112c301b4" "reference": "a0d43eb3e17d4f4c6990289805a488a0482a07f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/4983964b3693e4f13449cb3800c64a9112c301b4", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a0d43eb3e17d4f4c6990289805a488a0482a07f3",
"reference": "4983964b3693e4f13449cb3800c64a9112c301b4", "reference": "a0d43eb3e17d4f4c6990289805a488a0482a07f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.9"
}, },
"require-dev": { "require-dev": {
"symfony/phpunit-bridge": "~2.7" "symfony/phpunit-bridge": "~2.7"
@ -1323,11 +1325,11 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Symfony\\Component\\Filesystem\\": "" "Symfony\\Component\\Filesystem\\": ""
} }
}, },
@ -1336,32 +1338,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-22 16:55:57" "time": "2015-06-08 09:37:21"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/Finder", "target-dir": "Symfony/Component/Finder",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder.git", "url": "https://github.com/symfony/Finder.git",
"reference": "5dbe2e73a580618f5b4880fda93406eed25de251" "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/5dbe2e73a580618f5b4880fda93406eed25de251", "url": "https://api.github.com/repos/symfony/Finder/zipball/ffedd3e0ff8155188155e9322fe21b9ee012ac14",
"reference": "5dbe2e73a580618f5b4880fda93406eed25de251", "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1386,32 +1388,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-30 15:54:10" "time": "2015-05-15 13:32:45"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/HttpFoundation", "target-dir": "Symfony/Component/HttpFoundation",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpFoundation.git", "url": "https://github.com/symfony/HttpFoundation.git",
"reference": "8a6337233f08f7520de97f4ffd6f00e947d892f9" "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8a6337233f08f7520de97f4ffd6f00e947d892f9", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/f9b28dcc6d3e50f5568b42dda7292656a9fe8432",
"reference": "8a6337233f08f7520de97f4ffd6f00e947d892f9", "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1440,32 +1442,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-04-01 16:50:12" "time": "2015-05-22 14:53:08"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/HttpKernel", "target-dir": "Symfony/Component/HttpKernel",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpKernel.git", "url": "https://github.com/symfony/HttpKernel.git",
"reference": "3829cacfe21eaf3f73604a62d79183d1f6e792c4" "reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/3829cacfe21eaf3f73604a62d79183d1f6e792c4", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f",
"reference": "3829cacfe21eaf3f73604a62d79183d1f6e792c4", "reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1518,32 +1520,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-04-01 16:55:26" "time": "2015-05-29 22:55:07"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/Process", "target-dir": "Symfony/Component/Process",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/Process.git",
"reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552" "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/a8bebaec1a9dc6cde53e0250e32917579b0be552", "url": "https://api.github.com/repos/symfony/Process/zipball/7856d78ab6cce6e59d02d9e1a873441f6bd21306",
"reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552", "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1568,32 +1570,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-30 15:54:10" "time": "2015-05-15 13:32:45"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/Routing", "target-dir": "Symfony/Component/Routing",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Routing.git", "url": "https://github.com/symfony/Routing.git",
"reference": "4e173a645b63ff60a124f3741b4f15feebd908fa" "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/4e173a645b63ff60a124f3741b4f15feebd908fa", "url": "https://api.github.com/repos/symfony/Routing/zipball/dc9df18a1cfe87de65e270e8f01407ca6d7c39cb",
"reference": "4e173a645b63ff60a124f3741b4f15feebd908fa", "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1631,38 +1633,38 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Routing Component", "description": "Symfony Routing Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"router", "router",
"routing", "routing",
"uri", "uri",
"url" "url"
], ],
"time": "2015-03-30 15:54:10" "time": "2015-05-15 13:32:45"
}, },
{ {
"name": "symfony/security-core", "name": "symfony/security-core",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/Security/Core", "target-dir": "Symfony/Component/Security/Core",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-core.git", "url": "https://github.com/symfony/security-core.git",
"reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3" "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/d25c17db741f58c0f615e52006a47f6fb23cd9b3", "url": "https://api.github.com/repos/symfony/security-core/zipball/1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0",
"reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3", "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1701,32 +1703,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-30 15:54:10" "time": "2015-05-15 13:53:19"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/Translation", "target-dir": "Symfony/Component/Translation",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Translation.git", "url": "https://github.com/symfony/Translation.git",
"reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af" "reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Translation/zipball/bd939f05cdaca128f4ddbae1b447d6f0203b60af", "url": "https://api.github.com/repos/symfony/Translation/zipball/89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c",
"reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af", "reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1760,32 +1762,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-03-30 15:54:10" "time": "2015-05-29 14:42:58"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v2.6.6", "version": "v2.6.9",
"target-dir": "Symfony/Component/VarDumper", "target-dir": "Symfony/Component/VarDumper",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "aafae00236e147568832de3c65ccb94cfc836278" "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/aafae00236e147568832de3c65ccb94cfc836278", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89eec96645fb44af4a454a26c74c72ba6311f5bc",
"reference": "aafae00236e147568832de3c65ccb94cfc836278", "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1816,35 +1818,35 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Nicolas Grekas", "name": "Nicolas Grekas",
"email": "p@tchwork.com" "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony mechanism for exploring and dumping PHP variables", "description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"debug", "debug",
"dump" "dump"
], ],
"time": "2015-03-31 08:12:29" "time": "2015-05-01 14:14:24"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v1.1.0", "version": "v1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa" "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/732d2adb7d916c9593b9d58c3b0d9ebefead07aa", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
"reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa", "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1854,11 +1856,6 @@
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Dotenv": "src/" "Dotenv": "src/"
@ -1882,7 +1879,7 @@
"env", "env",
"environment" "environment"
], ],
"time": "2014-12-05 15:19:21" "time": "2015-05-30 15:59:26"
}, },
{ {
"name": "zendframework/zend-diactoros", "name": "zendframework/zend-diactoros",
@ -1936,16 +1933,16 @@
}, },
{ {
"name": "zendframework/zend-escaper", "name": "zendframework/zend-escaper",
"version": "2.4.2", "version": "2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-escaper.git", "url": "https://github.com/zendframework/zend-escaper.git",
"reference": "13f468ff824f3c83018b90aff892a1b3201383a9" "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9", "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
"reference": "13f468ff824f3c83018b90aff892a1b3201383a9", "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1953,14 +1950,13 @@
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0"
"satooshi/php-coveralls": "dev-master"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.4-dev", "dev-master": "2.5-dev",
"dev-develop": "2.5-dev" "dev-develop": "2.6-dev"
} }
}, },
"autoload": { "autoload": {
@ -1977,20 +1973,20 @@
"escaper", "escaper",
"zf2" "zf2"
], ],
"time": "2015-05-07 14:55:31" "time": "2015-06-03 14:05:37"
}, },
{ {
"name": "zendframework/zend-stratigility", "name": "zendframework/zend-stratigility",
"version": "1.0.0", "version": "1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-stratigility.git", "url": "https://github.com/zendframework/zend-stratigility.git",
"reference": "98969e37739c6a60fc2e2151c1923478abbd89ed" "reference": "ecc54a0290e0b526a154072e9410d3bd1d2b9b16"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/98969e37739c6a60fc2e2151c1923478abbd89ed", "url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/ecc54a0290e0b526a154072e9410d3bd1d2b9b16",
"reference": "98969e37739c6a60fc2e2151c1923478abbd89ed", "reference": "ecc54a0290e0b526a154072e9410d3bd1d2b9b16",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2000,7 +1996,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "~2.0", "squizlabs/php_codesniffer": "^2.3.1",
"zendframework/zend-diactoros": "~1.0" "zendframework/zend-diactoros": "~1.0"
}, },
"suggest": { "suggest": {
@ -2029,7 +2025,7 @@
"middleware", "middleware",
"psr-7" "psr-7"
], ],
"time": "2015-05-21 17:29:52" "time": "2015-06-16 12:58:05"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -2039,16 +2035,16 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/franzliedke/studio.git", "url": "https://github.com/franzliedke/studio.git",
"reference": "57149538080b08d6ea74f2a97f566cfb30aaa5e3" "reference": "6dd32e0c09a08b492cbc4b66f3b2bb2ccc2c25fe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/franzliedke/studio/zipball/6dd32e0c09a08b492cbc4b66f3b2bb2ccc2c25fe", "url": "https://api.github.com/repos/franzliedke/studio/zipball/6dd32e0c09a08b492cbc4b66f3b2bb2ccc2c25fe",
"reference": "57149538080b08d6ea74f2a97f566cfb30aaa5e3", "reference": "6dd32e0c09a08b492cbc4b66f3b2bb2ccc2c25fe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "1.0.0", "composer-plugin-api": "^1.0",
"illuminate/support": "~5.0", "illuminate/support": "~5.0",
"league/flysystem": "~1.0", "league/flysystem": "~1.0",
"symfony/console": "~2.5", "symfony/console": "~2.5",
@ -2086,7 +2082,7 @@
"development", "development",
"workflow" "workflow"
], ],
"time": "2015-04-09 14:52:10" "time": "2015-06-11 15:18:06"
} }
], ],
"aliases": [], "aliases": [],