From 36f005981b2165b73741f818234ebf48086a258d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 3 Mar 2023 10:01:06 +0000 Subject: [PATCH] chore: uses stable version of collision --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed4e7ae2..1ff755e8 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.1.0", - "nunomaduro/collision": "v7.x-dev", + "nunomaduro/collision": "^7.1.0", "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.0", "phpunit/phpunit": "^10.0.14"