From 8bddceb6d39cb02e0ef433ca5fa3b24126220231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:21:11 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^12 to ^12 || ^14 Updates the requirements on [doctrine/coding-standard](https://github.com/doctrine/coding-standard) to permit the latest version. - [Release notes](https://github.com/doctrine/coding-standard/releases) - [Commits](https://github.com/doctrine/coding-standard/compare/12.0.0...14.0.0) --- updated-dependencies: - dependency-name: doctrine/coding-standard dependency-version: 14.0.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 936e3f6..c32f5c8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan": "^2", "php-coveralls/php-coveralls": "^2.1.0", "symfony/translation": "^6.4 || ^7.0 || ^8.0", - "doctrine/coding-standard": "^12" + "doctrine/coding-standard": "^12 || ^14" }, "scripts": { "phpstan": "phpstan analyse --no-progress",