From 0370cc736a8ab5b191710a4ad5fbb53cb21f76ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 14:14:57 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^10 to ^11 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/10.0.0...11.1.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 6e23a44..d06ac2f 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpunit/phpunit": "^10", "infection/infection": "^0.26.19", "slevomat/coding-standard": "^8", - "doctrine/coding-standard": "^10" + "doctrine/coding-standard": "^11" }, "extra": { "psalm" : {