From b4f732f324ffa70807dda36a7340c0cbb7d8d7d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:06:40 +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/6.0.11...6.0.12) --- 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 56ba414..a24f38b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.29.12", - "mimmi20/coding-standard": "^6.0.11", + "mimmi20/coding-standard": "^6.0.12", "nikic/php-parser": "^5.4.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.6",