From 45788e8b13de6bc53847aa192c6f83f9dcc5bbd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:31:04 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^13.0 to ^14.0 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/13.0.0...14.0.0) --- updated-dependencies: - dependency-name: doctrine/coding-standard dependency-version: 14.0.0 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 ceae56a..d2e095b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=8.2", - "doctrine/coding-standard": "^13.0" + "doctrine/coding-standard": "^14.0" }, "config": { "sort-packages": true,