From a6a0523e0b0345274f884d1ed769c76c8169d469 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 30 Nov 2023 16:12:40 +0000 Subject: [PATCH] Issue #3404694 by Spokje, longwave, mglaman, andypost: Update dependencies for Drupal 10.2 --- composer.json | 3 + composer.lock | 385 +++++++++--------- .../Metapackage/CoreRecommended/composer.json | 50 +-- .../PinnedDevDependencies/composer.json | 28 +- .../DependencyInjection/composer.json | 2 +- .../Component/EventDispatcher/composer.json | 2 +- .../Template/ComposerProjectTemplatesTest.php | 2 +- 7 files changed, 239 insertions(+), 233 deletions(-) diff --git a/composer.json b/composer.json index 88c3ce7643e..b998ae92aea 100644 --- a/composer.json +++ b/composer.json @@ -103,6 +103,9 @@ "Drupal\\Composer\\": "composer" } }, + "conflict": { + "phpstan/phpstan": "1.10.45 || 1.10.46" + }, "scripts": { "pre-install-cmd": "Drupal\\Composer\\Composer::ensureComposerVersion", "pre-update-cmd": "Drupal\\Composer\\Composer::ensureComposerVersion", diff --git a/composer.lock b/composer.lock index de3738fdd4e..5e93e18f00b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,35 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a13d08162bfae1cd2d3e808e6765474a", + "content-hash": "a0d979d34b7ddf92040896fc53468265", "packages": [ { "name": "asm89/stack-cors", - "version": "v2.1.1", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", - "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a" + "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", - "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/50f57105bad3d97a43ec4a485eb57daf347eafea", + "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea", "shasum": "" }, "require": { - "php": "^7.2|^8.0", - "symfony/http-foundation": "^4|^5|^6", - "symfony/http-kernel": "^4|^5|^6" + "php": "^7.3|^8.0", + "symfony/http-foundation": "^5.3|^6|^7", + "symfony/http-kernel": "^5.3|^6|^7" }, "require-dev": { - "phpunit/phpunit": "^7|^9", + "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } }, "autoload": { @@ -58,9 +58,9 @@ ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", - "source": "https://github.com/asm89/stack-cors/tree/v2.1.1" + "source": "https://github.com/asm89/stack-cors/tree/v2.2.0" }, - "time": "2022-01-18T09:12:03+00:00" + "time": "2023-11-14T13:51:46+00:00" }, { "name": "composer/installers", @@ -1356,21 +1356,22 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.13", + "version": "v1.10.14", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d" + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d", - "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", + "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0" + "pear/pear_exception": "~1.0", + "php": ">=5.4" }, "replace": { "rsky/pear-core-min": "self.version" @@ -1400,7 +1401,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2023-04-19T19:15:47+00:00" + "time": "2023-11-26T16:15:38+00:00" }, { "name": "pear/pear_exception", @@ -1935,16 +1936,16 @@ }, { "name": "symfony/console", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "380ae25f02e34809fba16fa387191f1da9852778" + "reference": "cd9864b47c367450e14ab32f78fdbf98c44c26b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/380ae25f02e34809fba16fa387191f1da9852778", - "reference": "380ae25f02e34809fba16fa387191f1da9852778", + "url": "https://api.github.com/repos/symfony/console/zipball/cd9864b47c367450e14ab32f78fdbf98c44c26b6", + "reference": "cd9864b47c367450e14ab32f78fdbf98c44c26b6", "shasum": "" }, "require": { @@ -2009,7 +2010,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/console/tree/v6.4.0" }, "funding": [ { @@ -2025,11 +2026,11 @@ "type": "tidelift" } ], - "time": "2023-11-02T13:23:55+00:00" + "time": "2023-11-20T16:41:16+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", @@ -2090,7 +2091,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.0" }, "funding": [ { @@ -2110,7 +2111,7 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", @@ -2157,7 +2158,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" }, "funding": [ { @@ -2177,7 +2178,7 @@ }, { "name": "symfony/error-handler", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", @@ -2232,7 +2233,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/error-handler/tree/v6.4.0" }, "funding": [ { @@ -2252,7 +2253,7 @@ }, { "name": "symfony/event-dispatcher", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -2312,7 +2313,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.0" }, "funding": [ { @@ -2332,7 +2333,7 @@ }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", @@ -2388,7 +2389,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0" }, "funding": [ { @@ -2408,7 +2409,7 @@ }, { "name": "symfony/filesystem", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -2451,7 +2452,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/filesystem/tree/v6.4.0" }, "funding": [ { @@ -2471,7 +2472,7 @@ }, { "name": "symfony/finder", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -2515,7 +2516,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/finder/tree/v6.4.0" }, "funding": [ { @@ -2535,16 +2536,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "e0905cd41cb5b8fec3c9cb59ea6cc032c8ba0e09" + "reference": "44a6d39a9cc11e154547d882d5aac1e014440771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e0905cd41cb5b8fec3c9cb59ea6cc032c8ba0e09", - "reference": "e0905cd41cb5b8fec3c9cb59ea6cc032c8ba0e09", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/44a6d39a9cc11e154547d882d5aac1e014440771", + "reference": "44a6d39a9cc11e154547d882d5aac1e014440771", "shasum": "" }, "require": { @@ -2592,7 +2593,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.0" }, "funding": [ { @@ -2608,20 +2609,20 @@ "type": "tidelift" } ], - "time": "2023-11-07T15:07:26+00:00" + "time": "2023-11-20T16:41:16+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "ac4558354648a84f8468bc52a8fc9504de280d88" + "reference": "16a29c453966f29466ad34444ce97970a336f3c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ac4558354648a84f8468bc52a8fc9504de280d88", - "reference": "ac4558354648a84f8468bc52a8fc9504de280d88", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/16a29c453966f29466ad34444ce97970a336f3c8", + "reference": "16a29c453966f29466ad34444ce97970a336f3c8", "shasum": "" }, "require": { @@ -2705,7 +2706,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.0" }, "funding": [ { @@ -2721,11 +2722,11 @@ "type": "tidelift" } ], - "time": "2023-11-15T16:04:37+00:00" + "time": "2023-11-29T10:40:15+00:00" }, { "name": "symfony/mailer", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", @@ -2785,7 +2786,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/mailer/tree/v6.4.0" }, "funding": [ { @@ -2805,7 +2806,7 @@ }, { "name": "symfony/mime", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", @@ -2869,7 +2870,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/mime/tree/v6.4.0" }, "funding": [ { @@ -3469,16 +3470,16 @@ }, { "name": "symfony/process", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a91571ff5df8825fcc74569d99cddc7242f479b7" + "reference": "191703b1566d97a5425dc969e4350d32b8ef17aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a91571ff5df8825fcc74569d99cddc7242f479b7", - "reference": "a91571ff5df8825fcc74569d99cddc7242f479b7", + "url": "https://api.github.com/repos/symfony/process/zipball/191703b1566d97a5425dc969e4350d32b8ef17aa", + "reference": "191703b1566d97a5425dc969e4350d32b8ef17aa", "shasum": "" }, "require": { @@ -3510,7 +3511,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/process/tree/v6.4.0" }, "funding": [ { @@ -3526,7 +3527,7 @@ "type": "tidelift" } ], - "time": "2023-11-04T20:16:32+00:00" + "time": "2023-11-17T21:06:49+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -3619,16 +3620,16 @@ }, { "name": "symfony/routing", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "18bba718a449b582ba4d118c3d04598a4bd8764e" + "reference": "ae014d60d7c8e80be5c3b644a286e91249a3e8f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/18bba718a449b582ba4d118c3d04598a4bd8764e", - "reference": "18bba718a449b582ba4d118c3d04598a4bd8764e", + "url": "https://api.github.com/repos/symfony/routing/zipball/ae014d60d7c8e80be5c3b644a286e91249a3e8f4", + "reference": "ae014d60d7c8e80be5c3b644a286e91249a3e8f4", "shasum": "" }, "require": { @@ -3682,7 +3683,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/routing/tree/v6.4.0" }, "funding": [ { @@ -3698,20 +3699,20 @@ "type": "tidelift" } ], - "time": "2023-11-12T20:48:31+00:00" + "time": "2023-11-29T08:04:54+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "e85ca7192f053b221e0a1dc465eabd492b6b9030" + "reference": "39471236913df0c3cfcc90bec28c50f355d3c7ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/e85ca7192f053b221e0a1dc465eabd492b6b9030", - "reference": "e85ca7192f053b221e0a1dc465eabd492b6b9030", + "url": "https://api.github.com/repos/symfony/serializer/zipball/39471236913df0c3cfcc90bec28c50f355d3c7ef", + "reference": "39471236913df0c3cfcc90bec28c50f355d3c7ef", "shasum": "" }, "require": { @@ -3780,7 +3781,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/serializer/tree/v6.4.0" }, "funding": [ { @@ -3796,20 +3797,20 @@ "type": "tidelift" } ], - "time": "2023-11-12T20:48:31+00:00" + "time": "2023-11-29T10:01:06+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" + "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", - "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b3313c2dbffaf71c8de2934e2ea56ed2291a3838", + "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838", "shasum": "" }, "require": { @@ -3862,7 +3863,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.4.0" }, "funding": [ { @@ -3878,20 +3879,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2023-07-30T20:28:31+00:00" }, { "name": "symfony/string", - "version": "v6.3.8", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "13880a87790c76ef994c91e87efb96134522577a" + "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/13880a87790c76ef994c91e87efb96134522577a", - "reference": "13880a87790c76ef994c91e87efb96134522577a", + "url": "https://api.github.com/repos/symfony/string/zipball/b45fcf399ea9c3af543a92edf7172ba21174d809", + "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809", "shasum": "" }, "require": { @@ -3905,11 +3906,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/intl": "^6.2", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -3948,7 +3949,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.8" + "source": "https://github.com/symfony/string/tree/v6.4.0" }, "funding": [ { @@ -3964,20 +3965,20 @@ "type": "tidelift" } ], - "time": "2023-11-09T08:28:21+00:00" + "time": "2023-11-28T20:41:49+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.3.0", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86" + "reference": "dee0c6e5b4c07ce851b462530088e64b255ac9c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86", - "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dee0c6e5b4c07ce851b462530088e64b255ac9c5", + "reference": "dee0c6e5b4c07ce851b462530088e64b255ac9c5", "shasum": "" }, "require": { @@ -4026,7 +4027,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.4.0" }, "funding": [ { @@ -4042,20 +4043,20 @@ "type": "tidelift" } ], - "time": "2023-05-30T17:17:10+00:00" + "time": "2023-07-25T15:08:44+00:00" }, { "name": "symfony/validator", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "658bdd8660095c676b83a55ee032deabb3059868" + "reference": "33e1f3bb76ef70e3170e12f878aefb9c69b0fc4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/658bdd8660095c676b83a55ee032deabb3059868", - "reference": "658bdd8660095c676b83a55ee032deabb3059868", + "url": "https://api.github.com/repos/symfony/validator/zipball/33e1f3bb76ef70e3170e12f878aefb9c69b0fc4c", + "reference": "33e1f3bb76ef70e3170e12f878aefb9c69b0fc4c", "shasum": "" }, "require": { @@ -4122,7 +4123,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/validator/tree/v6.4.0" }, "funding": [ { @@ -4138,11 +4139,11 @@ "type": "tidelift" } ], - "time": "2023-11-14T22:57:17+00:00" + "time": "2023-11-29T07:47:42+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", @@ -4207,7 +4208,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.0" }, "funding": [ { @@ -4227,23 +4228,24 @@ }, { "name": "symfony/var-exporter", - "version": "v6.3.6", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "374d289c13cb989027274c86206ddc63b16a2441" + "reference": "d6081c0316f0f5921f2010d1766925005a82ea3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/374d289c13cb989027274c86206ddc63b16a2441", - "reference": "374d289c13cb989027274c86206ddc63b16a2441", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d6081c0316f0f5921f2010d1766925005a82ea3b", + "reference": "d6081c0316f0f5921f2010d1766925005a82ea3b", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { - "symfony/var-dumper": "^5.4|^6.0" + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -4281,7 +4283,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.3.6" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.0" }, "funding": [ { @@ -4297,11 +4299,11 @@ "type": "tidelift" } ], - "time": "2023-10-13T09:16:49+00:00" + "time": "2023-11-28T20:41:49+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", @@ -4353,7 +4355,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/yaml/tree/v6.4.0" }, "funding": [ { @@ -4373,26 +4375,27 @@ }, { "name": "twig/twig", - "version": "v3.7.1", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554" + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php80": "^1.22" }, "require-dev": { "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4.9|^6.3" + "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0" }, "type": "library", "autoload": { @@ -4428,7 +4431,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.7.1" + "source": "https://github.com/twigphp/Twig/tree/v3.8.0" }, "funding": [ { @@ -4440,7 +4443,7 @@ "type": "tidelift" } ], - "time": "2023-08-28T11:09:02+00:00" + "time": "2023-11-21T18:54:41+00:00" } ], "packages-dev": [ @@ -4643,16 +4646,16 @@ }, { "name": "colinodell/psr-testlogger", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/colinodell/psr-testlogger.git", - "reference": "9246155e688b310fb3d0f201ead2445686b5844e" + "reference": "291f5b70ea0d3139787d18f442365a8e2784a462" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/colinodell/psr-testlogger/zipball/9246155e688b310fb3d0f201ead2445686b5844e", - "reference": "9246155e688b310fb3d0f201ead2445686b5844e", + "url": "https://api.github.com/repos/colinodell/psr-testlogger/zipball/291f5b70ea0d3139787d18f442365a8e2784a462", + "reference": "291f5b70ea0d3139787d18f442365a8e2784a462", "shasum": "" }, "require": { @@ -4718,7 +4721,7 @@ "type": "github" } ], - "time": "2023-03-14T19:12:55+00:00" + "time": "2023-11-29T23:03:34+00:00" }, { "name": "composer/ca-bundle", @@ -5125,16 +5128,16 @@ }, { "name": "composer/spdx-licenses", - "version": "1.5.7", + "version": "1.5.8", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "c848241796da2abf65837d51dce1fae55a960149" + "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", - "reference": "c848241796da2abf65837d51dce1fae55a960149", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a", + "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a", "shasum": "" }, "require": { @@ -5183,9 +5186,9 @@ "validator" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/spdx-licenses/issues", - "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" + "source": "https://github.com/composer/spdx-licenses/tree/1.5.8" }, "funding": [ { @@ -5201,7 +5204,7 @@ "type": "tidelift" } ], - "time": "2022-05-23T07:37:50+00:00" + "time": "2023-11-20T07:44:33+00:00" }, { "name": "composer/xdebug-handler", @@ -5470,16 +5473,16 @@ }, { "name": "google/protobuf", - "version": "v3.25.0", + "version": "v3.25.1", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "e5a021e653ee3a7a78760caefa605b4ec31bba80" + "reference": "1fb247e72df401c863ed239c1660f981644af5db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/e5a021e653ee3a7a78760caefa605b4ec31bba80", - "reference": "e5a021e653ee3a7a78760caefa605b4ec31bba80", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/1fb247e72df401c863ed239c1660f981644af5db", + "reference": "1fb247e72df401c863ed239c1660f981644af5db", "shasum": "" }, "require": { @@ -5508,9 +5511,9 @@ "proto" ], "support": { - "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.0" + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.1" }, - "time": "2023-11-01T22:12:38+00:00" + "time": "2023-11-15T21:36:03+00:00" }, { "name": "instaclick/php-webdriver", @@ -6221,16 +6224,16 @@ }, { "name": "open-telemetry/sdk", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sdk.git", - "reference": "1c6020b4f1b85fdd647538ee46f6c83360d7c11e" + "reference": "806b82d8312243c78bdf8b6cc9f724e9e2fc77a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/1c6020b4f1b85fdd647538ee46f6c83360d7c11e", - "reference": "1c6020b4f1b85fdd647538ee46f6c83360d7c11e", + "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/806b82d8312243c78bdf8b6cc9f724e9e2fc77a7", + "reference": "806b82d8312243c78bdf8b6cc9f724e9e2fc77a7", "shasum": "" }, "require": { @@ -6300,20 +6303,20 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2023-10-18T20:53:08+00:00" + "time": "2023-11-27T04:26:07+00:00" }, { "name": "open-telemetry/sem-conv", - "version": "1.22.1", + "version": "1.23.1", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sem-conv.git", - "reference": "e582b874ee89bec544f962db212b3966fe9310a7" + "reference": "6921f9450510bf8e87c737f731ff818de05bf9c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/e582b874ee89bec544f962db212b3966fe9310a7", - "reference": "e582b874ee89bec544f962db212b3966fe9310a7", + "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/6921f9450510bf8e87c737f731ff818de05bf9c4", + "reference": "6921f9450510bf8e87c737f731ff818de05bf9c4", "shasum": "" }, "require": { @@ -6357,7 +6360,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2023-10-19T20:10:44+00:00" + "time": "2023-11-21T22:12:22+00:00" }, { "name": "phar-io/manifest", @@ -7053,16 +7056,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.2", + "version": "1.24.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "bcad8d995980440892759db0c32acae7c8e79442" + "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442", - "reference": "bcad8d995980440892759db0c32acae7c8e79442", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496", + "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496", "shasum": "" }, "require": { @@ -7094,22 +7097,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4" }, - "time": "2023-09-26T12:28:12+00:00" + "time": "2023-11-26T18:29:22+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.41", + "version": "1.10.44", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c6174523c2a69231df55bdc65b61655e72876d76" + "reference": "bf84367c53a23f759513985c54ffe0d0c249825b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6174523c2a69231df55bdc65b61655e72876d76", - "reference": "c6174523c2a69231df55bdc65b61655e72876d76", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bf84367c53a23f759513985c54ffe0d0c249825b", + "reference": "bf84367c53a23f759513985c54ffe0d0c249825b", "shasum": "" }, "require": { @@ -7158,7 +7161,7 @@ "type": "tidelift" } ], - "time": "2023-11-05T12:57:57+00:00" + "time": "2023-11-21T16:30:46+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -7684,24 +7687,24 @@ }, { "name": "react/promise", - "version": "v3.0.0", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "c86753c76fd3be465d93b308f18d189f01a22be4" + "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/c86753c76fd3be465d93b308f18d189f01a22be4", - "reference": "c86753c76fd3be465d93b308f18d189f01a22be4", + "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", + "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { - "phpstan/phpstan": "1.10.20 || 1.4.10", - "phpunit/phpunit": "^9.5 || ^7.5" + "phpstan/phpstan": "1.10.39 || 1.4.10", + "phpunit/phpunit": "^9.6 || ^7.5" }, "type": "library", "autoload": { @@ -7745,7 +7748,7 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v3.0.0" + "source": "https://github.com/reactphp/promise/tree/v3.1.0" }, "funding": [ { @@ -7753,7 +7756,7 @@ "type": "open_collective" } ], - "time": "2023-07-11T16:12:49+00:00" + "time": "2023-11-16T16:21:57+00:00" }, { "name": "sebastian/cli-parser", @@ -9008,7 +9011,7 @@ }, { "name": "symfony/browser-kit", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", @@ -9056,7 +9059,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/browser-kit/tree/v6.4.0" }, "funding": [ { @@ -9076,7 +9079,7 @@ }, { "name": "symfony/css-selector", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -9121,7 +9124,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/css-selector/tree/v6.4.0" }, "funding": [ { @@ -9141,16 +9144,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "8befdb307954a54918899892335b3ecfebdcc678" + "reference": "14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8befdb307954a54918899892335b3ecfebdcc678", - "reference": "8befdb307954a54918899892335b3ecfebdcc678", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33", + "reference": "14ff4fd2a5c8969d6158dbe7ef5b17d6a9c6ba33", "shasum": "" }, "require": { @@ -9188,7 +9191,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.0" }, "funding": [ { @@ -9204,20 +9207,20 @@ "type": "tidelift" } ], - "time": "2023-11-14T22:57:17+00:00" + "time": "2023-11-20T16:41:16+00:00" }, { "name": "symfony/lock", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "37f8ee1ca3f43a06814bdfae9a49bb25552a98c2" + "reference": "49c2d0ae4777d118edb13f23d0b4f125d7302cb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/37f8ee1ca3f43a06814bdfae9a49bb25552a98c2", - "reference": "37f8ee1ca3f43a06814bdfae9a49bb25552a98c2", + "url": "https://api.github.com/repos/symfony/lock/zipball/49c2d0ae4777d118edb13f23d0b4f125d7302cb3", + "reference": "49c2d0ae4777d118edb13f23d0b4f125d7302cb3", "shasum": "" }, "require": { @@ -9267,7 +9270,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/lock/tree/v6.4.0" }, "funding": [ { @@ -9283,11 +9286,11 @@ "type": "tidelift" } ], - "time": "2023-11-07T10:18:57+00:00" + "time": "2023-11-21T09:41:01+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.0-RC1", + "version": "v6.4.0", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", @@ -9348,7 +9351,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.0-RC1" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.0" }, "funding": [ { @@ -9447,16 +9450,16 @@ }, { "name": "theseer/tokenizer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", "shasum": "" }, "require": { @@ -9485,7 +9488,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + "source": "https://github.com/theseer/tokenizer/tree/1.2.2" }, "funding": [ { @@ -9493,7 +9496,7 @@ "type": "github" } ], - "time": "2021-07-28T10:34:58+00:00" + "time": "2023-11-20T00:12:19+00:00" }, { "name": "webflo/drupal-finder", diff --git a/composer/Metapackage/CoreRecommended/composer.json b/composer/Metapackage/CoreRecommended/composer.json index 4213d8c6500..ea9b435ef01 100644 --- a/composer/Metapackage/CoreRecommended/composer.json +++ b/composer/Metapackage/CoreRecommended/composer.json @@ -8,7 +8,7 @@ }, "require": { "drupal/core": "11.x-dev", - "asm89/stack-cors": "~v2.1.1", + "asm89/stack-cors": "~v2.2.0", "composer/semver": "~3.4.0", "doctrine/annotations": "~1.14.3", "doctrine/deprecations": "~1.1.2", @@ -21,7 +21,7 @@ "mck89/peast": "~v1.15.4", "pear/archive_tar": "~1.4.14", "pear/console_getopt": "~v1.4.3", - "pear/pear-core-minimal": "~v1.10.13", + "pear/pear-core-minimal": "~v1.10.14", "pear/pear_exception": "~v1.0.2", "psr/cache": "~3.0.0", "psr/container": "~2.0.2", @@ -31,18 +31,18 @@ "psr/log": "~3.0.0", "ralouphie/getallheaders": "~3.0.3", "sebastian/diff": "~4.0.5", - "symfony/console": "~v6.4.0-RC1", - "symfony/dependency-injection": "~v6.4.0-RC1", - "symfony/deprecation-contracts": "~v3.3.0", - "symfony/error-handler": "~v6.4.0-RC1", - "symfony/event-dispatcher": "~v6.4.0-RC1", - "symfony/event-dispatcher-contracts": "~v3.3.0", - "symfony/filesystem": "~v6.4.0-RC1", - "symfony/finder": "~v6.4.0-RC1", - "symfony/http-foundation": "~v6.4.0-RC1", - "symfony/http-kernel": "~v6.4.0-RC1", - "symfony/mailer": "~v6.4.0-RC1", - "symfony/mime": "~v6.4.0-RC1", + "symfony/console": "~v6.4.0", + "symfony/dependency-injection": "~v6.4.0", + "symfony/deprecation-contracts": "~v3.4.0", + "symfony/error-handler": "~v6.4.0", + "symfony/event-dispatcher": "~v6.4.0", + "symfony/event-dispatcher-contracts": "~v3.4.0", + "symfony/filesystem": "~v6.4.0", + "symfony/finder": "~v6.4.0", + "symfony/http-foundation": "~v6.4.0", + "symfony/http-kernel": "~v6.4.0", + "symfony/mailer": "~v6.4.0", + "symfony/mime": "~v6.4.0", "symfony/polyfill-ctype": "~v1.28.0", "symfony/polyfill-iconv": "~v1.28.0", "symfony/polyfill-intl-grapheme": "~v1.28.0", @@ -50,17 +50,17 @@ "symfony/polyfill-intl-normalizer": "~v1.28.0", "symfony/polyfill-mbstring": "~v1.28.0", "symfony/polyfill-php83": "~v1.28.0", - "symfony/process": "~v6.4.0-RC1", + "symfony/process": "~v6.4.0", "symfony/psr-http-message-bridge": "~v2.3.1", - "symfony/routing": "~v6.4.0-RC1", - "symfony/serializer": "~v6.4.0-RC1", - "symfony/service-contracts": "~v3.3.0", - "symfony/string": "~v6.3.8", - "symfony/translation-contracts": "~v3.3.0", - "symfony/validator": "~v6.4.0-RC1", - "symfony/var-dumper": "~v6.4.0-RC1", - "symfony/var-exporter": "~v6.3.6", - "symfony/yaml": "~v6.4.0-RC1", - "twig/twig": "~v3.7.1" + "symfony/routing": "~v6.4.0", + "symfony/serializer": "~v6.4.0", + "symfony/service-contracts": "~v3.4.0", + "symfony/string": "~v6.4.0", + "symfony/translation-contracts": "~v3.4.0", + "symfony/validator": "~v6.4.0", + "symfony/var-dumper": "~v6.4.0", + "symfony/var-exporter": "~v6.4.0", + "symfony/yaml": "~v6.4.0", + "twig/twig": "~v3.8.0" } } diff --git a/composer/Metapackage/PinnedDevDependencies/composer.json b/composer/Metapackage/PinnedDevDependencies/composer.json index d91b60776f8..3f741441fb8 100644 --- a/composer/Metapackage/PinnedDevDependencies/composer.json +++ b/composer/Metapackage/PinnedDevDependencies/composer.json @@ -11,18 +11,18 @@ "behat/mink": "v1.10.0", "behat/mink-browserkit-driver": "v2.1.0", "behat/mink-selenium2-driver": "v1.6.0", - "colinodell/psr-testlogger": "v1.2.0", + "colinodell/psr-testlogger": "v1.3.0", "composer/ca-bundle": "1.3.7", "composer/class-map-generator": "1.1.0", "composer/composer": "2.6.5", "composer/metadata-minifier": "1.0.0", "composer/pcre": "3.1.1", - "composer/spdx-licenses": "1.5.7", + "composer/spdx-licenses": "1.5.8", "composer/xdebug-handler": "3.0.3", "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0", "doctrine/instantiator": "2.0.0", "drupal/coder": "8.3.22", - "google/protobuf": "v3.25.0", + "google/protobuf": "v3.25.1", "instaclick/php-webdriver": "1.4.16", "justinrainbow/json-schema": "v5.2.13", "mglaman/phpstan-drupal": "1.2.4", @@ -34,8 +34,8 @@ "open-telemetry/context": "1.0.0", "open-telemetry/exporter-otlp": "1.0.0", "open-telemetry/gen-otlp-protobuf": "1.0.0", - "open-telemetry/sdk": "1.0.0", - "open-telemetry/sem-conv": "1.22.1", + "open-telemetry/sdk": "1.0.1", + "open-telemetry/sem-conv": "1.23.1", "phar-io/manifest": "2.0.3", "phar-io/version": "3.2.1", "php-http/discovery": "1.19.1", @@ -48,8 +48,8 @@ "phpspec/prophecy": "v1.17.0", "phpspec/prophecy-phpunit": "v2.0.2", "phpstan/extension-installer": "1.3.1", - "phpstan/phpdoc-parser": "1.24.2", - "phpstan/phpstan": "1.10.41", + "phpstan/phpdoc-parser": "1.24.4", + "phpstan/phpstan": "1.10.44", "phpstan/phpstan-deprecation-rules": "1.1.4", "phpstan/phpstan-phpunit": "1.3.15", "phpunit/php-code-coverage": "9.2.29", @@ -58,7 +58,7 @@ "phpunit/php-text-template": "2.0.4", "phpunit/php-timer": "5.0.3", "phpunit/phpunit": "9.6.13", - "react/promise": "v3.0.0", + "react/promise": "v3.1.0", "sebastian/cli-parser": "1.0.1", "sebastian/code-unit": "1.0.8", "sebastian/code-unit-reverse-lookup": "2.0.3", @@ -80,13 +80,13 @@ "sirbrillig/phpcs-variable-analysis": "v2.11.17", "slevomat/coding-standard": "8.14.1", "squizlabs/php_codesniffer": "3.7.2", - "symfony/browser-kit": "v6.4.0-RC1", - "symfony/css-selector": "v6.4.0-RC1", - "symfony/dom-crawler": "v6.4.0-RC1", - "symfony/lock": "v6.4.0-RC1", - "symfony/phpunit-bridge": "v6.4.0-RC1", + "symfony/browser-kit": "v6.4.0", + "symfony/css-selector": "v6.4.0", + "symfony/dom-crawler": "v6.4.0", + "symfony/lock": "v6.4.0", + "symfony/phpunit-bridge": "v6.4.0", "symfony/polyfill-php82": "v1.28.0", - "theseer/tokenizer": "1.2.1", + "theseer/tokenizer": "1.2.2", "webflo/drupal-finder": "1.2.2", "webmozart/assert": "1.11.0" } diff --git a/core/lib/Drupal/Component/DependencyInjection/composer.json b/core/lib/Drupal/Component/DependencyInjection/composer.json index 2c8aef38511..9558355aeea 100644 --- a/core/lib/Drupal/Component/DependencyInjection/composer.json +++ b/core/lib/Drupal/Component/DependencyInjection/composer.json @@ -15,7 +15,7 @@ "require": { "php": ">=8.1.0", "symfony/dependency-injection": "^6.4", - "symfony/service-contracts": "v3.3.0" + "symfony/service-contracts": "v3.4.0" }, "suggest": { "symfony/expression-language": "For using expressions in service container configuration" diff --git a/core/lib/Drupal/Component/EventDispatcher/composer.json b/core/lib/Drupal/Component/EventDispatcher/composer.json index 2b7552341dd..79ed3a24cfd 100644 --- a/core/lib/Drupal/Component/EventDispatcher/composer.json +++ b/core/lib/Drupal/Component/EventDispatcher/composer.json @@ -10,7 +10,7 @@ "php": ">=8.1.0", "symfony/dependency-injection": "^6.4", "symfony/event-dispatcher": "^6.4", - "symfony/event-dispatcher-contracts": "v3.3.0" + "symfony/event-dispatcher-contracts": "v3.4.0" }, "autoload": { "psr-4": { diff --git a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php index 6104edf4396..9fd3d4f000b 100644 --- a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php +++ b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php @@ -30,7 +30,7 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase { * * @see https://getcomposer.org/doc/04-schema.md#minimum-stability */ - protected const MINIMUM_STABILITY = 'RC'; + protected const MINIMUM_STABILITY = 'stable'; /** * The order of stability strings from least stable to most stable.