From 524becb248009251082d416a661a40ddc71c78ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 03:14:07 +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.6...6.0.7) --- 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 916bf21..05ae7a8 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.29.10", - "mimmi20/coding-standard": "^6.0.6", + "mimmi20/coding-standard": "^6.0.7", "nikic/php-parser": "^5.4.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.1",