Bump drupal/console from 1.9.3 to 1.9.4 in /drupal

Bumps [drupal/console](https://github.com/hechoendrupal/drupal-console) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/hechoendrupal/drupal-console/releases)
- [Commits](https://github.com/hechoendrupal/drupal-console/compare/1.9.3...1.9.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-12 07:30:25 +00:00 committed by GitHub
parent a5f598deff
commit 6cffa22235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

265
drupal/composer.lock generated
View file

@ -1405,16 +1405,16 @@
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.7.0", "version": "v1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb" "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb", "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb", "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1423,7 +1423,7 @@
}, },
"require-dev": { "require-dev": {
"doctrine/cache": "1.*", "doctrine/cache": "1.*",
"phpunit/phpunit": "^7.5@dev" "phpunit/phpunit": "^7.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1469,7 +1469,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2019-08-08T18:11:40+00:00" "time": "2019-10-01T18:55:10+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@ -1548,16 +1548,16 @@
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "v1.6.2", "version": "1.6.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be" "reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be", "url": "https://api.github.com/repos/doctrine/collections/zipball/037ccc5b1c249275f8f6bb48e35f140fd52fd577",
"reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be", "reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1585,6 +1585,10 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Roman Borschel", "name": "Roman Borschel",
"email": "roman@code-factory.org" "email": "roman@code-factory.org"
@ -1593,10 +1597,6 @@
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
}, },
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
@ -1614,7 +1614,7 @@
"iterators", "iterators",
"php" "php"
], ],
"time": "2019-06-09T13:48:14+00:00" "time": "2019-11-04T15:26:07+00:00"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
@ -2182,16 +2182,16 @@
}, },
{ {
"name": "drupal/console", "name": "drupal/console",
"version": "1.9.3", "version": "1.9.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hechoendrupal/drupal-console.git", "url": "https://github.com/hechoendrupal/drupal-console.git",
"reference": "f26fd9b5fdb389719d77ff30849af714762e7d2b" "reference": "04522b687b2149dc1f808599e716421a20d50a5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/f26fd9b5fdb389719d77ff30849af714762e7d2b", "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/04522b687b2149dc1f808599e716421a20d50a5b",
"reference": "f26fd9b5fdb389719d77ff30849af714762e7d2b", "reference": "04522b687b2149dc1f808599e716421a20d50a5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2199,7 +2199,7 @@
"composer/installers": "~1.0", "composer/installers": "~1.0",
"doctrine/annotations": "^1.2", "doctrine/annotations": "^1.2",
"doctrine/collections": "^1.3", "doctrine/collections": "^1.3",
"drupal/console-core": "1.9.3", "drupal/console-core": "1.9.4",
"drupal/console-extend-plugin": "~0", "drupal/console-extend-plugin": "~0",
"php": "^5.5.9 || ^7.0", "php": "^5.5.9 || ^7.0",
"psy/psysh": "0.6.* || ~0.8", "psy/psysh": "0.6.* || ~0.8",
@ -2257,25 +2257,25 @@
"drupal", "drupal",
"symfony" "symfony"
], ],
"time": "2019-09-06T19:57:55+00:00" "time": "2019-11-11T19:35:01+00:00"
}, },
{ {
"name": "drupal/console-core", "name": "drupal/console-core",
"version": "1.9.3", "version": "1.9.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hechoendrupal/drupal-console-core.git", "url": "https://github.com/hechoendrupal/drupal-console-core.git",
"reference": "1d2d579d6a6dfd4551cb8fa1427c551b0a5d5473" "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/1d2d579d6a6dfd4551cb8fa1427c551b0a5d5473", "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/cc6f50c6ac8199140224347c862df75fd2d2f5ed",
"reference": "1d2d579d6a6dfd4551cb8fa1427c551b0a5d5473", "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"dflydev/dot-access-configuration": "^1.0", "dflydev/dot-access-configuration": "^1.0",
"drupal/console-en": "1.9.3", "drupal/console-en": "1.9.4",
"guzzlehttp/guzzle": "~6.1", "guzzlehttp/guzzle": "~6.1",
"php": "^5.5.9 || ^7.0", "php": "^5.5.9 || ^7.0",
"stecman/symfony-console-completion": "~0.7", "stecman/symfony-console-completion": "~0.7",
@ -2339,20 +2339,20 @@
"drupal", "drupal",
"symfony" "symfony"
], ],
"time": "2019-09-06T19:48:21+00:00" "time": "2019-11-11T19:26:28+00:00"
}, },
{ {
"name": "drupal/console-en", "name": "drupal/console-en",
"version": "1.9.3", "version": "1.9.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hechoendrupal/drupal-console-en.git", "url": "https://github.com/hechoendrupal/drupal-console-en.git",
"reference": "8b0299cf2033f0ddf27dc1f000f393c8f34d423d" "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/8b0299cf2033f0ddf27dc1f000f393c8f34d423d", "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/30813a832fdb1244e84cbcc012cd103d5e9d673d",
"reference": "8b0299cf2033f0ddf27dc1f000f393c8f34d423d", "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
@ -2393,24 +2393,25 @@
"drupal", "drupal",
"symfony" "symfony"
], ],
"time": "2019-09-06T19:42:02+00:00" "time": "2019-10-07T23:45:30+00:00"
}, },
{ {
"name": "drupal/console-extend-plugin", "name": "drupal/console-extend-plugin",
"version": "0.9.2", "version": "0.9.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
"reference": "f3bac233fd305359c33e96621443b3bd065555cc" "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc", "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/ad8e52df34b2e78bdacfffecc9fe8edf41843342",
"reference": "f3bac233fd305359c33e96621443b3bd065555cc", "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.0", "composer-plugin-api": "^1.0",
"composer/installers": "^1.2",
"symfony/finder": "~2.7|~3.0", "symfony/finder": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0" "symfony/yaml": "~2.7|~3.0"
}, },
@ -2434,7 +2435,7 @@
} }
], ],
"description": "Drupal Console Extend Plugin", "description": "Drupal Console Extend Plugin",
"time": "2017-07-28T17:11:54+00:00" "time": "2019-11-07T20:15:27+00:00"
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
@ -3045,27 +3046,28 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.3.3", "version": "6.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" "reference": "0895c932405407fd3a7368b6910c09a24d26db11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "reference": "0895c932405407fd3a7368b6910c09a24d26db11",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.0", "guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4", "guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0" "psr/log": "^1.1"
}, },
"suggest": { "suggest": {
"psr/log": "Required for using the Log middleware" "psr/log": "Required for using the Log middleware"
@ -3077,12 +3079,12 @@
} }
}, },
"autoload": { "autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": { "psr-4": {
"GuzzleHttp\\": "src/" "GuzzleHttp\\": "src/"
} },
"files": [
"src/functions_include.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -3106,7 +3108,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2018-04-22T15:46:56+00:00" "time": "2019-10-23T15:58:00+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -3491,16 +3493,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.2.4", "version": "v4.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4" "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4", "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3508,6 +3510,7 @@
"php": ">=7.0" "php": ">=7.0"
}, },
"require-dev": { "require-dev": {
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
}, },
"bin": [ "bin": [
@ -3516,7 +3519,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.2-dev" "dev-master": "4.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -3538,7 +3541,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2019-09-01T07:51:21+00:00" "time": "2019-11-08T13:50:10+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -3902,16 +3905,16 @@
}, },
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.1.0", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3920,7 +3923,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -3945,7 +3948,7 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"time": "2018-11-20T15:27:04+00:00" "time": "2019-11-01T11:05:21+00:00"
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
@ -4272,16 +4275,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "24a60c0d7ad98a0fa5d1f892e9286095a389404f" "reference": "c3a30587de97263d2813a3c81b74126c58b67a4f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/24a60c0d7ad98a0fa5d1f892e9286095a389404f", "url": "https://api.github.com/repos/symfony/config/zipball/c3a30587de97263d2813a3c81b74126c58b67a4f",
"reference": "24a60c0d7ad98a0fa5d1f892e9286095a389404f", "reference": "c3a30587de97263d2813a3c81b74126c58b67a4f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4332,20 +4335,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-26T07:52:57+00:00" "time": "2019-11-08T08:28:59+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "4510f04e70344d70952566e4262a0b11df39cb10" "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/4510f04e70344d70952566e4262a0b11df39cb10", "url": "https://api.github.com/repos/symfony/console/zipball/c7edffb26b29cae972ca4afccb610a38ce8d0ccf",
"reference": "4510f04e70344d70952566e4262a0b11df39cb10", "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4404,20 +4407,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-26T07:52:58+00:00" "time": "2019-10-24T15:33:53+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "e18c5c4b35e7f17513448a25d02f7af34a4bdb41" "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/e18c5c4b35e7f17513448a25d02f7af34a4bdb41", "url": "https://api.github.com/repos/symfony/css-selector/zipball/f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
"reference": "e18c5c4b35e7f17513448a25d02f7af34a4bdb41", "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4457,20 +4460,20 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-20T13:31:17+00:00" "time": "2019-10-01T11:57:37+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "0b600300918780001e2821db77bc28b677794486" "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/0b600300918780001e2821db77bc28b677794486", "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086",
"reference": "0b600300918780001e2821db77bc28b677794486", "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4513,20 +4516,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-20T13:31:17+00:00" "time": "2019-10-24T15:33:53+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "2709bc2978ceb90f5180181f777f8a09125f2d89" "reference": "0ea4d39ca82409a25a43b61ce828048a90000920"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2709bc2978ceb90f5180181f777f8a09125f2d89", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920",
"reference": "2709bc2978ceb90f5180181f777f8a09125f2d89", "reference": "0ea4d39ca82409a25a43b61ce828048a90000920",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4584,20 +4587,20 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-26T16:07:57+00:00" "time": "2019-11-08T16:18:30+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "8558d1bc4554f5cb0b66e50377457967a8969263" "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8558d1bc4554f5cb0b66e50377457967a8969263", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
"reference": "8558d1bc4554f5cb0b66e50377457967a8969263", "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4641,20 +4644,20 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-26T07:52:58+00:00" "time": "2019-10-24T15:33:53+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959" "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e922c4c3430b9de624e8a285dada5e61e230959", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959", "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4704,11 +4707,11 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-23T08:05:57+00:00" "time": "2019-10-24T15:33:53+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
@ -4758,16 +4761,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "1fcad80b440abcd1451767349906b6f9d3961d37" "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/1fcad80b440abcd1451767349906b6f9d3961d37", "url": "https://api.github.com/repos/symfony/finder/zipball/3e915e5ce305f8bc8017597f71f1f4095092ddf8",
"reference": "1fcad80b440abcd1451767349906b6f9d3961d37", "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4803,20 +4806,20 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-14T09:39:58+00:00" "time": "2019-10-30T12:43:22+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "b3d57a1c325f39f703b249bed7998ce8c64236b4" "reference": "a5d46a33e8649ba802cebe520d188b04385572a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b3d57a1c325f39f703b249bed7998ce8c64236b4", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a5d46a33e8649ba802cebe520d188b04385572a2",
"reference": "b3d57a1c325f39f703b249bed7998ce8c64236b4", "reference": "a5d46a33e8649ba802cebe520d188b04385572a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4857,7 +4860,7 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-26T07:50:50+00:00" "time": "2019-11-03T02:12:45+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
@ -5240,16 +5243,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa" "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/d822cb654000a95b7855362c0d5b127f6a6d8baa", "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
"reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa", "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5285,7 +5288,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-26T07:52:58+00:00" "time": "2019-10-24T15:33:53+00:00"
}, },
{ {
"name": "symfony/psr-http-message-bridge", "name": "symfony/psr-http-message-bridge",
@ -5509,16 +5512,16 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "49a884e9ac297f99c56052bad30b2af89f716ee1" "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/49a884e9ac297f99c56052bad30b2af89f716ee1", "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772",
"reference": "49a884e9ac297f99c56052bad30b2af89f716ee1", "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5575,7 +5578,7 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-26T07:52:58+00:00" "time": "2019-10-30T12:43:22+00:00"
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
@ -5664,16 +5667,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.3.5", "version": "v4.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "bde8957fc415fdc6964f33916a3755737744ff05" "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/bde8957fc415fdc6964f33916a3755737744ff05", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf",
"reference": "bde8957fc415fdc6964f33916a3755737744ff05", "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5736,20 +5739,20 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2019-10-04T19:48:13+00:00" "time": "2019-10-13T12:02:04+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.4.31", "version": "v3.4.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834" "reference": "dab657db15207879217fc81df4f875947bf68804"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/3dc414b7db30695bae671a1d86013d03f4ae9834", "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804",
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834", "reference": "dab657db15207879217fc81df4f875947bf68804",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5795,7 +5798,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-08-20T13:31:17+00:00" "time": "2019-10-24T15:33:53+00:00"
}, },
{ {
"name": "tightenco/collect", "name": "tightenco/collect",
@ -5849,16 +5852,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.42.3", "version": "v1.42.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e" "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/201baee843e0ffe8b0b956f336dd42b2a92fae4e", "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152",
"reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e", "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5911,7 +5914,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2019-08-24T12:51:03+00:00" "time": "2019-11-11T16:49:32+00:00"
}, },
{ {
"name": "typo3/phar-stream-wrapper", "name": "typo3/phar-stream-wrapper",