From f8c88bd14dc1772bfaf02169afb601ecdf2724cd Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 15 Oct 2024 16:30:56 +0100 Subject: [PATCH] chore: requires latest versions of collision and termwind --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1acdf4a1..1f659f0e 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "require": { "php": "^8.1.0", "brianium/paratest": "^7.3.1", - "nunomaduro/collision": "^7.10.0|^8.4.0", - "nunomaduro/termwind": "^1.15.1|^2.1.0", + "nunomaduro/collision": "^7.11.0|^8.4.0", + "nunomaduro/termwind": "^1.16.0|^2.1.0", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.7.0", "phpunit/phpunit": "^10.5.36"