From cab314a17f4be85a4fdf8a2717d2e74ece90b287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:24:18 +0000 Subject: [PATCH] Update symfony/serializer requirement from ^5.4 || ^6.3 to ^5.4 || ^6.3 || ^7.0 Updates the requirements on [symfony/serializer](https://github.com/symfony/serializer) to permit the latest version. - [Release notes](https://github.com/symfony/serializer/releases) - [Changelog](https://github.com/symfony/serializer/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/serializer/commits/v7.0.0) --- updated-dependencies: - dependency-name: symfony/serializer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 77b0481..b5181d3 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpdocumentor/reflection-docblock": "^5.3", "psr/http-message": "^2.0", "rawr/t-regx": "^0.41", - "symfony/serializer": "^5.4 || ^6.3" + "symfony/serializer": "^5.4 || ^6.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^10.2",