From 825498b3cd9f807321bf874359428a2ca04d5486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:58:33 +0000 Subject: [PATCH] Update nunomaduro/collision requirement 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/commits/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 1d23429..ec7e263 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "pestphp/pest": "^v1.23", "nunomaduro/larastan": "^2.6", "laravel/pint": "^1.13", - "nunomaduro/collision": "^5.11.0|^6.3.0|^7.0", + "nunomaduro/collision": "^6.4.0", "orchestra/testbench": "^8.11", "pestphp/pest-plugin-laravel": "^v1.4", "pestphp/pest-plugin-parallel": "^1.2",