From b3a9cbd45410c66f28088ceb452c546c6df5c69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:17:53 +0000 Subject: [PATCH] Update nunomaduro/collision requirement from ^5.0 to ^6.4 Updates the requirements on [nunomaduro/collision](https://github.com/nunomaduro/collision) to permit the latest version. - [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md) - [Commits](https://github.com/nunomaduro/collision/compare/v5.0.0...v6.4.0) --- updated-dependencies: - dependency-name: nunomaduro/collision 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 77fd621d..8fbff6ed 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "alleyinteractive/alley-coding-standards": "^2.0", "mantle-framework/testkit": "^0.12", - "nunomaduro/collision": "^5.0" + "nunomaduro/collision": "^6.4" }, "config": { "allow-plugins": {