From dc760883f8a87e024019bba85c6380fe43d6f466 Mon Sep 17 00:00:00 2001 From: Lars Schou Date: Tue, 5 Dec 2023 00:34:31 +0100 Subject: [PATCH] Allow collion v8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c36863ae..1602704e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "league/flysystem": "^1.1.4|^2.1.1|^3.0", "mpociot/reflection-docblock": "^1.0.1", "nikic/php-parser": "^4.10", - "nunomaduro/collision": "^5.10|^6.0|^7.0", + "nunomaduro/collision": "^5.10|^6.0|^7.0|^8.0", "ramsey/uuid": "^4.2.2", "shalvah/clara": "^3.1.0", "shalvah/upgrader": "^0.3.0",