From 7c3aa711c439d646677e8dcc371cd395afd7cbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:27:19 +0000 Subject: [PATCH] fix(deps-dev): Update roave/backward-compatibility-check requirement Updates the requirements on [roave/backward-compatibility-check](https://github.com/Roave/BackwardCompatibilityCheck) to permit the latest version. - [Release notes](https://github.com/Roave/BackwardCompatibilityCheck/releases) - [Commits](https://github.com/Roave/BackwardCompatibilityCheck/compare/8.2.0...8.20.0) --- updated-dependencies: - dependency-name: roave/backward-compatibility-check dependency-version: 8.20.0 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..c12339e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpunit/phpunit": "^13.0", "symfony/serializer": "^6.0|^7.0|^8.0", "twig/twig": "^3.0", - "roave/backward-compatibility-check": "^8.2" + "roave/backward-compatibility-check": "^8.20" }, "suggest": { "symfony/serializer": "If you need to serialize periods"