From 67cff30cbfb1da88b18c660978ed39729ee6906f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 07:31:57 +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/3.0.2...3.0.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 9e7d5cd..23eb739 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.1.0" }, "require-dev": { - "mimmi20/coding-standard": "^3.0.2", + "mimmi20/coding-standard": "^3.0.3", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.8.2", "phpstan/phpstan-deprecation-rules": "^1.0.0",