diff --git a/composer.json b/composer.json index b7595c1..a10c23a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": ">=8.4", "psr/http-client": "^1.0", - "utopia-php/client": "^0.3", + "utopia-php/client": "^0.4", "utopia-php/database": "^7.0.0", "utopia-php/query": "0.6.*" }, diff --git a/composer.lock b/composer.lock index 5f326bb..067d678 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": "25a217c352c136f58d569b5d78e464ee", + "content-hash": "4f98142bceb2cc79147f42f0e00a0db4", "packages": [ { "name": "brick/math", @@ -2152,16 +2152,16 @@ }, { "name": "utopia-php/client", - "version": "0.3.0", + "version": "0.4.3", "source": { "type": "git", "url": "https://github.com/utopia-php/client.git", - "reference": "ee4c3429634f84c175e45f2a0c1836eaf78c2528" + "reference": "d68a5890afa6002b44691cb3f265123a6331e03e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/client/zipball/ee4c3429634f84c175e45f2a0c1836eaf78c2528", - "reference": "ee4c3429634f84c175e45f2a0c1836eaf78c2528", + "url": "https://api.github.com/repos/utopia-php/client/zipball/d68a5890afa6002b44691cb3f265123a6331e03e", + "reference": "d68a5890afa6002b44691cb3f265123a6331e03e", "shasum": "" }, "require": { @@ -2170,7 +2170,7 @@ "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "utopia-php/pools": "^2.0", - "utopia-php/psr7": "^0.2", + "utopia-php/psr7": "^0.2.1", "utopia-php/span": "^1.1 || ^3.0 || ^4.0" }, "require-dev": { @@ -2203,9 +2203,9 @@ ], "support": { "issues": "https://github.com/utopia-php/client/issues", - "source": "https://github.com/utopia-php/client/tree/0.3.0" + "source": "https://github.com/utopia-php/client/tree/0.4.3" }, - "time": "2026-07-31T08:38:16+00:00" + "time": "2026-09-05T15:25:56+00:00" }, { "name": "utopia-php/console", @@ -2434,16 +2434,16 @@ }, { "name": "utopia-php/psr7", - "version": "0.2.0", + "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/utopia-php/psr7.git", - "reference": "115753c36194d53abe5587d383810724ac3a782d" + "reference": "cf70bec9ae4cda33bba01c8f7f2194d32adf899d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/psr7/zipball/115753c36194d53abe5587d383810724ac3a782d", - "reference": "115753c36194d53abe5587d383810724ac3a782d", + "url": "https://api.github.com/repos/utopia-php/psr7/zipball/cf70bec9ae4cda33bba01c8f7f2194d32adf899d", + "reference": "cf70bec9ae4cda33bba01c8f7f2194d32adf899d", "shasum": "" }, "require": { @@ -2474,9 +2474,9 @@ ], "support": { "issues": "https://github.com/utopia-php/psr7/issues", - "source": "https://github.com/utopia-php/psr7/tree/0.2.0" + "source": "https://github.com/utopia-php/psr7/tree/0.2.2" }, - "time": "2026-07-06T12:40:23+00:00" + "time": "2026-09-02T15:57:19+00:00" }, { "name": "utopia-php/query",