From 1901cc9fd5a78c5892e02422e040982657c03914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 07:09:14 +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/v0.4.0...v1.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 7fd3dc5..77b5bb4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^8.0" }, "require-dev": { - "alleyinteractive/alley-coding-standards": "^0.4", + "alleyinteractive/alley-coding-standards": "^1.0", "alleyinteractive/composer-wordpress-autoloader": "^1.0", "mantle-framework/testkit": "^0.9", "nunomaduro/collision": "^5.0"