From 67f217852ce153134fbea8857487a3829904c086 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 15 Oct 2024 17:17:09 +0100 Subject: [PATCH] chore: uses stable version of collision and termwind --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6b1433ae..5da6bac4 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "require": { "php": "^8.2.0", "brianium/paratest": "^7.6.0", - "nunomaduro/collision": "^8.4.0", - "nunomaduro/termwind": "^2.1.0", + "nunomaduro/collision": "^8.5.0", + "nunomaduro/termwind": "^2.2.0", "pestphp/pest-plugin": "^3.0.0", "pestphp/pest-plugin-arch": "^3.0.0", "pestphp/pest-plugin-mutate": "^3.0.5",