From b35ba9681750b6cbb907b96ace268916b55dc437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 04:00:39 +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/2.6.2...2.6.3) --- 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 ec5d5d3..8470884 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-mbstring": "*" }, "require-dev": { - "mimmi20/coding-standard": "^2.6.2", + "mimmi20/coding-standard": "^2.6.3", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.4.6", "phpstan/phpstan-deprecation-rules": "^1.0.0",