From 6983fbf780d605d26414ebc4f0692d4386c38ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 10:08:32 +0100 Subject: [PATCH] composer(deps-dev): update mimmi20/coding-standard requirement (#218) 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/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 50c82ee..9d3ad5e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-mbstring": "*" }, "require-dev": { - "mimmi20/coding-standard": "^2.6.0", + "mimmi20/coding-standard": "^2.6.1", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.4.0", "phpstan/phpstan-deprecation-rules": "^1.0.0",