From 22caecfa3b61d6b9c34f4aa1e6e2081fdbca5c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 24 Apr 2021 23:18:29 -0400 Subject: [PATCH] Commit updated composer lock file --- composer.lock | 222 +++++++++++++++++++++----------------------------- 1 file changed, 95 insertions(+), 127 deletions(-) diff --git a/composer.lock b/composer.lock index 416d8d9..17879d6 100644 --- a/composer.lock +++ b/composer.lock @@ -1621,43 +1621,6 @@ }, "time": "2016-08-15T16:46:22+00:00" }, - { - "name": "dnoegel/php-xdg-base-dir", - "version": "v0.1.1", - "source": { - "type": "git", - "url": "https://github.com/dnoegel/php-xdg-base-dir.git", - "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" - }, - "dist": { - "type": "zip", - "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": "~7.0|~6.0|~5.0|~4.8.35" - }, - "type": "library", - "autoload": { - "psr-4": { - "XdgBaseDir\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "implementation of xdg base directory specification for php", - "support": { - "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues", - "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1" - }, - "time": "2019-12-04T15:06:13+00:00" - }, { "name": "doctrine/annotations", "version": "1.12.1", @@ -1730,40 +1693,39 @@ }, { "name": "doctrine/cache", - "version": "1.10.2", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "13e3381b25847283a91948d04640543941309727" + "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", - "reference": "13e3381b25847283a91948d04640543941309727", + "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0", + "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4" + "doctrine/common": ">2.2,<2.4", + "psr/cache": ">=3" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", - "doctrine/coding-standard": "^6.0", + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^8.0", "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^7.0", - "predis/predis": "~1.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "predis/predis": "~1.0", + "psr/cache": "^1.0 || ^2.0", + "symfony/cache": "^4.4 || ^5.2" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" @@ -1810,7 +1772,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.10.x" + "source": "https://github.com/doctrine/cache/tree/1.11.0" }, "funding": [ { @@ -1826,7 +1788,7 @@ "type": "tidelift" } ], - "time": "2020-07-07T18:54:01+00:00" + "time": "2021-04-13T14:46:17+00:00" }, { "name": "doctrine/collections", @@ -2094,26 +2056,26 @@ }, { "name": "doctrine/inflector", - "version": "1.4.3", + "version": "1.4.4", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c" + "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c", - "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", + "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^7.0", - "phpstan/phpstan": "^0.11", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-strict-rules": "^0.11", + "doctrine/coding-standard": "^8.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", @@ -2170,7 +2132,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/1.4.x" + "source": "https://github.com/doctrine/inflector/tree/1.4.4" }, "funding": [ { @@ -2186,7 +2148,7 @@ "type": "tidelift" } ], - "time": "2020-05-29T07:19:59+00:00" + "time": "2021-04-16T17:34:40+00:00" }, { "name": "doctrine/lexer", @@ -2751,6 +2713,10 @@ { "name": "floretan", "homepage": "https://www.drupal.org/user/66163" + }, + { + "name": "nord102", + "homepage": "https://www.drupal.org/user/3471419" } ], "description": "Limit which text formats are available for each field instance.", @@ -3331,7 +3297,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_actions.git", - "reference": "4fb99ffdea3c3d4504a17740979859424a6cf839" + "reference": "c4c0707659a5cf71c8429dc882fde5c18251b232" }, "require": { "drupal/core": "^8.8 || ^9" @@ -3342,8 +3308,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.1+3-dev", - "datestamp": "1592352385", + "version": "8.x-1.2+2-dev", + "datestamp": "1618321640", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4135,16 +4101,16 @@ }, { "name": "drupal/core", - "version": "8.9.13", + "version": "8.9.14", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "a53db77b55a035453d7229e0c3069f8591cb4cb6" + "reference": "84796e158cd3bd50af08974dd62931d0cc78dc7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/a53db77b55a035453d7229e0c3069f8591cb4cb6", - "reference": "a53db77b55a035453d7229e0c3069f8591cb4cb6", + "url": "https://api.github.com/repos/drupal/core/zipball/84796e158cd3bd50af08974dd62931d0cc78dc7e", + "reference": "84796e158cd3bd50af08974dd62931d0cc78dc7e", "shasum": "" }, "require": { @@ -4363,13 +4329,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/8.9.13" + "source": "https://github.com/drupal/core/tree/8.9.14" }, - "time": "2021-01-19T23:11:00+00:00" + "time": "2021-04-20T23:05:40+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "8.9.13", + "version": "8.9.14", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -4413,13 +4379,13 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/8.9.4" + "source": "https://github.com/drupal/core-composer-scaffold/tree/8.9.5" }, "time": "2020-08-07T22:30:30+00:00" }, { "name": "drupal/core-project-message", - "version": "8.9.13", + "version": "8.9.14", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", @@ -4454,7 +4420,7 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/8.9.13" + "source": "https://github.com/drupal/core-project-message/tree/8.9.14" }, "time": "2020-08-02T22:04:49+00:00" }, @@ -4583,17 +4549,17 @@ }, { "name": "drupal/csp", - "version": "1.14.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.14" + "reference": "8.x-1.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "92fdb59678b9c2e8af57c68ce36d84aad54e34bb" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "fbb6c4d2cb25c53758b7286f161c3c1a511ff8d1" }, "require": { "drupal/core": "^8.5 || ^9.0", @@ -4603,8 +4569,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.14", - "datestamp": "1613456675", + "version": "8.x-1.15", + "datestamp": "1618259686", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4637,35 +4603,38 @@ }, { "name": "drupal/ctools", - "version": "3.4.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "8.x-3.4" + "reference": "8.x-3.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.4.zip", - "reference": "8.x-3.4", - "shasum": "016ca5abb7ac4ca720352a72e8989f3ef0e20539" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "0113cd1e787ff3bde088c836c2d79d14136b0013" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.4", - "datestamp": "1585763383", + "version": "8.x-3.5", + "datestamp": "1618592931", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "branch-alias": { + "dev-8.x-3.x": "3.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -5331,7 +5300,7 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia_core.git", - "reference": "0132658dcd430dad05c5b7cfb74d45797fdd606b" + "reference": "e0750f22b4325aec04a479dc428c8739fec48f39" }, "require": { "drupal/config_actions": "^1.1", @@ -5370,7 +5339,7 @@ "issues": "https://gitlab.com/drutopia/drutopia_core/issues", "source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x" }, - "time": "2021-03-10T18:29:19+00:00" + "time": "2021-04-15T20:36:09+00:00" }, { "name": "drupal/drutopia_event", @@ -8480,10 +8449,6 @@ "name": "Lucas Hedding", "homepage": "https://www.drupal.org/u/heddn", "role": "Maintainer" - }, - { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" } ], "description": "CSV source migration.", @@ -9872,7 +9837,7 @@ "source": { "type": "git", "url": "git@gitlab.com:agaric/drupal/twigsuggest.git", - "reference": "ba046efc221688e1dacd77d1f6b9cccd715aa7e1" + "reference": "79bf1ed5513252b855b0f2fcd788e8b8be6090df" }, "default-branch": true, "type": "drupal-module", @@ -9892,7 +9857,7 @@ "issues": "https://www.drupal.org/project/issues/twigsuggest", "source": "https://git.drupalcode.org/project/twigsuggest.git" }, - "time": "2020-08-18T05:41:00+00:00" + "time": "2021-03-01T10:04:00+00:00" }, { "name": "drupal/variationcache", @@ -10107,26 +10072,26 @@ }, { "name": "drupal/wysiwyg_linebreaks", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/wysiwyg_linebreaks.git", - "reference": "8.x-1.10" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/wysiwyg_linebreaks-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "64f529906354e9689f1a1926ef68959fc627a3ca" + "url": "https://ftp.drupal.org/files/projects/wysiwyg_linebreaks-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "ba7a0c4585449eedbdad19b6d83603c46e5456e7" }, "require": { - "drupal/core": "^8" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1542910380", + "version": "8.x-1.11", + "datestamp": "1619132688", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10141,6 +10106,10 @@ { "name": "geerlingguy", "homepage": "https://www.drupal.org/user/389011" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" } ], "description": "Plugin to allow legacy content editing and more sane formatting in wysiwyg editors.", @@ -12006,16 +11975,16 @@ }, { "name": "league/csv", - "version": "9.7.0", + "version": "9.7.1", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "4cacd9c72c4aa8bdbef43315b2ca25c46a0f833f" + "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/4cacd9c72c4aa8bdbef43315b2ca25c46a0f833f", - "reference": "4cacd9c72c4aa8bdbef43315b2ca25c46a0f833f", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/0ec57e8264ec92565974ead0d1724cf1026e10c1", + "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1", "shasum": "" }, "require": { @@ -12086,7 +12055,7 @@ "type": "github" } ], - "time": "2021-03-26T22:08:10+00:00" + "time": "2021-04-17T16:32:08+00:00" }, { "name": "masterminds/html5", @@ -13073,20 +13042,19 @@ }, { "name": "psy/psysh", - "version": "v0.10.7", + "version": "v0.10.8", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "a395af46999a12006213c0c8346c9445eb31640c" + "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a395af46999a12006213c0c8346c9445eb31640c", - "reference": "a395af46999a12006213c0c8346c9445eb31640c", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3", + "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3", "shasum": "" }, "require": { - "dnoegel/php-xdg-base-dir": "0.1.*", "ext-json": "*", "ext-tokenizer": "*", "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", @@ -13143,9 +13111,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.10.7" + "source": "https://github.com/bobthecow/psysh/tree/v0.10.8" }, - "time": "2021-03-14T02:14:56+00:00" + "time": "2021-04-10T16:23:39+00:00" }, { "name": "ralouphie/getallheaders", @@ -16401,16 +16369,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v2.2.0", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665" + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665", - "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", "shasum": "" }, "require": { @@ -16419,7 +16387,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -16448,7 +16416,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/master" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" }, "funding": [ { @@ -16464,7 +16432,7 @@ "type": "tidelift" } ], - "time": "2020-09-07T11:33:47+00:00" + "time": "2021-03-23T23:28:01+00:00" }, { "name": "symfony/dom-crawler",