Issue #3094146 by alexpott, mikelutz: Update Drupal 8 to the latest Symfony version

merge-requests/55/head
catch 2019-11-13 17:45:09 +00:00
parent 11db92a416
commit 7839ca4feb
3 changed files with 180 additions and 69 deletions

207
composer.lock generated
View File

@ -1862,7 +1862,7 @@
},
{
"name": "symfony/class-loader",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
@ -1918,16 +1918,16 @@
},
{
"name": "symfony/console",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf"
"reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/c7edffb26b29cae972ca4afccb610a38ce8d0ccf",
"reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf",
"url": "https://api.github.com/repos/symfony/console/zipball/17b154f932c5874cdbda6d05796b6490eec9f9f7",
"reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7",
"shasum": ""
},
"require": {
@ -1986,11 +1986,11 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-10-24T15:33:53+00:00"
"time": "2019-11-13T07:12:39+00:00"
},
{
"name": "symfony/debug",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
@ -2046,16 +2046,16 @@
},
{
"name": "symfony/dependency-injection",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "413a2c0cae6a1a5d8720bdfeebc0dbbfac24155d"
"reference": "0ea4d39ca82409a25a43b61ce828048a90000920"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/413a2c0cae6a1a5d8720bdfeebc0dbbfac24155d",
"reference": "413a2c0cae6a1a5d8720bdfeebc0dbbfac24155d",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920",
"reference": "0ea4d39ca82409a25a43b61ce828048a90000920",
"shasum": ""
},
"require": {
@ -2113,11 +2113,11 @@
],
"description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com",
"time": "2019-10-24T15:33:53+00:00"
"time": "2019-11-08T16:18:30+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
@ -2180,16 +2180,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "7b4626ab40d8562707e6d1c9a6fab977a86c2037"
"reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/7b4626ab40d8562707e6d1c9a6fab977a86c2037",
"reference": "7b4626ab40d8562707e6d1c9a6fab977a86c2037",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce",
"reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce",
"shasum": ""
},
"require": {
@ -2230,20 +2230,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2019-10-24T15:33:53+00:00"
"time": "2019-11-11T12:53:10+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "a2e189ee513dc02df98bf8ac8e1a765afd91e41f"
"reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/a2e189ee513dc02df98bf8ac8e1a765afd91e41f",
"reference": "a2e189ee513dc02df98bf8ac8e1a765afd91e41f",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
"reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
"shasum": ""
},
"require": {
@ -2252,7 +2252,8 @@
"symfony/debug": "^3.3.3|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
"symfony/polyfill-ctype": "~1.8"
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php56": "~1.8"
},
"conflict": {
"symfony/config": "<2.8",
@ -2319,7 +2320,7 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2019-11-01T09:46:31+00:00"
"time": "2019-11-13T08:44:50+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -2497,6 +2498,62 @@
],
"time": "2019-08-06T08:03:45+00:00"
},
{
"name": "symfony/polyfill-php56",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "0e3b212e96a51338639d8ce175c046d7729c3403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403",
"reference": "0e3b212e96a51338639d8ce175c046d7729c3403",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"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.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-08-06T08:03:45+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.12.0",
@ -2556,9 +2613,61 @@
],
"time": "2019-08-06T08:03:45+00:00"
},
{
"name": "symfony/polyfill-util",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "4317de1386717b4c22caed7725350a8887ab205c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c",
"reference": "4317de1386717b4c22caed7725350a8887ab205c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"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 utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
"time": "2019-08-06T08:03:45+00:00"
},
{
"name": "symfony/process",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
@ -2670,16 +2779,16 @@
},
{
"name": "symfony/routing",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "ebc745e728f7a9fb571e7c116a14245c00b8f366"
"reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/ebc745e728f7a9fb571e7c116a14245c00b8f366",
"reference": "ebc745e728f7a9fb571e7c116a14245c00b8f366",
"url": "https://api.github.com/repos/symfony/routing/zipball/afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
"reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
"shasum": ""
},
"require": {
@ -2742,20 +2851,20 @@
"uri",
"url"
],
"time": "2019-10-24T15:33:53+00:00"
"time": "2019-11-08T17:25:00+00:00"
},
{
"name": "symfony/serializer",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "a9b988899604cf3ecb144834ffbd11134c6f7773"
"reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/a9b988899604cf3ecb144834ffbd11134c6f7773",
"reference": "a9b988899604cf3ecb144834ffbd11134c6f7773",
"url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675",
"reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675",
"shasum": ""
},
"require": {
@ -2821,11 +2930,11 @@
],
"description": "Symfony Serializer Component",
"homepage": "https://symfony.com",
"time": "2019-10-29T11:09:57+00:00"
"time": "2019-11-12T17:51:12+00:00"
},
{
"name": "symfony/translation",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
@ -2895,16 +3004,16 @@
},
{
"name": "symfony/validator",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "da7e9114a7821ce18e73851eac6e55589f1b3663"
"reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/da7e9114a7821ce18e73851eac6e55589f1b3663",
"reference": "da7e9114a7821ce18e73851eac6e55589f1b3663",
"url": "https://api.github.com/repos/symfony/validator/zipball/b11f45742c5c9a228cedc46b70c6317780a1ac80",
"reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80",
"shasum": ""
},
"require": {
@ -2977,11 +3086,11 @@
],
"description": "Symfony Validator Component",
"homepage": "https://symfony.com",
"time": "2019-10-25T13:07:00+00:00"
"time": "2019-11-05T22:03:38+00:00"
},
{
"name": "symfony/yaml",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
@ -5779,7 +5888,7 @@
},
{
"name": "symfony/browser-kit",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
@ -5836,7 +5945,7 @@
},
{
"name": "symfony/css-selector",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
@ -5889,7 +5998,7 @@
},
{
"name": "symfony/dom-crawler",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
@ -5946,7 +6055,7 @@
},
{
"name": "symfony/filesystem",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
@ -5996,7 +6105,7 @@
},
{
"name": "symfony/finder",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
@ -6045,7 +6154,7 @@
},
{
"name": "symfony/lock",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/lock.git",
@ -6107,7 +6216,7 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v3.4.33",
"version": "v3.4.35",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",

View File

@ -34,24 +34,26 @@
"ralouphie/getallheaders": "3.0.3",
"stack/builder": "v1.0.5",
"symfony-cmf/routing": "1.4.1",
"symfony/class-loader": "v3.4.33",
"symfony/console": "v3.4.33",
"symfony/debug": "v3.4.33",
"symfony/dependency-injection": "v3.4.33",
"symfony/event-dispatcher": "v3.4.33",
"symfony/http-foundation": "v3.4.33",
"symfony/http-kernel": "v3.4.33",
"symfony/class-loader": "v3.4.35",
"symfony/console": "v3.4.35",
"symfony/debug": "v3.4.35",
"symfony/dependency-injection": "v3.4.35",
"symfony/event-dispatcher": "v3.4.35",
"symfony/http-foundation": "v3.4.35",
"symfony/http-kernel": "v3.4.35",
"symfony/polyfill-ctype": "v1.12.0",
"symfony/polyfill-iconv": "v1.12.0",
"symfony/polyfill-mbstring": "v1.12.0",
"symfony/polyfill-php56": "v1.12.0",
"symfony/polyfill-php70": "v1.12.0",
"symfony/process": "v3.4.33",
"symfony/polyfill-util": "v1.12.0",
"symfony/process": "v3.4.35",
"symfony/psr-http-message-bridge": "v1.1.2",
"symfony/routing": "v3.4.33",
"symfony/serializer": "v3.4.33",
"symfony/translation": "v3.4.33",
"symfony/validator": "v3.4.33",
"symfony/yaml": "v3.4.33",
"symfony/routing": "v3.4.35",
"symfony/serializer": "v3.4.35",
"symfony/translation": "v3.4.35",
"symfony/validator": "v3.4.35",
"symfony/yaml": "v3.4.35",
"twig/twig": "v1.42.3",
"typo3/phar-stream-wrapper": "v3.1.3",
"zendframework/zend-diactoros": "1.8.7",

View File

@ -52,13 +52,13 @@
"seld/jsonlint": "1.7.1",
"seld/phar-utils": "1.0.1",
"squizlabs/php_codesniffer": "3.5.0",
"symfony/browser-kit": "v3.4.33",
"symfony/css-selector": "v3.4.33",
"symfony/dom-crawler": "v3.4.33",
"symfony/filesystem": "v3.4.33",
"symfony/finder": "v3.4.33",
"symfony/lock": "v3.4.33",
"symfony/phpunit-bridge": "v3.4.33",
"symfony/browser-kit": "v3.4.35",
"symfony/css-selector": "v3.4.35",
"symfony/dom-crawler": "v3.4.35",
"symfony/filesystem": "v3.4.35",
"symfony/finder": "v3.4.35",
"symfony/lock": "v3.4.35",
"symfony/phpunit-bridge": "v3.4.35",
"theseer/tokenizer": "1.1.3",
"webmozart/assert": "1.5.0"
}