From a27e1f99a45cd3ea775e1bb922e6b78e1ae59b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:16:38 +0000 Subject: [PATCH] Update mantle-framework/testkit requirement from ^0.12 to ^1.1 Updates the requirements on [mantle-framework/testkit](https://github.com/mantle-framework/testkit) to permit the latest version. - [Commits](https://github.com/mantle-framework/testkit/compare/v0.12.2...v1.1.0) --- updated-dependencies: - dependency-name: mantle-framework/testkit 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 0bfb57b..e0161d6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "alleyinteractive/alley-coding-standards": "^2.0", - "mantle-framework/testkit": "^0.12" + "mantle-framework/testkit": "^1.1" }, "config": { "allow-plugins": {