From f4c26660bd5b72a06d6c9856c834ed9a011406c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:13:59 +0000 Subject: [PATCH] Update alleyinteractive/alley-coding-standards requirement Updates the requirements on [alleyinteractive/alley-coding-standards](https://github.com/alleyinteractive/alley-coding-standards) to permit the latest version. - [Release notes](https://github.com/alleyinteractive/alley-coding-standards/releases) - [Commits](https://github.com/alleyinteractive/alley-coding-standards/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: alleyinteractive/alley-coding-standards 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 55d237c..56c9925 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "dompdf/dompdf": "^2.0" }, "require-dev": { - "alleyinteractive/alley-coding-standards": "^1.0", + "alleyinteractive/alley-coding-standards": "^2.0", "mantle-framework/testkit": "^0.12", "szepeviktor/phpstan-wordpress": "^1.1" },