From 2e502b5dd0bd0b976b6726db37f17e2b979e1d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 05:58:28 +0000 Subject: [PATCH] Update doctrine/coding-standard requirement from ^10 to ^12 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...12.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 6e23a44..572b748 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": "^12" }, "extra": { "psalm" : {