[ticket/13656] Updates Symfony to fix the DB password issue

PHPBB3-13656
This commit is contained in:
Tristan Darricau 2015-11-25 00:04:48 +01:00
parent e3f1cca911
commit 0bff95488b

299
phpBB/composer.lock generated
View file

@ -109,26 +109,23 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/Config", "target-dir": "Symfony/Component/Config",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Config.git", "url": "https://github.com/symfony/config.git",
"reference": "75ab3b117c690d4421d9e83f87df89755778d788" "reference": "665b906c22103bb36eaeff31cc3063b53ed4eae5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Config/zipball/75ab3b117c690d4421d9e83f87df89755778d788", "url": "https://api.github.com/repos/symfony/config/zipball/665b906c22103bb36eaeff31cc3063b53ed4eae5",
"reference": "75ab3b117c690d4421d9e83f87df89755778d788", "reference": "665b906c22103bb36eaeff31cc3063b53ed4eae5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"symfony/filesystem": "~2.3" "symfony/filesystem": "~2.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -138,7 +135,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Config\\": "" "Symfony\\Component\\Config\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -156,29 +156,28 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-07-15 17:51:32" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.3.32", "version": "v2.3.35",
"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": "cb9006df9d50f1dd7b9dfa3e4ad8942acde9f76c" "reference": "ed9c6cad324afb02672fa8ebf55fe0feb1659067"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/cb9006df9d50f1dd7b9dfa3e4ad8942acde9f76c", "url": "https://api.github.com/repos/symfony/console/zipball/ed9c6cad324afb02672fa8ebf55fe0feb1659067",
"reference": "cb9006df9d50f1dd7b9dfa3e4ad8942acde9f76c", "reference": "ed9c6cad324afb02672fa8ebf55fe0feb1659067",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"symfony/event-dispatcher": "~2.1", "symfony/event-dispatcher": "~2.1"
"symfony/phpunit-bridge": "~2.7"
}, },
"suggest": { "suggest": {
"symfony/event-dispatcher": "" "symfony/event-dispatcher": ""
@ -192,7 +191,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Console\\": "" "Symfony\\Component\\Console\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -210,21 +212,21 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-31 12:48:21" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v2.3.32", "version": "v2.3.35",
"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": "77d632fd7265fe55bd20882685998ec1f3415a64" "reference": "c0f543d3c40f5b885a68bc87ef1f2f8aec8e0424"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Debug/zipball/77d632fd7265fe55bd20882685998ec1f3415a64", "url": "https://api.github.com/repos/symfony/debug/zipball/c0f543d3c40f5b885a68bc87ef1f2f8aec8e0424",
"reference": "77d632fd7265fe55bd20882685998ec1f3415a64", "reference": "c0f543d3c40f5b885a68bc87ef1f2f8aec8e0424",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -235,8 +237,7 @@
}, },
"require-dev": { "require-dev": {
"symfony/http-foundation": "~2.1", "symfony/http-foundation": "~2.1",
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2", "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
"symfony/phpunit-bridge": "~2.7"
}, },
"suggest": { "suggest": {
"symfony/class-loader": "", "symfony/class-loader": "",
@ -252,7 +253,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Debug\\": "" "Symfony\\Component\\Debug\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -270,21 +274,21 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-07-28 12:38:40" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/DependencyInjection", "target-dir": "Symfony/Component/DependencyInjection",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/DependencyInjection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "3f85e842b92c552f520ae2ea628be4aab2810fdb" "reference": "d3c6bcab8f626c32e687f8b77d683f8a9f1f4be3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/3f85e842b92c552f520ae2ea628be4aab2810fdb", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d3c6bcab8f626c32e687f8b77d683f8a9f1f4be3",
"reference": "3f85e842b92c552f520ae2ea628be4aab2810fdb", "reference": "d3c6bcab8f626c32e687f8b77d683f8a9f1f4be3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -292,7 +296,6 @@
}, },
"require-dev": { "require-dev": {
"symfony/config": "~2.2", "symfony/config": "~2.2",
"symfony/phpunit-bridge": "~2.7",
"symfony/yaml": "~2.1" "symfony/yaml": "~2.1"
}, },
"suggest": { "suggest": {
@ -309,7 +312,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\DependencyInjection\\": "" "Symfony\\Component\\DependencyInjection\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -327,29 +333,28 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-01 07:45:23" "time": "2015-11-19 14:08:33"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "af8fba40bdab97fc666173a8c2087e02445c231c" "reference": "08564581a8444035d0874efc35a6366be8c0af9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/af8fba40bdab97fc666173a8c2087e02445c231c", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/08564581a8444035d0874efc35a6366be8c0af9e",
"reference": "af8fba40bdab97fc666173a8c2087e02445c231c", "reference": "08564581a8444035d0874efc35a6366be8c0af9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"symfony/dependency-injection": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.0,>=2.0.5"
"symfony/phpunit-bridge": "~2.7"
}, },
"suggest": { "suggest": {
"symfony/dependency-injection": "", "symfony/dependency-injection": "",
@ -364,7 +369,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\EventDispatcher\\": "" "Symfony\\Component\\EventDispatcher\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -382,29 +390,26 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-05-15 13:28:34" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/Filesystem", "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": "2d4e4e21e2b5e4720555811fe8f4a8873cfa0f0f" "reference": "d72d4b276921c2388ac09a5a6716e10d57a6e89b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d4e4e21e2b5e4720555811fe8f4a8873cfa0f0f", "url": "https://api.github.com/repos/symfony/filesystem/zipball/d72d4b276921c2388ac09a5a6716e10d57a6e89b",
"reference": "2d4e4e21e2b5e4720555811fe8f4a8873cfa0f0f", "reference": "d72d4b276921c2388ac09a5a6716e10d57a6e89b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -414,7 +419,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Filesystem\\": "" "Symfony\\Component\\Filesystem\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -432,29 +440,26 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-29 10:34:03" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v2.3.32", "version": "v2.3.35",
"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/http-foundation.git",
"reference": "fd351e4abb56b05ba05023f6ae4185873978da10" "reference": "2242d5d7b12ee2291bbaac161d94ea312a9c0d1f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/fd351e4abb56b05ba05023f6ae4185873978da10", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2242d5d7b12ee2291bbaac161d94ea312a9c0d1f",
"reference": "fd351e4abb56b05ba05023f6ae4185873978da10", "reference": "2242d5d7b12ee2291bbaac161d94ea312a9c0d1f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -467,6 +472,9 @@
}, },
"classmap": [ "classmap": [
"Symfony/Component/HttpFoundation/Resources/stubs" "Symfony/Component/HttpFoundation/Resources/stubs"
],
"exclude-from-classmap": [
"/Tests/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -485,21 +493,21 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-25 21:41:39" "time": "2015-11-19 16:24:57"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v2.3.32", "version": "v2.3.35",
"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/http-kernel.git",
"reference": "15604f5b95a72ccdc38c318e14e9147e2e51bfa2" "reference": "a79bd3b40c73fd504d1e66ab6c40cdede509c600"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/15604f5b95a72ccdc38c318e14e9147e2e51bfa2", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a79bd3b40c73fd504d1e66ab6c40cdede509c600",
"reference": "15604f5b95a72ccdc38c318e14e9147e2e51bfa2", "reference": "a79bd3b40c73fd504d1e66ab6c40cdede509c600",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -518,7 +526,6 @@
"symfony/dependency-injection": "~2.2", "symfony/dependency-injection": "~2.2",
"symfony/dom-crawler": "~2.0,>=2.0.5", "symfony/dom-crawler": "~2.0,>=2.0.5",
"symfony/finder": "~2.0,>=2.0.5", "symfony/finder": "~2.0,>=2.0.5",
"symfony/phpunit-bridge": "~2.7",
"symfony/process": "~2.0,>=2.0.5", "symfony/process": "~2.0,>=2.0.5",
"symfony/routing": "~2.2", "symfony/routing": "~2.2",
"symfony/stopwatch": "~2.3", "symfony/stopwatch": "~2.3",
@ -541,7 +548,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\HttpKernel\\": "" "Symfony\\Component\\HttpKernel\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -559,21 +569,21 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-09-01 15:40:52" "time": "2015-11-23 10:44:06"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v2.3.32", "version": "v2.3.35",
"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": "fbadda8d2a35bdec8187bd54f698b8b704649721" "reference": "08a4065c47b45a1785101aabb29082fe415cec6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/fbadda8d2a35bdec8187bd54f698b8b704649721", "url": "https://api.github.com/repos/symfony/routing/zipball/08a4065c47b45a1785101aabb29082fe415cec6c",
"reference": "fbadda8d2a35bdec8187bd54f698b8b704649721", "reference": "08a4065c47b45a1785101aabb29082fe415cec6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -584,7 +594,6 @@
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~2.2", "symfony/config": "~2.2",
"symfony/http-foundation": "~2.3", "symfony/http-foundation": "~2.3",
"symfony/phpunit-bridge": "~2.7",
"symfony/yaml": "~2.0,>=2.0.5" "symfony/yaml": "~2.0,>=2.0.5"
}, },
"suggest": { "suggest": {
@ -601,7 +610,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Routing\\": "" "Symfony\\Component\\Routing\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -619,29 +631,26 @@
], ],
"description": "Symfony Routing Component", "description": "Symfony Routing Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-01 19:33:42" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/Yaml", "target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "162a8860e58bcd9d316e04e3af8ff96e63cb1cdb" "reference": "6d7a3b7cfdd5095e5f4318ad4c2ed20c71c74764"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/162a8860e58bcd9d316e04e3af8ff96e63cb1cdb", "url": "https://api.github.com/repos/symfony/yaml/zipball/6d7a3b7cfdd5095e5f4318ad4c2ed20c71c74764",
"reference": "162a8860e58bcd9d316e04e3af8ff96e63cb1cdb", "reference": "6d7a3b7cfdd5095e5f4318ad4c2ed20c71c74764",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -651,7 +660,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Yaml\\": "" "Symfony\\Component\\Yaml\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -669,7 +681,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-11 07:25:28" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
@ -828,6 +840,7 @@
"event", "event",
"exception" "exception"
], ],
"abandoned": "guzzle/guzzle",
"time": "2013-09-08 21:09:18" "time": "2013-09-08 21:09:18"
}, },
{ {
@ -885,6 +898,7 @@
"http", "http",
"http client" "http client"
], ],
"abandoned": "guzzle/guzzle",
"time": "2013-09-06 11:34:26" "time": "2013-09-06 11:34:26"
}, },
{ {
@ -929,6 +943,7 @@
"message", "message",
"url" "url"
], ],
"abandoned": "guzzle/guzzle",
"time": "2013-07-11 22:46:03" "time": "2013-07-11 22:46:03"
}, },
{ {
@ -982,6 +997,7 @@
"component", "component",
"stream" "stream"
], ],
"abandoned": "guzzle/guzzle",
"time": "2013-07-30 22:07:23" "time": "2013-07-30 22:07:23"
}, },
{ {
@ -1891,7 +1907,8 @@
}, },
{ {
"name": "Adam Harvey", "name": "Adam Harvey",
"email": "aharvey@php.net" "email": "aharvey@php.net",
"role": "Lead"
}, },
{ {
"name": "Bernhard Schussek", "name": "Bernhard Schussek",
@ -2017,17 +2034,17 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/BrowserKit", "target-dir": "Symfony/Component/BrowserKit",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/BrowserKit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "85afdbfbc789709192a9c5f37268063b18fc861d" "reference": "65576a393a8372e68ffe57706c1c9eb93e2aac98"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/85afdbfbc789709192a9c5f37268063b18fc861d", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/65576a393a8372e68ffe57706c1c9eb93e2aac98",
"reference": "85afdbfbc789709192a9c5f37268063b18fc861d", "reference": "65576a393a8372e68ffe57706c1c9eb93e2aac98",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2036,8 +2053,7 @@
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "~2.0,>=2.0.5", "symfony/css-selector": "~2.0,>=2.0.5",
"symfony/phpunit-bridge": "~2.7", "symfony/process": "~2.3.34|~2.7,>=2.7.6"
"symfony/process": "~2.0,>=2.0.5"
}, },
"suggest": { "suggest": {
"symfony/process": "" "symfony/process": ""
@ -2051,7 +2067,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\BrowserKit\\": "" "Symfony\\Component\\BrowserKit\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -2069,29 +2088,26 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-07-05 14:01:47" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/CssSelector", "target-dir": "Symfony/Component/CssSelector",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/CssSelector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "75cc67b407df5617fd58c40caa872e9d81de38cc" "reference": "93cccf44bf22103694611dc1802714d2cd36f5fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/75cc67b407df5617fd58c40caa872e9d81de38cc", "url": "https://api.github.com/repos/symfony/css-selector/zipball/93cccf44bf22103694611dc1802714d2cd36f5fb",
"reference": "75cc67b407df5617fd58c40caa872e9d81de38cc", "reference": "93cccf44bf22103694611dc1802714d2cd36f5fb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -2101,7 +2117,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\CssSelector\\": "" "Symfony\\Component\\CssSelector\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -2123,29 +2142,28 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-05-15 13:28:34" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v2.3.32", "version": "v2.3.35",
"target-dir": "Symfony/Component/DomCrawler", "target-dir": "Symfony/Component/DomCrawler",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/DomCrawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "da19f268a3f6ec68b77706c06fd874ddbb073011" "reference": "be39e9bc2a3ae45a876174e8a2c49e263541a754"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/da19f268a3f6ec68b77706c06fd874ddbb073011", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/be39e9bc2a3ae45a876174e8a2c49e263541a754",
"reference": "da19f268a3f6ec68b77706c06fd874ddbb073011", "reference": "be39e9bc2a3ae45a876174e8a2c49e263541a754",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "~2.0,>=2.0.5", "symfony/css-selector": "~2.0,>=2.0.5"
"symfony/phpunit-bridge": "~2.7"
}, },
"suggest": { "suggest": {
"symfony/css-selector": "" "symfony/css-selector": ""
@ -2159,7 +2177,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\DomCrawler\\": "" "Symfony\\Component\\DomCrawler\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -2177,29 +2198,26 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-25 21:41:39" "time": "2015-11-02 18:22:02"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.3.32", "version": "v2.3.35",
"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": "87a0f52f6ec3061499a71e225145a031afa22511" "reference": "5baf7b74657db10c4ad8ca0934be74151268b741"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/87a0f52f6ec3061499a71e225145a031afa22511", "url": "https://api.github.com/repos/symfony/finder/zipball/5baf7b74657db10c4ad8ca0934be74151268b741",
"reference": "87a0f52f6ec3061499a71e225145a031afa22511", "reference": "5baf7b74657db10c4ad8ca0934be74151268b741",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -2209,7 +2227,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Finder\\": "" "Symfony\\Component\\Finder\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -2227,29 +2248,26 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-26 16:41:06" "time": "2015-11-18 08:19:46"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.3.32", "version": "v2.3.35",
"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": "55aec78e1ff04c40ca2cbcb7a119581cdf4e5d82" "reference": "4d0eaad4b1153174dce6db15e26764de20e7b43d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/55aec78e1ff04c40ca2cbcb7a119581cdf4e5d82", "url": "https://api.github.com/repos/symfony/process/zipball/4d0eaad4b1153174dce6db15e26764de20e7b43d",
"reference": "55aec78e1ff04c40ca2cbcb7a119581cdf4e5d82", "reference": "4d0eaad4b1153174dce6db15e26764de20e7b43d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -2259,7 +2277,10 @@
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\Process\\": "" "Symfony\\Component\\Process\\": ""
} },
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -2277,7 +2298,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-08-25 21:41:39" "time": "2015-11-19 12:49:26"
} }
], ],
"aliases": [], "aliases": [],