From dd896067b902a1db46de686180263ce96acbc0ff Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 4 Nov 2025 13:09:38 +0200 Subject: [PATCH 1/2] bumping db lib ver --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b974e0..fb941b7 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-curl": "*", "ext-openssl": "*", "appwrite/appwrite": "15.*", - "utopia-php/database": "3.*", + "utopia-php/database": "4.*", "utopia-php/storage": "0.18.*", "utopia-php/dsn": "0.2.*", "utopia-php/console": "0.0.*" From 7a12be1120a3d7ced481bada1373eb2fe438b6ec Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 4 Nov 2025 13:16:05 +0200 Subject: [PATCH 2/2] composer --- composer.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index ee6a7e4..34ab86f 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": "8b2b0894b94d976f09044c200956961a", + "content-hash": "9c8bb5977268bd76bf2f06af3d75f974", "packages": [ { "name": "appwrite/appwrite", @@ -2209,16 +2209,16 @@ }, { "name": "utopia-php/database", - "version": "3.0.4", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "a83997d5555d6cd873b829a2459292211c6ab13f" + "reference": "da9d021b2722abdf4df08a739126f1be2707cf6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/a83997d5555d6cd873b829a2459292211c6ab13f", - "reference": "a83997d5555d6cd873b829a2459292211c6ab13f", + "url": "https://api.github.com/repos/utopia-php/database/zipball/da9d021b2722abdf4df08a739126f1be2707cf6d", + "reference": "da9d021b2722abdf4df08a739126f1be2707cf6d", "shasum": "" }, "require": { @@ -2261,9 +2261,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/3.0.4" + "source": "https://github.com/utopia-php/database/tree/4.0.0" }, - "time": "2025-10-28T08:21:21+00:00" + "time": "2025-11-04T10:55:46+00:00" }, { "name": "utopia-php/dsn", @@ -3467,16 +3467,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.42", + "version": "11.5.43", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c" + "reference": "c6b89b6cf4324a8b4cb86e1f5dfdd6c9e0371924" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c", - "reference": "1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c6b89b6cf4324a8b4cb86e1f5dfdd6c9e0371924", + "reference": "c6b89b6cf4324a8b4cb86e1f5dfdd6c9e0371924", "shasum": "" }, "require": { @@ -3548,7 +3548,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.42" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.43" }, "funding": [ { @@ -3572,7 +3572,7 @@ "type": "tidelift" } ], - "time": "2025-09-28T12:09:13+00:00" + "time": "2025-10-30T08:39:39+00:00" }, { "name": "sebastian/cli-parser", @@ -4916,7 +4916,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -4927,5 +4927,5 @@ "platform-dev": { "ext-pdo": "*" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.2.0" }