From 70e7b0e6eda9f3393316314781624cef9bdc1cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:44:34 +0000 Subject: [PATCH] Update nunomaduro/collision requirement from ^6.0 to ^7.10 Updates the requirements on [nunomaduro/collision](https://github.com/nunomaduro/collision) to permit the latest version. - [Changelog](https://github.com/nunomaduro/collision/blob/v8.x/CHANGELOG.md) - [Commits](https://github.com/nunomaduro/collision/compare/v6.0.0...v7.10.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 e30a521..82f779d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "spatie/laravel-package-tools": "^1.16.2" }, "require-dev": { - "nunomaduro/collision": "^6.0", + "nunomaduro/collision": "^7.10", "orchestra/testbench": "^8.21", "spatie/laravel-ray": "^1.35", "squizlabs/php_codesniffer": "^3.6"