[ticket/14419] Update composer dependencies and lock file

PHPBB3-14419
This commit is contained in:
Marc Alexander 2016-01-18 21:39:51 +01:00
parent a30ecb81f8
commit 6e465c01bf

301
phpBB/composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "bcebf4613c2d6273c6d92494b8d08ad6", "hash": "b7cd29af73c4846ea28c2c9fbee1067b",
"content-hash": "5b630fa42608a550e8dfbd9346893b6b", "content-hash": "321f60039c3712a7e8b351aee8f9aca1",
"packages": [ "packages": [
{ {
"name": "bantu/ini-get-wrapper", "name": "bantu/ini-get-wrapper",
@ -82,6 +82,48 @@
], ],
"time": "2015-09-02 17:23:59" "time": "2015-09-02 17:23:59"
}, },
{
"name": "ircmaxell/password-compat",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
"reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
"time": "2014-11-20 16:49:30"
},
{ {
"name": "lusitanian/oauth", "name": "lusitanian/oauth",
"version": "v0.8.6", "version": "v0.8.6",
@ -291,16 +333,16 @@
}, },
{ {
"name": "s9e/text-formatter", "name": "s9e/text-formatter",
"version": "0.4.6", "version": "0.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/s9e/TextFormatter.git", "url": "https://github.com/s9e/TextFormatter.git",
"reference": "da255f4be12d9b192063b2e4c9de580faee180a8" "reference": "9eeb900157d5934e760a51b4c830643d0275423b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/da255f4be12d9b192063b2e4c9de580faee180a8", "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/9eeb900157d5934e760a51b4c830643d0275423b",
"reference": "da255f4be12d9b192063b2e4c9de580faee180a8", "reference": "9eeb900157d5934e760a51b4c830643d0275423b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -310,10 +352,11 @@
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"suggest": { "suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
"ext-intl": "Allows international URLs to be accepted by the URL filter", "ext-intl": "Allows international URLs to be accepted by the URL filter",
"ext-json": "Enables the generation of a JavaScript parser", "ext-json": "Enables the generation of a JavaScript parser",
"ext-mbstring": "Enables some optimizations in the PHP renderer", "ext-mbstring": "Improves the performance of the PHP renderer",
"ext-tokenizer": "Enables optimizations in the PHP renderer", "ext-tokenizer": "Improves the performance of the PHP renderer",
"ext-xsl": "Enables the XSLT renderer", "ext-xsl": "Enables the XSLT renderer",
"ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin" "ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
}, },
@ -346,20 +389,20 @@
"parser", "parser",
"shortcodes" "shortcodes"
], ],
"time": "2015-12-21 11:07:20" "time": "2016-01-15 14:07:25"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2" "reference": "41ee6c70758f40fa1dbf90d019ae0a66c4a09e74"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2", "url": "https://api.github.com/repos/symfony/config/zipball/41ee6c70758f40fa1dbf90d019ae0a66c4a09e74",
"reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2", "reference": "41ee6c70758f40fa1dbf90d019ae0a66c4a09e74",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -396,20 +439,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-26 13:37:56" "time": "2016-01-03 15:33:41"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a" "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/2e06a5ccb19dcf9b89f1c6a677a39a8df773635a", "url": "https://api.github.com/repos/symfony/console/zipball/d0239fb42f98dd02e7d342f793c5d2cdee0c478d",
"reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a", "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -456,20 +499,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-22 10:25:57" "time": "2016-01-14 08:33:16"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "83e51a0e8940ed5e85788ba6bfa022634aa07869" "reference": "386364a0e71158615ab9ae76b74bf84efc0bac7e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/83e51a0e8940ed5e85788ba6bfa022634aa07869", "url": "https://api.github.com/repos/symfony/debug/zipball/386364a0e71158615ab9ae76b74bf84efc0bac7e",
"reference": "83e51a0e8940ed5e85788ba6bfa022634aa07869", "reference": "386364a0e71158615ab9ae76b74bf84efc0bac7e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -513,20 +556,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-26 13:37:56" "time": "2016-01-13 10:28:07"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "c5086d186f538c2711b9af6f727be7b0446979cd" "reference": "ba94a914e244e0d05f0aaef460d5558d5541d2b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c5086d186f538c2711b9af6f727be7b0446979cd", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ba94a914e244e0d05f0aaef460d5558d5541d2b1",
"reference": "c5086d186f538c2711b9af6f727be7b0446979cd", "reference": "ba94a914e244e0d05f0aaef460d5558d5541d2b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -575,20 +618,20 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-26 13:37:56" "time": "2016-01-12 17:46:01"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc" "reference": "ee278f7c851533e58ca307f66305ccb9188aceda"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda",
"reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc", "reference": "ee278f7c851533e58ca307f66305ccb9188aceda",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -635,20 +678,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-10-30 20:15:42" "time": "2016-01-13 10:28:07"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "a7ad724530a764d70c168d321ac226ba3d2f10fc" "reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/a7ad724530a764d70c168d321ac226ba3d2f10fc", "url": "https://api.github.com/repos/symfony/filesystem/zipball/637b64d0ee10f44ae98dbad651b1ecdf35a11e8c",
"reference": "a7ad724530a764d70c168d321ac226ba3d2f10fc", "reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -684,20 +727,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-22 10:25:57" "time": "2016-01-13 10:28:07"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "dd41ae57f4f737be271d944a0cc5f5f21203a7c6" "reference": "c90fabdd97e431ee19b6383999cf35334dff27da"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/dd41ae57f4f737be271d944a0cc5f5f21203a7c6", "url": "https://api.github.com/repos/symfony/finder/zipball/c90fabdd97e431ee19b6383999cf35334dff27da",
"reference": "dd41ae57f4f737be271d944a0cc5f5f21203a7c6", "reference": "c90fabdd97e431ee19b6383999cf35334dff27da",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -733,25 +776,26 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-05 11:09:21" "time": "2016-01-14 08:26:52"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "dc5172ce2d01965f50b6c51bccc5ae243709b3c2" "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/dc5172ce2d01965f50b6c51bccc5ae243709b3c2", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
"reference": "dc5172ce2d01965f50b6c51bccc5ae243709b3c2", "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9", "php": ">=5.3.9",
"symfony/polyfill-php54": "~1.0" "symfony/polyfill-php54": "~1.0",
"symfony/polyfill-php55": "~1.0"
}, },
"require-dev": { "require-dev": {
"symfony/expression-language": "~2.4|~3.0.0" "symfony/expression-language": "~2.4|~3.0.0"
@ -786,20 +830,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-18 15:38:35" "time": "2016-01-13 10:28:07"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "f276fb5049b7ec3918f37ead373b4219b5d4ce0e" "reference": "dbe146efdc040dc87cc730a926c7858bb3c3b3bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f276fb5049b7ec3918f37ead373b4219b5d4ce0e", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/dbe146efdc040dc87cc730a926c7858bb3c3b3bc",
"reference": "f276fb5049b7ec3918f37ead373b4219b5d4ce0e", "reference": "dbe146efdc040dc87cc730a926c7858bb3c3b3bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -868,7 +912,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-26 15:56:42" "time": "2016-01-14 12:00:59"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -988,17 +1032,73 @@
"time": "2015-11-04 20:28:58" "time": "2015-11-04 20:28:58"
}, },
{ {
"name": "symfony/routing", "name": "symfony/polyfill-php55",
"version": "v2.8.1", "version": "v1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/polyfill-php55.git",
"reference": "b3261d88bad77de60e01f05706810413cc11367d" "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/b3261d88bad77de60e01f05706810413cc11367d", "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/3adc962a6250c02adb508e85ecfa6fcfee9eec47",
"reference": "b3261d88bad77de60e01f05706810413cc11367d", "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47",
"shasum": ""
},
"require": {
"ircmaxell/password-compat": "~1.0",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php55\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2015-11-04 20:28:58"
},
{
"name": "symfony/routing",
"version": "v2.8.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "5451a8a1874fd4e6a4dd347ea611d86cd8441735"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/5451a8a1874fd4e6a4dd347ea611d86cd8441735",
"reference": "5451a8a1874fd4e6a4dd347ea611d86cd8441735",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1059,20 +1159,20 @@
"uri", "uri",
"url" "url"
], ],
"time": "2015-12-23 07:56:26" "time": "2016-01-11 16:43:36"
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "39995c1dfe1d1fbfc6605df6d02774d33ac3ce3d" "reference": "e33b512de4b769a1c728cd6775e22668ae89fca9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/39995c1dfe1d1fbfc6605df6d02774d33ac3ce3d", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e33b512de4b769a1c728cd6775e22668ae89fca9",
"reference": "39995c1dfe1d1fbfc6605df6d02774d33ac3ce3d", "reference": "e33b512de4b769a1c728cd6775e22668ae89fca9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1140,20 +1240,20 @@
], ],
"description": "Symfony Twig Bridge", "description": "Symfony Twig Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-07 21:56:39" "time": "2016-01-12 17:46:01"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966" "reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966", "url": "https://api.github.com/repos/symfony/yaml/zipball/34c8a4b51e751e7ea869b8262f883d008a2b81b8",
"reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966", "reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1189,20 +1289,20 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-26 13:37:56" "time": "2016-01-13 10:28:07"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.23.1", "version": "v1.23.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6" "reference": "ae53fc2c312fdee63773b75cb570304f85388b08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6", "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae53fc2c312fdee63773b75cb570304f85388b08",
"reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6", "reference": "ae53fc2c312fdee63773b75cb570304f85388b08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1250,7 +1350,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2015-11-05 12:49:06" "time": "2016-01-11 14:02:19"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -1537,8 +1637,7 @@
"authors": [ "authors": [
{ {
"name": "Michiel Rook", "name": "Michiel Rook",
"email": "mrook@php.net", "email": "mrook@php.net"
"role": "Lead"
}, },
{ {
"name": "Phing Community", "name": "Phing Community",
@ -2017,7 +2116,9 @@
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
} }
], ],
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
@ -2484,16 +2585,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "dd2cfb20fabd4efca14cf3b2345d40b3dd5e9aca" "reference": "a93dffaf763182acad12a4c42c7efc372899891e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/dd2cfb20fabd4efca14cf3b2345d40b3dd5e9aca", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/a93dffaf763182acad12a4c42c7efc372899891e",
"reference": "dd2cfb20fabd4efca14cf3b2345d40b3dd5e9aca", "reference": "a93dffaf763182acad12a4c42c7efc372899891e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2537,20 +2638,20 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-26 13:37:56" "time": "2016-01-12 17:46:01"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "eaa3320e32f09a01dc432c6efbe8051aee59cfef" "reference": "ac06d8173bd80790536c0a4a634a7d705b91f54f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/eaa3320e32f09a01dc432c6efbe8051aee59cfef", "url": "https://api.github.com/repos/symfony/css-selector/zipball/ac06d8173bd80790536c0a4a634a7d705b91f54f",
"reference": "eaa3320e32f09a01dc432c6efbe8051aee59cfef", "reference": "ac06d8173bd80790536c0a4a634a7d705b91f54f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2590,20 +2691,20 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-05 17:37:59" "time": "2016-01-03 15:33:41"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "a2712aff8b250d9601ad6bd23a2ff82a12730e8e" "reference": "650d37aacb1fa0dcc24cced483169852b3a0594e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a2712aff8b250d9601ad6bd23a2ff82a12730e8e", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/650d37aacb1fa0dcc24cced483169852b3a0594e",
"reference": "a2712aff8b250d9601ad6bd23a2ff82a12730e8e", "reference": "650d37aacb1fa0dcc24cced483169852b3a0594e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2646,20 +2747,20 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-23 17:16:29" "time": "2016-01-03 15:33:41"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.8.1", "version": "v2.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "62c254438b5040bc2217156e1570cf2206e8540c" "reference": "6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/62c254438b5040bc2217156e1570cf2206e8540c", "url": "https://api.github.com/repos/symfony/process/zipball/6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac",
"reference": "62c254438b5040bc2217156e1570cf2206e8540c", "reference": "6f1979c3b0f4c22c77a8a8971afaa7dd07f082ac",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2695,7 +2796,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-12-23 11:03:46" "time": "2016-01-06 09:59:23"
} }
], ],
"aliases": [], "aliases": [],