From 67a1acdfdf7fbbf6088f6484ec753b91af464247 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sat, 4 Jan 2020 16:02:46 -0800 Subject: [PATCH] Update Composer dependencies (2020-01-05-00-02) ``` Loading composer repositories with package information Updating dependencies Package operations: 2 installs, 19 updates, 0 removals - Updating symfony/finder (v3.4.32 => v3.4.36): Downloading (100%) - Updating drupal/console-extend-plugin (0.9.2 => 0.9.3): Downloading (100%) - Updating symfony/http-foundation (v3.4.27 => v3.4.35): Downloading (100%) - Updating symfony/dom-crawler (v3.4.32 => v3.4.36): Downloading (100%) - Updating symfony/var-dumper (v3.4.32 => v3.4.36): Downloading (100%) - Updating nikic/php-parser (v4.2.4 => v4.3.0): Downloading (100%) - Removing dnoegel/php-xdg-base-dir (0.1) - Installing dnoegel/php-xdg-base-dir (v0.1.1): Downloading (100%) - Updating psy/psysh (v0.9.9 => v0.9.12): Downloading (100%) - Updating webmozart/assert (1.5.0 => 1.6.0): Downloading (100%) - Updating symfony/filesystem (v3.4.32 => v3.4.36): Downloading (100%) - Updating symfony/config (v3.4.32 => v3.4.36): Downloading (100%) - Updating drupal/console-en (1.9.3 => 1.9.4): Downloading (100%) - Updating drupal/console-core (1.9.3 => 1.9.4): Downloading (100%) - Updating drupal/console (1.9.3 => 1.9.4): Downloading (100%) - Updating pear/archive_tar (1.4.6 => 1.4.9): Downloading (100%) - Installing symfony/polyfill-util (v1.12.0): Downloading (100%) - Installing symfony/polyfill-php56 (v1.12.0): Downloading (100%) - Updating symfony/http-kernel (v3.4.26 => v3.4.35): Downloading (100%) - Updating drupal/core (8.7.8 => 8.7.11): Downloading (100%) - Updating webflo/drupal-core-strict (8.7.8 => 8.7.11) - Updating drush/drush (8.3.0 => 8.3.2): Downloading (100%) Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead. Package zendframework/zend-escaper is abandoned, you should avoid using it. Use laminas/laminas-escaper instead. Package zendframework/zend-feed is abandoned, you should avoid using it. Use laminas/laminas-feed instead. Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead. Package webflo/drupal-core-strict is abandoned, you should avoid using it. Use drupal/core-recommended instead. Writing lock file Generating optimized autoload files > DrupalProject\composer\ScriptHandler::createRequiredFiles ``` --- composer.lock | 429 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 276 insertions(+), 153 deletions(-) diff --git a/composer.lock b/composer.lock index b05b755..04e2522 100644 --- a/composer.lock +++ b/composer.lock @@ -754,25 +754,25 @@ }, { "name": "dnoegel/php-xdg-base-dir", - "version": "0.1", + "version": "v0.1.1", "source": { "type": "git", "url": "https://github.com/dnoegel/php-xdg-base-dir.git", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { - "phpunit/phpunit": "@stable" + "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35" }, - "type": "project", + "type": "library", "autoload": { "psr-4": { "XdgBaseDir\\": "src/" @@ -783,7 +783,7 @@ "MIT" ], "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24T07:27:01+00:00" + "time": "2019-12-04T15:06:13+00:00" }, { "name": "doctrine/annotations", @@ -1322,16 +1322,16 @@ }, { "name": "drupal/console", - "version": "1.9.3", + "version": "1.9.4", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console.git", - "reference": "f26fd9b5fdb389719d77ff30849af714762e7d2b" + "reference": "04522b687b2149dc1f808599e716421a20d50a5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/f26fd9b5fdb389719d77ff30849af714762e7d2b", - "reference": "f26fd9b5fdb389719d77ff30849af714762e7d2b", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/04522b687b2149dc1f808599e716421a20d50a5b", + "reference": "04522b687b2149dc1f808599e716421a20d50a5b", "shasum": "" }, "require": { @@ -1339,7 +1339,7 @@ "composer/installers": "~1.0", "doctrine/annotations": "^1.2", "doctrine/collections": "^1.3", - "drupal/console-core": "1.9.3", + "drupal/console-core": "1.9.4", "drupal/console-extend-plugin": "~0", "php": "^5.5.9 || ^7.0", "psy/psysh": "0.6.* || ~0.8", @@ -1397,25 +1397,25 @@ "drupal", "symfony" ], - "time": "2019-09-06T19:57:55+00:00" + "time": "2019-11-11T19:35:01+00:00" }, { "name": "drupal/console-core", - "version": "1.9.3", + "version": "1.9.4", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "1d2d579d6a6dfd4551cb8fa1427c551b0a5d5473" + "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/1d2d579d6a6dfd4551cb8fa1427c551b0a5d5473", - "reference": "1d2d579d6a6dfd4551cb8fa1427c551b0a5d5473", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/cc6f50c6ac8199140224347c862df75fd2d2f5ed", + "reference": "cc6f50c6ac8199140224347c862df75fd2d2f5ed", "shasum": "" }, "require": { "dflydev/dot-access-configuration": "^1.0", - "drupal/console-en": "1.9.3", + "drupal/console-en": "1.9.4", "guzzlehttp/guzzle": "~6.1", "php": "^5.5.9 || ^7.0", "stecman/symfony-console-completion": "~0.7", @@ -1479,20 +1479,20 @@ "drupal", "symfony" ], - "time": "2019-09-06T19:48:21+00:00" + "time": "2019-11-11T19:26:28+00:00" }, { "name": "drupal/console-en", - "version": "1.9.3", + "version": "1.9.4", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "8b0299cf2033f0ddf27dc1f000f393c8f34d423d" + "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/8b0299cf2033f0ddf27dc1f000f393c8f34d423d", - "reference": "8b0299cf2033f0ddf27dc1f000f393c8f34d423d", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/30813a832fdb1244e84cbcc012cd103d5e9d673d", + "reference": "30813a832fdb1244e84cbcc012cd103d5e9d673d", "shasum": "" }, "type": "library", @@ -1533,24 +1533,25 @@ "drupal", "symfony" ], - "time": "2019-09-06T19:42:02+00:00" + "time": "2019-10-07T23:45:30+00:00" }, { "name": "drupal/console-extend-plugin", - "version": "0.9.2", + "version": "0.9.3", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", - "reference": "f3bac233fd305359c33e96621443b3bd065555cc" + "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc", - "reference": "f3bac233fd305359c33e96621443b3bd065555cc", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/ad8e52df34b2e78bdacfffecc9fe8edf41843342", + "reference": "ad8e52df34b2e78bdacfffecc9fe8edf41843342", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", + "composer/installers": "^1.2", "symfony/finder": "~2.7|~3.0", "symfony/yaml": "~2.7|~3.0" }, @@ -1574,20 +1575,20 @@ } ], "description": "Drupal Console Extend Plugin", - "time": "2017-07-28T17:11:54+00:00" + "time": "2019-11-07T20:15:27+00:00" }, { "name": "drupal/core", - "version": "8.7.8", + "version": "8.7.11", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "476f491b85306c09101106d9b66a5dbe73c21bf0" + "reference": "a691876294fadc2795a8add96359b5ffc109d7f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/476f491b85306c09101106d9b66a5dbe73c21bf0", - "reference": "476f491b85306c09101106d9b66a5dbe73c21bf0", + "url": "https://api.github.com/repos/drupal/core/zipball/a691876294fadc2795a8add96359b5ffc109d7f2", + "reference": "a691876294fadc2795a8add96359b5ffc109d7f2", "shasum": "" }, "require": { @@ -1613,7 +1614,7 @@ "guzzlehttp/guzzle": "^6.2.1", "masterminds/html5": "^2.1", "paragonie/random_compat": "^1.0|^2.0|^9.99.99", - "pear/archive_tar": "^1.4", + "pear/archive_tar": "^1.4.9", "php": "^5.5.9|>=7.0.8", "stack/builder": "^1.0", "symfony-cmf/routing": "^1.4", @@ -1819,7 +1820,7 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2019-10-02T18:41:30+00:00" + "time": "2019-12-18T08:55:29+00:00" }, { "name": "drupal/drupal-driver", @@ -1917,16 +1918,16 @@ }, { "name": "drush/drush", - "version": "8.3.0", + "version": "8.3.2", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "59454e59b1139d3c0264504e42359397d828d459" + "reference": "60306a27347f6c69517dc2d91bb2fd5d1a41abec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/59454e59b1139d3c0264504e42359397d828d459", - "reference": "59454e59b1139d3c0264504e42359397d828d459", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/60306a27347f6c69517dc2d91bb2fd5d1a41abec", + "reference": "60306a27347f6c69517dc2d91bb2fd5d1a41abec", "shasum": "" }, "require": { @@ -1966,7 +1967,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "8.3.x-dev" } }, "autoload": { @@ -2026,7 +2027,7 @@ ], "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", "homepage": "http://www.drush.org", - "time": "2019-07-09T21:53:08+00:00" + "time": "2019-11-26T22:34:50+00:00" }, { "name": "easyrdf/easyrdf", @@ -2483,16 +2484,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.2.4", + "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4" + "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4", - "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", + "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", "shasum": "" }, "require": { @@ -2500,6 +2501,7 @@ "php": ">=7.0" }, "require-dev": { + "ircmaxell/php-yacc": "0.0.5", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" }, "bin": [ @@ -2508,7 +2510,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.3-dev" } }, "autoload": { @@ -2530,7 +2532,7 @@ "parser", "php" ], - "time": "2019-09-01T07:51:21+00:00" + "time": "2019-11-08T13:50:10+00:00" }, { "name": "pantheon-systems/quicksilver-pushback", @@ -2608,16 +2610,16 @@ }, { "name": "pear/archive_tar", - "version": "1.4.6", + "version": "1.4.9", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", - "reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e" + "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b8e33f9063a7cd1d20f079014f8382b3a7aee47e", - "reference": "b8e33f9063a7cd1d20f079014f8382b3a7aee47e", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/c5b00053770e1d72128252c62c2c1a12c26639f0", + "reference": "c5b00053770e1d72128252c62c2c1a12c26639f0", "shasum": "" }, "require": { @@ -2670,7 +2672,7 @@ "archive", "tar" ], - "time": "2019-02-01T11:10:38+00:00" + "time": "2019-12-04T10:17:28+00:00" }, { "name": "pear/console_getopt", @@ -3021,27 +3023,27 @@ }, { "name": "psy/psysh", - "version": "v0.9.9", + "version": "v0.9.12", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e" + "reference": "90da7f37568aee36b116a030c5f99c915267edd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", - "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4", + "reference": "90da7f37568aee36b116a030c5f99c915267edd4", "shasum": "" }, "require": { - "dnoegel/php-xdg-base-dir": "0.1", + "dnoegel/php-xdg-base-dir": "0.1.*", "ext-json": "*", "ext-tokenizer": "*", "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", "php": ">=5.4.0", - "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", - "symfony/var-dumper": "~2.7|~3.0|~4.0" + "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0", + "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.2", @@ -3091,7 +3093,7 @@ "interactive", "shell" ], - "time": "2018-10-13T15:16:03+00:00" + "time": "2019-12-06T14:19:43+00:00" }, { "name": "rvtraveller/qs-composer-installer", @@ -3342,16 +3344,16 @@ }, { "name": "symfony/config", - "version": "v3.4.32", + "version": "v3.4.36", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "717ad66b5257e9752ae3c5722b5810bb4c40b236" + "reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/717ad66b5257e9752ae3c5722b5810bb4c40b236", - "reference": "717ad66b5257e9752ae3c5722b5810bb4c40b236", + "url": "https://api.github.com/repos/symfony/config/zipball/a599a867d0e4a07c342b5f1e656b3915a540ddbe", + "reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe", "shasum": "" }, "require": { @@ -3402,7 +3404,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2019-09-19T15:32:51+00:00" + "time": "2019-12-01T10:45:41+00:00" }, { "name": "symfony/console", @@ -3658,16 +3660,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v3.4.32", + "version": "v3.4.36", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "29cffc38a38f2a8ed7e494c9cea2f890a40c2359" + "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/29cffc38a38f2a8ed7e494c9cea2f890a40c2359", - "reference": "29cffc38a38f2a8ed7e494c9cea2f890a40c2359", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3", + "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3", "shasum": "" }, "require": { @@ -3711,7 +3713,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2019-08-30T17:42:32+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "symfony/event-dispatcher", @@ -3778,16 +3780,16 @@ }, { "name": "symfony/filesystem", - "version": "v3.4.32", + "version": "v3.4.36", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516" + "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", - "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/00cdad0936d06fab136944bc2342b762b1c3a4a2", + "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2", "shasum": "" }, "require": { @@ -3824,20 +3826,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-08-20T13:31:17+00:00" + "time": "2019-11-25T16:36:22+00:00" }, { "name": "symfony/finder", - "version": "v3.4.32", + "version": "v3.4.36", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "2b6a666d6ff7fb65d10b97d817c8e7930944afb9" + "reference": "290ae21279b37bfd287cdcce640d51204e84afdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/2b6a666d6ff7fb65d10b97d817c8e7930944afb9", - "reference": "2b6a666d6ff7fb65d10b97d817c8e7930944afb9", + "url": "https://api.github.com/repos/symfony/finder/zipball/290ae21279b37bfd287cdcce640d51204e84afdf", + "reference": "290ae21279b37bfd287cdcce640d51204e84afdf", "shasum": "" }, "require": { @@ -3873,20 +3875,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-09-01T21:32:23+00:00" + "time": "2019-11-17T21:55:15+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.4.27", + "version": "v3.4.35", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "fa02215233be8de1c2b44617088192f9e8db3512" + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fa02215233be8de1c2b44617088192f9e8db3512", - "reference": "fa02215233be8de1c2b44617088192f9e8db3512", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce", + "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce", "shasum": "" }, "require": { @@ -3927,20 +3929,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-05-01T08:04:33+00:00" + "time": "2019-11-11T12:53:10+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.4.26", + "version": "v3.4.35", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "14fa41ccd38570b5e3120a3754bbaa144a15f311" + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/14fa41ccd38570b5e3120a3754bbaa144a15f311", - "reference": "14fa41ccd38570b5e3120a3754bbaa144a15f311", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9", + "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9", "shasum": "" }, "require": { @@ -3949,7 +3951,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", @@ -4016,7 +4019,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-04-17T15:57:07+00:00" + "time": "2019-11-13T08:44:50+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4194,6 +4197,62 @@ ], "time": "2019-02-06T07:57:58+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.11.0", @@ -4253,6 +4312,58 @@ ], "time": "2019-02-06T07:57:58+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.26", @@ -4677,16 +4788,16 @@ }, { "name": "symfony/var-dumper", - "version": "v3.4.32", + "version": "v3.4.36", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "bd54d0cc1ae78ca7366ca9056342d1f7e0b5d7fa" + "reference": "569e261461600810845a8305ca3f64abd3e712c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bd54d0cc1ae78ca7366ca9056342d1f7e0b5d7fa", - "reference": "bd54d0cc1ae78ca7366ca9056342d1f7e0b5d7fa", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/569e261461600810845a8305ca3f64abd3e712c0", + "reference": "569e261461600810845a8305ca3f64abd3e712c0", "shasum": "" }, "require": { @@ -4742,7 +4853,7 @@ "debug", "dump" ], - "time": "2019-10-04T07:44:32+00:00" + "time": "2019-10-10T11:03:19+00:00" }, { "name": "symfony/yaml", @@ -4917,16 +5028,16 @@ }, { "name": "webflo/drupal-core-strict", - "version": "8.7.8", + "version": "8.7.11", "source": { "type": "git", "url": "https://github.com/webflo/drupal-core-strict.git", - "reference": "21784560e6c9af85219d61f7f8941586d1b91fff" + "reference": "e1fd5df67cb79aca1ec1560fb7f428bf1597f713" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-core-strict/zipball/21784560e6c9af85219d61f7f8941586d1b91fff", - "reference": "21784560e6c9af85219d61f7f8941586d1b91fff", + "url": "https://api.github.com/repos/webflo/drupal-core-strict/zipball/e1fd5df67cb79aca1ec1560fb7f428bf1597f713", + "reference": "e1fd5df67cb79aca1ec1560fb7f428bf1597f713", "shasum": "" }, "require": { @@ -4947,7 +5058,7 @@ "guzzlehttp/psr7": "1.4.2", "masterminds/html5": "2.3.0", "paragonie/random_compat": "v2.0.18", - "pear/archive_tar": "1.4.6", + "pear/archive_tar": "1.4.9", "pear/console_getopt": "v1.4.1", "pear/pear-core-minimal": "v1.10.7", "pear/pear_exception": "v1.0.0", @@ -4961,12 +5072,14 @@ "symfony/debug": "v3.4.26", "symfony/dependency-injection": "v3.4.26", "symfony/event-dispatcher": "v3.4.26", - "symfony/http-foundation": "v3.4.27", - "symfony/http-kernel": "v3.4.26", + "symfony/http-foundation": "v3.4.35", + "symfony/http-kernel": "v3.4.35", "symfony/polyfill-ctype": "v1.11.0", "symfony/polyfill-iconv": "v1.11.0", "symfony/polyfill-mbstring": "v1.11.0", + "symfony/polyfill-php56": "v1.12.0", "symfony/polyfill-php70": "v1.11.0", + "symfony/polyfill-util": "v1.12.0", "symfony/process": "v3.4.26", "symfony/psr-http-message-bridge": "v1.1.2", "symfony/routing": "v3.4.26", @@ -5024,7 +5137,8 @@ "GPL-2.0-or-later" ], "description": "Locked core dependencies", - "time": "2019-10-02T19:30:48+00:00" + "abandoned": "drupal/core-recommended", + "time": "2019-12-18T19:00:48+00:00" }, { "name": "webflo/drupal-finder", @@ -5068,31 +5182,29 @@ }, { "name": "webmozart/assert", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" + "reference": "573381c0a64f155a0d9a23f4b0c797194805b925" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", - "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", + "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925", + "reference": "573381c0a64f155a0d9a23f4b0c797194805b925", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0", "symfony/polyfill-ctype": "^1.8" }, + "conflict": { + "vimeo/psalm": "<3.6.0" + }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" @@ -5114,7 +5226,7 @@ "check", "validate" ], - "time": "2019-08-24T08:43:50+00:00" + "time": "2019-11-24T13:36:37+00:00" }, { "name": "webmozart/path-util", @@ -5304,6 +5416,7 @@ "psr", "psr-7" ], + "abandoned": "laminas/laminas-diactoros", "time": "2017-08-17T21:21:00+00:00" }, { @@ -5348,6 +5461,7 @@ "escaper", "zf2" ], + "abandoned": "laminas/laminas-escaper", "time": "2016-06-30T19:48:38+00:00" }, { @@ -5409,6 +5523,7 @@ "feed", "zf2" ], + "abandoned": "laminas/laminas-feed", "time": "2016-02-11T18:54:29+00:00" }, { @@ -5454,6 +5569,7 @@ "stdlib", "zf2" ], + "abandoned": "laminas/laminas-stdlib", "time": "2016-04-12T21:19:36+00:00" } ], @@ -5957,6 +6073,7 @@ ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", + "abandoned": "psr/container", "time": "2017-02-14T19:40:03+00:00" }, { @@ -6177,11 +6294,11 @@ }, { "name": "drupal/coder", - "version": "8.3.6", + "version": "8.3.7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/coder.git", - "reference": "4337ddf58d28dbdee4e1367bf71ee13393ab9820" + "reference": "c11c2957653bdbfd68adc851692d094b43d39221" }, "require": { "ext-mbstring": "*", @@ -6190,7 +6307,7 @@ "symfony/yaml": ">=2.0.5" }, "require-dev": { - "phpunit/phpunit": ">=3.7 <6" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "phpcodesniffer-standard", "autoload": { @@ -6210,7 +6327,7 @@ "phpcs", "standards" ], - "time": "2019-08-09T09:27:26+00:00" + "time": "2019-12-07T16:00:28+00:00" }, { "name": "drupal/drupal-extension", @@ -6339,16 +6456,16 @@ }, { "name": "genesis/behat-fail-aid", - "version": "2.3.5", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/forceedge01/behat-fail-aid.git", - "reference": "31aa64ea25f1b69b2001442f590c0c618f3ec4d4" + "reference": "d2003483676a6a0166867b1a0c03d1afbc850300" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/forceedge01/behat-fail-aid/zipball/31aa64ea25f1b69b2001442f590c0c618f3ec4d4", - "reference": "31aa64ea25f1b69b2001442f590c0c618f3ec4d4", + "url": "https://api.github.com/repos/forceedge01/behat-fail-aid/zipball/d2003483676a6a0166867b1a0c03d1afbc850300", + "reference": "d2003483676a6a0166867b1a0c03d1afbc850300", "shasum": "" }, "require": { @@ -6374,21 +6491,26 @@ } }, "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], "authors": [ { "name": "Abdul Wahhab Qureshi" } ], - "description": "Get more out of your test suite by getting it to work with you when tests fail. Works with Goutte and MinkExtension.", + "description": "Get more out of your test suite by getting it to work with you when tests fail. Screenshots and more. Works with Goutte and MinkExtension.", "keywords": [ "Behat", "behat-error", "behat-exception", "behat-fail", + "behat-screenshot", "error", - "fail" + "fail", + "screenshot" ], - "time": "2019-10-03T16:34:11+00:00" + "time": "2020-01-03T17:15:17+00:00" }, { "name": "instaclick/php-webdriver", @@ -6566,16 +6688,16 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.7", + "version": "v1.6.8", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb" + "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", - "reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe", + "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe", "shasum": "" }, "require": { @@ -6608,7 +6730,7 @@ ], "description": "Virtual file system to mock the real file system in unit tests.", "homepage": "http://vfs.bovigo.org/", - "time": "2019-08-01T01:38:37+00:00" + "time": "2019-10-30T15:31:00+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -6666,16 +6788,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.2", + "version": "4.3.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", - "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", "shasum": "" }, "require": { @@ -6687,6 +6809,7 @@ "require-dev": { "doctrine/instantiator": "^1.0.5", "mockery/mockery": "^1.0", + "phpdocumentor/type-resolver": "0.4.*", "phpunit/phpunit": "^6.4" }, "type": "library", @@ -6713,7 +6836,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-09-12T14:27:41+00:00" + "time": "2019-12-28T18:55:12+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -6762,33 +6885,33 @@ }, { "name": "phpspec/prophecy", - "version": "1.9.0", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203" + "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203", - "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc", + "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", - "sebastian/comparator": "^1.1|^2.0|^3.0", + "sebastian/comparator": "^1.2.3|^2.0|^3.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", + "phpspec/phpspec": "^2.5 || ^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.10.x-dev" } }, "autoload": { @@ -6821,7 +6944,7 @@ "spy", "stub" ], - "time": "2019-10-03T11:07:50+00:00" + "time": "2019-12-22T21:05:45+00:00" }, { "name": "phpunit/php-code-coverage", @@ -7574,16 +7697,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.5.1", + "version": "3.5.3", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "82cd0f854ceca17731d6d019c7098e3755c45060" + "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/82cd0f854ceca17731d6d019c7098e3755c45060", - "reference": "82cd0f854ceca17731d6d019c7098e3755c45060", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", + "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", "shasum": "" }, "require": { @@ -7621,20 +7744,20 @@ "phpcs", "standards" ], - "time": "2019-10-16T21:14:26+00:00" + "time": "2019-12-04T04:46:47+00:00" }, { "name": "symfony/browser-kit", - "version": "v3.4.32", + "version": "v3.4.36", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "abe4bf2c934ddd1fd490a7d9147df7827b5fff0f" + "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/abe4bf2c934ddd1fd490a7d9147df7827b5fff0f", - "reference": "abe4bf2c934ddd1fd490a7d9147df7827b5fff0f", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2e4c991e27a97a8c27745720b030ff85a5cebdf6", + "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6", "shasum": "" }, "require": { @@ -7678,7 +7801,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-09-10T10:13:59+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "textalk/websocket",