From fdbb1127dc93586fc527dd3a3c2e93b3fa8c25a9 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:32:55 +0100 Subject: [PATCH] chore: allow utopia-php/console 0.2 console 0.2 only adds Utopia\Command and keeps the whole 0.1 Console surface this library uses, so both lines are accepted instead of forcing consumers to move together. Lock content hash refreshed; resolved versions are unchanged. Supersedes #882. Co-Authored-By: Claude Fable 5.1 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6596f8933..db8e13e7d 100755 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "ext-mbstring": "*", "ext-redis": "*", "utopia-php/validators": "^1.0", - "utopia-php/console": "0.1.*", + "utopia-php/console": "^0.1 || ^0.2", "utopia-php/cache": "^4.0 || ^5.0", "utopia-php/pools": "2.*", "utopia-php/mongo": "1.*" diff --git a/composer.lock b/composer.lock index b5dd49ec4..29e572447 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "93f4fcf5b88ac10e6bdf468231450659", + "content-hash": "7a9f496f37199aeff8159e3ee3b9e0f2", "packages": [ { "name": "brick/math",