diff --git a/composer.json b/composer.json index 3131c14b8..b1a0c2544 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "utopia-php/cache": "0.9.*", "utopia-php/cli": "0.15.*", "utopia-php/config": "0.2.*", - "utopia-php/database": "0.48.*", + "utopia-php/database": "0.48.2", "utopia-php/domains": "0.5.*", "utopia-php/dsn": "0.2.*", "utopia-php/framework": "0.33.*", diff --git a/composer.lock b/composer.lock index c008f3d59..ab4b3c882 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": "a65e4309e3fd851aec97be2cf5b83cb4", + "content-hash": "510f3498b35c5ec3289b7bed6a2ef9c9", "packages": [ { "name": "adhocore/jwt", @@ -1552,16 +1552,16 @@ }, { "name": "utopia-php/database", - "version": "0.48.3", + "version": "0.48.2", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "c7dd97d92f52a0aec9951e0b02309a100f3f24a9" + "reference": "0a231a2874fdbc0cf2ae2170b3f132fdee0ddfd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/c7dd97d92f52a0aec9951e0b02309a100f3f24a9", - "reference": "c7dd97d92f52a0aec9951e0b02309a100f3f24a9", + "url": "https://api.github.com/repos/utopia-php/database/zipball/0a231a2874fdbc0cf2ae2170b3f132fdee0ddfd4", + "reference": "0a231a2874fdbc0cf2ae2170b3f132fdee0ddfd4", "shasum": "" }, "require": { @@ -1569,7 +1569,7 @@ "ext-pdo": "*", "php": ">=8.0", "utopia-php/cache": "0.9.*", - "utopia-php/framework": "0.33.*", + "utopia-php/framework": "0.*.*", "utopia-php/mongo": "0.3.*" }, "require-dev": { @@ -1602,9 +1602,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.48.3" + "source": "https://github.com/utopia-php/database/tree/0.48.2" }, - "time": "2024-02-21T08:32:09+00:00" + "time": "2024-02-02T14:10:14+00:00" }, { "name": "utopia-php/domains",