From 19e1c251975cd498cef579fbc41dc0d91cc5bed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:11:24 +0000 Subject: [PATCH] composer(deps-dev): update mimmi20/coding-standard requirement Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) to permit the latest version. - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.0.5...5.1.0) --- updated-dependencies: - dependency-name: mimmi20/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 0140d1a..8936da0 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.0", - "mimmi20/coding-standard": "^5.0.5", + "mimmi20/coding-standard": "^5.1.0", "nikic/php-parser": "^v4.15.5", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.19",