From 761815d5e4392bbb3eb8d0518b6f847075a4b097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:33:32 +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 77b5bb4..171ee02 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^8.0" }, "require-dev": { - "alleyinteractive/alley-coding-standards": "^1.0", + "alleyinteractive/alley-coding-standards": "^2.0", "alleyinteractive/composer-wordpress-autoloader": "^1.0", "mantle-framework/testkit": "^0.9", "nunomaduro/collision": "^5.0"