From 6bc9da3fe1154d75a65262618b4a7032f267c04f Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 19 Sep 2023 11:48:16 +0100 Subject: [PATCH] chore: bumps collision --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b090f95..b6faa3f3 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.1.0", "brianium/paratest": "^7.2.7", - "nunomaduro/collision": "^7.8.1", + "nunomaduro/collision": "^7.9.0", "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.3.3",