From e6ce0146d142f3ae59abd01743c8de5170771745 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 15 May 2026 10:54:13 +0530 Subject: [PATCH 1/2] chore: relax version constraints for utopia packages to allow patch updates --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d58ffd2..019570d 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "php": ">=8.3", "ext-json": "*", "ext-redis": "*", - "utopia-php/cli": "0.23.3", + "utopia-php/cli": "0.23.*", "utopia-php/http": "^2.0@RC", - "utopia-php/queue": "0.18.2", - "utopia-php/servers": "0.4.0" + "utopia-php/queue": "0.18.*", + "utopia-php/servers": "0.4.*" }, "require-dev": { "phpunit/phpunit": "^9.3", From 15024daddea544377df31d118daa0f366c529e74 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 15 May 2026 11:02:17 +0530 Subject: [PATCH 2/2] chore: refresh composer.lock content-hash --- composer.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 736bda4..e1c2aab 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": "868bcc1f169d0621b90602b16361831a", + "content-hash": "7a013a6f9eec8fc648647b7d0657346e", "packages": [ { "name": "brick/math",