From 2bb4ce818c60b469e0ddd9c57114045bfbc88f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:41:10 +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.1...6.0.2) --- 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 7a7ca20..32796f5 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "infection/infection": "^0.29.10", "laminas/laminas-modulemanager": "^2.17.0", "laminas/laminas-servicemanager": "^3.22.1", - "mimmi20/coding-standard": "^6.0.1", + "mimmi20/coding-standard": "^6.0.2", "nikic/php-parser": "^5.4.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.1",