From 0e41d421dee0dcc6cbc579813347836c23c1ba49 Mon Sep 17 00:00:00 2001 From: shopwareBot Date: Fri, 5 May 2023 07:27:32 +0000 Subject: [PATCH] Release v6.4.20.2 --- PLATFORM_COMMIT_SHA | 2 +- composer.lock | 508 +++++++++++++++++++------------------------- 2 files changed, 224 insertions(+), 286 deletions(-) diff --git a/PLATFORM_COMMIT_SHA b/PLATFORM_COMMIT_SHA index b2952614d4..899d24104f 100644 --- a/PLATFORM_COMMIT_SHA +++ b/PLATFORM_COMMIT_SHA @@ -1 +1 @@ -b986e7fd7776803a38684a2e445ec35c760391e8 +c59aacc6a7c91aeeb7f89c122ea401442ca63fbc diff --git a/composer.lock b/composer.lock index 9bcdbdb51d..5395b9e7a6 100644 --- a/composer.lock +++ b/composer.lock @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.263.11", + "version": "3.269.6", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "4ac444fd1dfabe18714d05d2603e92468c00a28b" + "reference": "343f7088f246d4667172e69d5f2bf440496bb708" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4ac444fd1dfabe18714d05d2603e92468c00a28b", - "reference": "4ac444fd1dfabe18714d05d2603e92468c00a28b", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/343f7088f246d4667172e69d5f2bf440496bb708", + "reference": "343f7088f246d4667172e69d5f2bf440496bb708", "shasum": "" }, "require": { @@ -81,9 +81,10 @@ "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", "guzzlehttp/promises": "^1.4.0", - "guzzlehttp/psr7": "^1.8.5 || ^2.3", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "mtdowling/jmespath.php": "^2.6", - "php": ">=5.5" + "php": ">=5.5", + "psr/http-message": "^1.0" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", @@ -150,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.263.11" + "source": "https://github.com/aws/aws-sdk-php/tree/3.269.6" }, - "time": "2023-04-14T18:22:01+00:00" + "time": "2023-05-04T18:22:48+00:00" }, { "name": "brick/math", @@ -2628,16 +2629,16 @@ }, { "name": "google/cloud-core", - "version": "v1.49.4", + "version": "v1.51.1", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php-core.git", - "reference": "6723a3fde6cc7a307a21ddbf7fce9cf6fab61833" + "reference": "63e76ef5234209b0263c80a8733690571009accd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/6723a3fde6cc7a307a21ddbf7fce9cf6fab61833", - "reference": "6723a3fde6cc7a307a21ddbf7fce9cf6fab61833", + "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/63e76ef5234209b0263c80a8733690571009accd", + "reference": "63e76ef5234209b0263c80a8733690571009accd", "shasum": "" }, "require": { @@ -2646,20 +2647,19 @@ "guzzlehttp/promises": "^1.3", "guzzlehttp/psr7": "^1.7|^2.0", "monolog/monolog": "^1.1|^2.0|^3.0", - "php": ">=5.6", + "php": ">=7.4", "psr/http-message": "^1.0", "rize/uri-template": "~0.3" }, "require-dev": { "erusev/parsedown": "^1.6", - "google/cloud-common-protos": "^0.3", + "google/cloud-common-protos": "^0.4", "google/gax": "^1.9", "opis/closure": "^3", - "phpdocumentor/reflection": "^3.0||^4.0||^5.3", - "phpspec/prophecy": "^1.10.3", - "phpunit/phpunit": "^4.8|^5.0|^8.0", - "squizlabs/php_codesniffer": "2.*", - "yoast/phpunit-polyfills": "^1.0" + "phpdocumentor/reflection": "^5.0", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.0", + "squizlabs/php_codesniffer": "2.*" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", @@ -2688,9 +2688,9 @@ ], "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", "support": { - "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.49.4" + "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.51.1" }, - "time": "2023-04-07T21:48:59+00:00" + "time": "2023-04-27T13:19:20+00:00" }, { "name": "google/cloud-storage", @@ -3002,16 +3002,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { @@ -3030,11 +3030,6 @@ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -3092,7 +3087,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.9.0" + "source": "https://github.com/guzzle/psr7/tree/1.9.1" }, "funding": [ { @@ -3108,7 +3103,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T21:43:03+00:00" + "time": "2023-04-17T16:00:37+00:00" }, { "name": "jdorn/sql-formatter", @@ -3160,7 +3155,7 @@ ], "support": { "issues": "https://github.com/jdorn/sql-formatter/issues", - "source": "https://github.com/jdorn/sql-formatter/tree/master" + "source": "https://github.com/jdorn/sql-formatter/tree/v1.2.17" }, "time": "2014-01-12T16:20:24+00:00" }, @@ -4296,38 +4291,39 @@ }, { "name": "nyholm/psr7", - "version": "1.4.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/Nyholm/psr7.git", - "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b" + "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/23ae1f00fbc6a886cbe3062ca682391b9cc7c37b", - "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b", + "url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be", + "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be", "shasum": "" }, "require": { - "php": ">=7.1", - "php-http/message-factory": "^1.0", + "php": ">=7.2", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.1 || ^2.0" }, "provide": { + "php-http/message-factory-implementation": "1.0", "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "http-interop/http-factory-tests": "^0.8", + "http-interop/http-factory-tests": "^0.9", + "php-http/message-factory": "^1.0", "php-http/psr7-integration-tests": "^1.0", - "phpunit/phpunit": "^7.5 || 8.5 || 9.4", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", "symfony/error-handler": "^4.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -4357,7 +4353,7 @@ ], "support": { "issues": "https://github.com/Nyholm/psr7/issues", - "source": "https://github.com/Nyholm/psr7/tree/1.4.0" + "source": "https://github.com/Nyholm/psr7/tree/1.8.0" }, "funding": [ { @@ -4369,7 +4365,7 @@ "type": "github" } ], - "time": "2021-02-18T15:41:32+00:00" + "time": "2023-05-02T11:26:24+00:00" }, { "name": "ongr/elasticsearch-dsl", @@ -4601,60 +4597,6 @@ }, "time": "2021-10-18T02:13:32+00:00" }, - { - "name": "php-http/message-factory", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/message-factory.git", - "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", - "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Factory interfaces for PSR-7 HTTP Message", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "stream", - "uri" - ], - "support": { - "issues": "https://github.com/php-http/message-factory/issues", - "source": "https://github.com/php-http/message-factory/tree/1.1.0" - }, - "time": "2023-04-14T14:16:17+00:00" - }, { "name": "psr/cache", "version": "1.0.1", @@ -4856,21 +4798,21 @@ }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -4890,7 +4832,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", @@ -4905,31 +4847,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/master" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2019-04-30T12:38:16+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -4958,9 +4900,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/1.1" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/log", @@ -5340,23 +5282,23 @@ }, { "name": "react/promise", - "version": "v2.9.0", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" + "reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", - "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38", + "reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -5400,19 +5342,15 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.9.0" + "source": "https://github.com/reactphp/promise/tree/v2.10.0" }, "funding": [ { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-02-11T10:27:51+00:00" + "time": "2023-05-02T15:15:43+00:00" }, { "name": "rize/uri-template", @@ -5873,21 +5811,21 @@ }, { "name": "shopware/administration", - "version": "6.4.20.1", + "version": "6.4.20.2", "source": { "type": "git", "url": "https://github.com/shopware/administration.git", - "reference": "2bade4f0b875312561268b1ec63044aca72120be" + "reference": "d0834d8e50856621759be02e8efe67da65733be1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shopware/administration/zipball/2bade4f0b875312561268b1ec63044aca72120be", - "reference": "2bade4f0b875312561268b1ec63044aca72120be", + "url": "https://api.github.com/repos/shopware/administration/zipball/d0834d8e50856621759be02e8efe67da65733be1", + "reference": "d0834d8e50856621759be02e8efe67da65733be1", "shasum": "" }, "require": { "php": "^7.4.3 || ^8.0", - "shopware/core": "v6.4.20.1", + "shopware/core": "v6.4.20.2", "symfony/framework-bundle": "~5.4.1", "symfony/http-foundation": "~5.4.1", "symfony/mime": "~5.4.0", @@ -5915,10 +5853,10 @@ "docs": "https://developer.shopware.com", "forum": "https://forum.shopware.com", "issues": "https://issues.shopware.com", - "source": "https://github.com/shopware/administration/tree/v6.4.20.1", + "source": "https://github.com/shopware/administration/tree/v6.4.20.2", "wiki": "https://developer.shopware.com" }, - "time": "2023-04-17T00:14:27+00:00" + "time": "2023-05-05T00:14:39+00:00" }, { "name": "shopware/conflicts", @@ -5953,16 +5891,16 @@ }, { "name": "shopware/core", - "version": "6.4.20.1", + "version": "6.4.20.2", "source": { "type": "git", "url": "https://github.com/shopware/core.git", - "reference": "89a3ccbe4a45ab055822586f3d251b4f19aa6bce" + "reference": "42e7b9045d0300938991cc658baec742155da553" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shopware/core/zipball/89a3ccbe4a45ab055822586f3d251b4f19aa6bce", - "reference": "89a3ccbe4a45ab055822586f3d251b4f19aa6bce", + "url": "https://api.github.com/repos/shopware/core/zipball/42e7b9045d0300938991cc658baec742155da553", + "reference": "42e7b9045d0300938991cc658baec742155da553", "shasum": "" }, "require": { @@ -6005,12 +5943,12 @@ "league/oauth2-server": "~8.3.2", "marc1706/fast-image-size": "1.1.6", "monolog/monolog": "~2.8.0", - "nyholm/psr7": "1.4.0", + "nyholm/psr7": "~1.8.0", "php": "^7.4.3 || ^8.0", "psr/cache": "1.0.1", "psr/event-dispatcher": "1.0.0", - "psr/http-factory": "1.0.1", - "psr/http-message": "1.0.1", + "psr/http-factory": "~1.0", + "psr/http-message": "~1.0 || ~2.0", "psr/log": "1.1.2", "sensio/framework-extra-bundle": "~6.2.1", "setasign/fpdi": "2.3.6", @@ -6124,23 +6062,23 @@ "docs": "https://developer.shopware.com", "forum": "https://forum.shopware.com", "issues": "https://issues.shopware.com", - "source": "https://github.com/shopware/core/tree/v6.4.20.1", + "source": "https://github.com/shopware/core/tree/v6.4.20.2", "wiki": "https://developer.shopware.com" }, - "time": "2023-04-17T00:14:25+00:00" + "time": "2023-05-05T00:14:34+00:00" }, { "name": "shopware/elasticsearch", - "version": "6.4.20.1", + "version": "6.4.20.2", "source": { "type": "git", "url": "https://github.com/shopware/elasticsearch.git", - "reference": "7a30126ad2b1b03ef8e935e6b0a824e9b8372f0c" + "reference": "40f1b5c5a4d8310befcf27334758e6202e89bd21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shopware/elasticsearch/zipball/7a30126ad2b1b03ef8e935e6b0a824e9b8372f0c", - "reference": "7a30126ad2b1b03ef8e935e6b0a824e9b8372f0c", + "url": "https://api.github.com/repos/shopware/elasticsearch/zipball/40f1b5c5a4d8310befcf27334758e6202e89bd21", + "reference": "40f1b5c5a4d8310befcf27334758e6202e89bd21", "shasum": "" }, "require": { @@ -6149,7 +6087,7 @@ "ext-curl": "*", "ongr/elasticsearch-dsl": "7.2.2", "php": "^7.4.3 || ^8.0", - "shopware/core": "v6.4.20.1", + "shopware/core": "v6.4.20.2", "symfony/http-foundation": "~5.4.1", "symfony/messenger": "~5.4.0" }, @@ -6181,28 +6119,28 @@ "docs": "https://developer.shopware.com", "forum": "https://forum.shopware.com", "issues": "https://issues.shopware.com", - "source": "https://github.com/shopware/elasticsearch/tree/v6.4.20.1", + "source": "https://github.com/shopware/elasticsearch/tree/v6.4.20.2", "wiki": "https://developer.shopware.com" }, - "time": "2023-04-17T00:14:25+00:00" + "time": "2023-05-05T00:14:35+00:00" }, { "name": "shopware/recovery", - "version": "6.4.20.1", + "version": "6.4.20.2", "source": { "type": "git", "url": "https://github.com/shopware/recovery.git", - "reference": "288427058084bc4d5a52e475331db135e4ee1a9c" + "reference": "8f0c4b561c589088a7332d9235a9ec547ad53bce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shopware/recovery/zipball/288427058084bc4d5a52e475331db135e4ee1a9c", - "reference": "288427058084bc4d5a52e475331db135e4ee1a9c", + "url": "https://api.github.com/repos/shopware/recovery/zipball/8f0c4b561c589088a7332d9235a9ec547ad53bce", + "reference": "8f0c4b561c589088a7332d9235a9ec547ad53bce", "shasum": "" }, "require": { "php": "^7.4.3 || ^8.0", - "shopware/core": "v6.4.20.1" + "shopware/core": "v6.4.20.2" }, "require-dev": { "phpunit/phpunit": "~9.5.17" @@ -6224,24 +6162,24 @@ "docs": "https://developer.shopware.com", "forum": "https://forum.shopware.com", "issues": "https://issues.shopware.com", - "source": "https://github.com/shopware/recovery/tree/v6.4.20.1", + "source": "https://github.com/shopware/recovery/tree/v6.4.20.2", "wiki": "https://developer.shopware.com" }, "abandoned": true, - "time": "2023-04-17T00:14:25+00:00" + "time": "2023-05-05T00:14:34+00:00" }, { "name": "shopware/storefront", - "version": "6.4.20.1", + "version": "6.4.20.2", "source": { "type": "git", "url": "https://github.com/shopware/storefront.git", - "reference": "aa639bf870056212d88fcce257a7d8c43235399d" + "reference": "5d91bea88ad1dc4f3d0fa39f40f3fc20c90c4c7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shopware/storefront/zipball/aa639bf870056212d88fcce257a7d8c43235399d", - "reference": "aa639bf870056212d88fcce257a7d8c43235399d", + "url": "https://api.github.com/repos/shopware/storefront/zipball/5d91bea88ad1dc4f3d0fa39f40f3fc20c90c4c7b", + "reference": "5d91bea88ad1dc4f3d0fa39f40f3fc20c90c4c7b", "shasum": "" }, "require": { @@ -6251,7 +6189,7 @@ "padaliyajay/php-autoprefixer": "1.3", "php": "^7.4.3 || ^8.0", "scssphp/scssphp": "v1.11.0", - "shopware/core": "v6.4.20.1", + "shopware/core": "v6.4.20.2", "symfony/cache": "~5.4.0", "symfony/cache-contracts": "v2.5.2", "symfony/config": "~5.4.0", @@ -6303,10 +6241,10 @@ "docs": "https://developer.shopware.com", "forum": "https://forum.shopware.com", "issues": "https://issues.shopware.com", - "source": "https://github.com/shopware/storefront/tree/v6.4.20.1", + "source": "https://github.com/shopware/storefront/tree/v6.4.20.2", "wiki": "https://developer.shopware.com" }, - "time": "2023-04-17T00:14:28+00:00" + "time": "2023-05-05T00:14:41+00:00" }, { "name": "shopwarelabs/dompdf", @@ -6700,16 +6638,16 @@ }, { "name": "symfony/cache", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "5ed986c4ef65f0dea5e9753630b5cb1f07f847d6" + "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/5ed986c4ef65f0dea5e9753630b5cb1f07f847d6", - "reference": "5ed986c4ef65f0dea5e9753630b5cb1f07f847d6", + "url": "https://api.github.com/repos/symfony/cache/zipball/983c79ff28612cdfd66d8e44e1a06e5afc87e107", + "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107", "shasum": "" }, "require": { @@ -6777,7 +6715,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.22" + "source": "https://github.com/symfony/cache/tree/v5.4.23" }, "funding": [ { @@ -6793,7 +6731,7 @@ "type": "tidelift" } ], - "time": "2023-03-29T20:01:08+00:00" + "time": "2023-04-21T15:38:51+00:00" }, { "name": "symfony/cache-contracts", @@ -6955,16 +6893,16 @@ }, { "name": "symfony/console", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "3cd51fd2e6c461ca678f84d419461281bd87a0a8" + "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/3cd51fd2e6c461ca678f84d419461281bd87a0a8", - "reference": "3cd51fd2e6c461ca678f84d419461281bd87a0a8", + "url": "https://api.github.com/repos/symfony/console/zipball/90f21e27d0d88ce38720556dd164d4a1e4c3934c", + "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c", "shasum": "" }, "require": { @@ -7034,7 +6972,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.22" + "source": "https://github.com/symfony/console/tree/v5.4.23" }, "funding": [ { @@ -7050,7 +6988,7 @@ "type": "tidelift" } ], - "time": "2023-03-25T09:27:28+00:00" + "time": "2023-04-24T18:47:29+00:00" }, { "name": "symfony/debug-bundle", @@ -7133,16 +7071,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "e1b7c1432efb4ad1dd89d62906187271e2601ed9" + "reference": "bb7b7988c898c94f5338e16403c52b5a3cae1d93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e1b7c1432efb4ad1dd89d62906187271e2601ed9", - "reference": "e1b7c1432efb4ad1dd89d62906187271e2601ed9", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bb7b7988c898c94f5338e16403c52b5a3cae1d93", + "reference": "bb7b7988c898c94f5338e16403c52b5a3cae1d93", "shasum": "" }, "require": { @@ -7202,7 +7140,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/v5.4.22" + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.23" }, "funding": [ { @@ -7218,7 +7156,7 @@ "type": "tidelift" } ], - "time": "2023-03-10T10:02:45+00:00" + "time": "2023-04-21T15:04:16+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7289,16 +7227,16 @@ }, { "name": "symfony/doctrine-messenger", - "version": "v5.4.21", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", - "reference": "29aa49b02542503bbcc978c73625d05a9e4ffe4a" + "reference": "1667cc4d3b2741ada859f76743d25936d3617909" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/29aa49b02542503bbcc978c73625d05a9e4ffe4a", - "reference": "29aa49b02542503bbcc978c73625d05a9e4ffe4a", + "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/1667cc4d3b2741ada859f76743d25936d3617909", + "reference": "1667cc4d3b2741ada859f76743d25936d3617909", "shasum": "" }, "require": { @@ -7342,7 +7280,7 @@ "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.21" + "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.23" }, "funding": [ { @@ -7358,7 +7296,7 @@ "type": "tidelift" } ], - "time": "2023-02-16T09:33:00+00:00" + "time": "2023-04-18T08:26:30+00:00" }, { "name": "symfony/dotenv", @@ -7433,16 +7371,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.4.21", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549" + "reference": "218206b4772d9f412d7d277980c020d06e9d8a4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/56a94aa8cb5a5fbc411551d8d014a296b5456549", - "reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/218206b4772d9f412d7d277980c020d06e9d8a4e", + "reference": "218206b4772d9f412d7d277980c020d06e9d8a4e", "shasum": "" }, "require": { @@ -7484,7 +7422,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/v5.4.21" + "source": "https://github.com/symfony/error-handler/tree/v5.4.23" }, "funding": [ { @@ -7500,7 +7438,7 @@ "type": "tidelift" } ], - "time": "2023-02-14T08:03:56+00:00" + "time": "2023-04-17T10:03:27+00:00" }, { "name": "symfony/event-dispatcher", @@ -7668,16 +7606,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.21", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f" + "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/e75960b1bbfd2b8c9e483e0d74811d555ca3de9f", - "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", + "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", "shasum": "" }, "require": { @@ -7712,7 +7650,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.21" + "source": "https://github.com/symfony/filesystem/tree/v5.4.23" }, "funding": [ { @@ -7728,7 +7666,7 @@ "type": "tidelift" } ], - "time": "2023-02-14T08:03:56+00:00" + "time": "2023-03-02T11:38:35+00:00" }, { "name": "symfony/finder", @@ -7946,16 +7884,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "05cd1acdd0e3ce8473aaba1d86c188321d85f313" + "reference": "af9fbb378f5f956c8f29d4886644c84c193780ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/05cd1acdd0e3ce8473aaba1d86c188321d85f313", - "reference": "05cd1acdd0e3ce8473aaba1d86c188321d85f313", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/af9fbb378f5f956c8f29d4886644c84c193780ac", + "reference": "af9fbb378f5f956c8f29d4886644c84c193780ac", "shasum": "" }, "require": { @@ -8002,7 +7940,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.4.22" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.23" }, "funding": [ { @@ -8018,20 +7956,20 @@ "type": "tidelift" } ], - "time": "2023-03-28T07:28:17+00:00" + "time": "2023-04-18T06:30:11+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "2d3a8be2c756353627398827c409af6f126c096d" + "reference": "48ea17a7c65ef1ede0c3b2dbc35adace99071810" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2d3a8be2c756353627398827c409af6f126c096d", - "reference": "2d3a8be2c756353627398827c409af6f126c096d", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/48ea17a7c65ef1ede0c3b2dbc35adace99071810", + "reference": "48ea17a7c65ef1ede0c3b2dbc35adace99071810", "shasum": "" }, "require": { @@ -8114,7 +8052,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/v5.4.22" + "source": "https://github.com/symfony/http-kernel/tree/v5.4.23" }, "funding": [ { @@ -8130,7 +8068,7 @@ "type": "tidelift" } ], - "time": "2023-03-31T11:54:37+00:00" + "time": "2023-04-28T13:29:52+00:00" }, { "name": "symfony/inflector", @@ -8207,16 +8145,16 @@ }, { "name": "symfony/intl", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "8afe56b8472888d749ef8955acdc9d38578775d7" + "reference": "962789bbc76c82c266623321ffc24416f574b636" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/8afe56b8472888d749ef8955acdc9d38578775d7", - "reference": "8afe56b8472888d749ef8955acdc9d38578775d7", + "url": "https://api.github.com/repos/symfony/intl/zipball/962789bbc76c82c266623321ffc24416f574b636", + "reference": "962789bbc76c82c266623321ffc24416f574b636", "shasum": "" }, "require": { @@ -8275,7 +8213,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.4.22" + "source": "https://github.com/symfony/intl/tree/v5.4.23" }, "funding": [ { @@ -8291,7 +8229,7 @@ "type": "tidelift" } ], - "time": "2023-03-10T09:58:14+00:00" + "time": "2023-04-13T10:36:25+00:00" }, { "name": "symfony/lock", @@ -8450,16 +8388,16 @@ }, { "name": "symfony/messenger", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "5763e92e94908089654bf19cb339c451bde71692" + "reference": "f81b9dab3d9a2f0519a4e1d077a0d40f8978bcb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/5763e92e94908089654bf19cb339c451bde71692", - "reference": "5763e92e94908089654bf19cb339c451bde71692", + "url": "https://api.github.com/repos/symfony/messenger/zipball/f81b9dab3d9a2f0519a4e1d077a0d40f8978bcb0", + "reference": "f81b9dab3d9a2f0519a4e1d077a0d40f8978bcb0", "shasum": "" }, "require": { @@ -8520,7 +8458,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v5.4.22" + "source": "https://github.com/symfony/messenger/tree/v5.4.23" }, "funding": [ { @@ -8536,20 +8474,20 @@ "type": "tidelift" } ], - "time": "2023-03-10T10:27:29+00:00" + "time": "2023-04-18T12:56:00+00:00" }, { "name": "symfony/mime", - "version": "v5.4.21", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd" + "reference": "ae0a1032a450a3abf305ee44fc55ed423fbf16e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd", - "reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd", + "url": "https://api.github.com/repos/symfony/mime/zipball/ae0a1032a450a3abf305ee44fc55ed423fbf16e3", + "reference": "ae0a1032a450a3abf305ee44fc55ed423fbf16e3", "shasum": "" }, "require": { @@ -8604,7 +8542,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.21" + "source": "https://github.com/symfony/mime/tree/v5.4.23" }, "funding": [ { @@ -8620,7 +8558,7 @@ "type": "tidelift" } ], - "time": "2023-02-21T19:46:44+00:00" + "time": "2023-04-19T09:49:13+00:00" }, { "name": "symfony/monolog-bridge", @@ -9665,16 +9603,16 @@ }, { "name": "symfony/process", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b" + "reference": "4b842fc4b61609e0a155a114082bd94e31e98287" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/4b850da0cc3a2a9181c1ed407adbca4733dc839b", - "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b", + "url": "https://api.github.com/repos/symfony/process/zipball/4b842fc4b61609e0a155a114082bd94e31e98287", + "reference": "4b842fc4b61609e0a155a114082bd94e31e98287", "shasum": "" }, "require": { @@ -9707,7 +9645,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.22" + "source": "https://github.com/symfony/process/tree/v5.4.23" }, "funding": [ { @@ -9723,7 +9661,7 @@ "type": "tidelift" } ], - "time": "2023-03-06T21:29:33+00:00" + "time": "2023-04-18T13:50:24+00:00" }, { "name": "symfony/property-access", @@ -9808,16 +9746,16 @@ }, { "name": "symfony/property-info", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "8454a441d117449abd0d61124e68f93f927ad5ba" + "reference": "ff45ebbfd781eab2571d9d4412d82a9a733fc2b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/8454a441d117449abd0d61124e68f93f927ad5ba", - "reference": "8454a441d117449abd0d61124e68f93f927ad5ba", + "url": "https://api.github.com/repos/symfony/property-info/zipball/ff45ebbfd781eab2571d9d4412d82a9a733fc2b3", + "reference": "ff45ebbfd781eab2571d9d4412d82a9a733fc2b3", "shasum": "" }, "require": { @@ -9879,7 +9817,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.4.22" + "source": "https://github.com/symfony/property-info/tree/v5.4.23" }, "funding": [ { @@ -9895,7 +9833,7 @@ "type": "tidelift" } ], - "time": "2023-03-14T14:59:20+00:00" + "time": "2023-04-17T14:20:34+00:00" }, { "name": "symfony/proxy-manager-bridge", @@ -10124,16 +10062,16 @@ }, { "name": "symfony/redis-messenger", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/redis-messenger.git", - "reference": "b511d76ae72bff8d3a316f632c200368e52bcf61" + "reference": "d9c0a6d7e3e925817f1ce7ec7416cc0e29b331e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/b511d76ae72bff8d3a316f632c200368e52bcf61", - "reference": "b511d76ae72bff8d3a316f632c200368e52bcf61", + "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/d9c0a6d7e3e925817f1ce7ec7416cc0e29b331e1", + "reference": "d9c0a6d7e3e925817f1ce7ec7416cc0e29b331e1", "shasum": "" }, "require": { @@ -10171,7 +10109,7 @@ "description": "Symfony Redis extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/redis-messenger/tree/v5.4.22" + "source": "https://github.com/symfony/redis-messenger/tree/v5.4.23" }, "funding": [ { @@ -10187,7 +10125,7 @@ "type": "tidelift" } ], - "time": "2023-03-10T09:58:14+00:00" + "time": "2023-04-18T09:57:31+00:00" }, { "name": "symfony/routing", @@ -10446,16 +10384,16 @@ }, { "name": "symfony/serializer", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "5b1e0234bb801e6e565771c0cec64551137ea3ef" + "reference": "545da11697153c24c274b9a68cab550b2c0a9860" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/5b1e0234bb801e6e565771c0cec64551137ea3ef", - "reference": "5b1e0234bb801e6e565771c0cec64551137ea3ef", + "url": "https://api.github.com/repos/symfony/serializer/zipball/545da11697153c24c274b9a68cab550b2c0a9860", + "reference": "545da11697153c24c274b9a68cab550b2c0a9860", "shasum": "" }, "require": { @@ -10529,7 +10467,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/v5.4.22" + "source": "https://github.com/symfony/serializer/tree/v5.4.23" }, "funding": [ { @@ -10545,7 +10483,7 @@ "type": "tidelift" } ], - "time": "2023-03-31T09:21:17+00:00" + "time": "2023-04-17T13:59:16+00:00" }, { "name": "symfony/service-contracts", @@ -11161,16 +11099,16 @@ }, { "name": "symfony/validator", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "7c953a48f436bb180d8f5ae471f2665d7dd245da" + "reference": "ca71f5562a3876a153250f638124b6b95452985f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/7c953a48f436bb180d8f5ae471f2665d7dd245da", - "reference": "7c953a48f436bb180d8f5ae471f2665d7dd245da", + "url": "https://api.github.com/repos/symfony/validator/zipball/ca71f5562a3876a153250f638124b6b95452985f", + "reference": "ca71f5562a3876a153250f638124b6b95452985f", "shasum": "" }, "require": { @@ -11254,7 +11192,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.4.22" + "source": "https://github.com/symfony/validator/tree/v5.4.23" }, "funding": [ { @@ -11270,20 +11208,20 @@ "type": "tidelift" } ], - "time": "2023-03-17T15:39:32+00:00" + "time": "2023-04-19T07:52:21+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4" + "reference": "9a8a5b6d6508928174ded2109e29328a55342a42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4", - "reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9a8a5b6d6508928174ded2109e29328a55342a42", + "reference": "9a8a5b6d6508928174ded2109e29328a55342a42", "shasum": "" }, "require": { @@ -11343,7 +11281,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.22" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.23" }, "funding": [ { @@ -11359,7 +11297,7 @@ "type": "tidelift" } ], - "time": "2023-03-25T09:27:28+00:00" + "time": "2023-04-18T09:26:27+00:00" }, { "name": "symfony/var-exporter", @@ -11436,16 +11374,16 @@ }, { "name": "symfony/yaml", - "version": "v5.4.21", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "3713e20d93e46e681e51605d213027e48dab3469" + "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469", - "reference": "3713e20d93e46e681e51605d213027e48dab3469", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4cd2e3ea301aadd76a4172756296fe552fb45b0b", + "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b", "shasum": "" }, "require": { @@ -11491,7 +11429,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.21" + "source": "https://github.com/symfony/yaml/tree/v5.4.23" }, "funding": [ { @@ -11507,7 +11445,7 @@ "type": "tidelift" } ], - "time": "2023-02-21T19:46:44+00:00" + "time": "2023-04-23T19:33:36+00:00" }, { "name": "tecnickcom/tcpdf", @@ -14137,16 +14075,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v5.4.22", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "4c633facee8da59998e0c90e337a586cf07a21e7" + "reference": "4a286c916b74ecfb6e2caf1aa31d3fe2a34b7e08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4c633facee8da59998e0c90e337a586cf07a21e7", - "reference": "4c633facee8da59998e0c90e337a586cf07a21e7", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4a286c916b74ecfb6e2caf1aa31d3fe2a34b7e08", + "reference": "4a286c916b74ecfb6e2caf1aa31d3fe2a34b7e08", "shasum": "" }, "require": { @@ -14192,7 +14130,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.4.22" + "source": "https://github.com/symfony/dom-crawler/tree/v5.4.23" }, "funding": [ { @@ -14208,20 +14146,20 @@ "type": "tidelift" } ], - "time": "2023-03-06T21:29:33+00:00" + "time": "2023-04-08T21:20:19+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.21", + "version": "v5.4.23", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e" + "reference": "1572c5b7cad812bdf0414d89a32a33a2dafb38ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e", - "reference": "28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/1572c5b7cad812bdf0414d89a32a33a2dafb38ba", + "reference": "1572c5b7cad812bdf0414d89a32a33a2dafb38ba", "shasum": "" }, "require": { @@ -14275,7 +14213,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.21" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.23" }, "funding": [ { @@ -14291,7 +14229,7 @@ "type": "tidelift" } ], - "time": "2023-02-16T09:33:00+00:00" + "time": "2023-04-18T09:42:03+00:00" }, { "name": "symfony/web-profiler-bundle",