From 37ab7da149abf82e0a4b2b34e154bee2445940bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:27:26 +0000 Subject: [PATCH] fix(deps-dev): Update symfony/serializer requirement 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/8.1/CHANGELOG.md) - [Commits](https://github.com/symfony/serializer/commits/v8.0.8) --- updated-dependencies: - dependency-name: symfony/serializer dependency-version: 8.0.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f41bd3d..4a70c5c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "lcobucci/clock": "^3.0", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^13.0", - "symfony/serializer": "^6.0|^7.0|^8.0", + "symfony/serializer": "^8.0.8", "twig/twig": "^3.0", "roave/backward-compatibility-check": "^8.2" },