From 12421c846e8ce4d4db0db17d365b2b23fbfc5937 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 10 Oct 2023 14:55:43 +0100 Subject: [PATCH] chore: adds termwind v2 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 16d7db6d..cc5a1e58 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "^8.1.0", "brianium/paratest": "^7.2.9", "nunomaduro/collision": "^7.9.0", - "nunomaduro/termwind": "^1.15.1", + "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.3.3", "phpunit/phpunit": "^10.4.0"