From 3ff929507d3427a9a90cf9ecf6a0cf429762cce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:11:18 +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) - [Changelog](https://github.com/alleyinteractive/alley-coding-standards/blob/develop/CHANGELOG.md) - [Commits](https://github.com/alleyinteractive/alley-coding-standards/compare/v1.0.0...v2.1.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 d056f8d1..64b8557b 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require-dev": { - "alleyinteractive/alley-coding-standards": "^1.0", + "alleyinteractive/alley-coding-standards": "^2.1", "mantle-framework/testkit": "^0.12.4", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.10",