From 197eba7bedbf04a89e60ce8a566b8f28692a6f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 04:04:06 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^9.0 || ^10.0 to ^9.0 || ^10.0 || ^11.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/commits/11.0.0) --- updated-dependencies: - dependency-name: doctrine/coding-standard 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 f9f316e609..6444331c8e 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require-dev": { "beberlei/porpaginas": "^1.2", - "doctrine/coding-standard": "^9.0 || ^10.0", + "doctrine/coding-standard": "^9.0 || ^10.0 || ^11.0", "ecodev/graphql-upload": "^6.1", "laminas/laminas-diactoros": "^2", "mouf/picotainer": "^1.1",