From 449c4b6c5e1cd42cb49abf7f6651914d574c6876 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 10 Oct 2023 15:37:25 +0100 Subject: [PATCH] chore: adds collision v8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc5a1e58..b5b3dae9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.1.0", "brianium/paratest": "^7.2.9", - "nunomaduro/collision": "^7.9.0", + "nunomaduro/collision": "^7.9.0|^8.0.0", "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.3.3",