From 3009c064c6a9121298cac44f14b4e4a5104fe988 Mon Sep 17 00:00:00 2001 From: Hafiz Muhammad Moaz Date: Mon, 7 Sep 2026 19:15:08 +0500 Subject: [PATCH] chore: require webisters/cli ^2.0 webisters/cli 2.0.0 changed the return type of Console::run() and Console::exec() from void to int, so the metapackage has to opt in for framework users to get the release. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ff3d47..8e53042 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "php": ">=8.2", "webisters/autoload": "^1.0", "webisters/cache": "^1.0", - "webisters/cli": "^1.0", + "webisters/cli": "^2.0", "webisters/config": "^1.0", "webisters/crypto": "^1.0", "webisters/database": "^1.0",