From fea210c9ed3522bfc34f61d6fff900f7e6348394 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sat, 24 Jan 2026 05:51:28 +1300 Subject: [PATCH] chore: use utopia-php/database dev-feat-string-types branch The string types feature requires the dev-feat-string-types branch of utopia-php/database which includes support for VARCHAR, TEXT, MEDIUMTEXT, and LONGTEXT types in the updateAttribute method. Co-Authored-By: Claude Opus 4.5 --- composer.json | 2 +- composer.lock | 27 ++++++++++++++++++--------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index f5bab03697..700ec68d0a 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "utopia-php/cache": "0.13.*", "utopia-php/cli": "0.15.*", "utopia-php/config": "1.*", - "utopia-php/database": "4.*", + "utopia-php/database": "dev-feat-string-types as 4.7", "utopia-php/detector": "0.2.*", "utopia-php/domains": "0.11.*", "utopia-php/emails": "0.6.*", diff --git a/composer.lock b/composer.lock index b137df3716..57d3b482c0 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": "33da844fdf5648d1d1a027dfb6ae42bc", + "content-hash": "3690e3ee4537e792d0c5c181eaf56cae", "packages": [ { "name": "adhocore/jwt", @@ -3961,16 +3961,16 @@ }, { "name": "utopia-php/database", - "version": "4.6.2", + "version": "dev-feat-string-types", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "53394759c44067e9db4660635765e2056f83788c" + "reference": "becf445a54058c6e68d0fcbe6674f90bd9d36e38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/53394759c44067e9db4660635765e2056f83788c", - "reference": "53394759c44067e9db4660635765e2056f83788c", + "url": "https://api.github.com/repos/utopia-php/database/zipball/becf445a54058c6e68d0fcbe6674f90bd9d36e38", + "reference": "becf445a54058c6e68d0fcbe6674f90bd9d36e38", "shasum": "" }, "require": { @@ -4013,9 +4013,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/4.6.2" + "source": "https://github.com/utopia-php/database/tree/feat-string-types" }, - "time": "2026-01-22T07:14:12+00:00" + "time": "2026-01-16T12:24:40+00:00" }, { "name": "utopia-php/detector", @@ -9049,9 +9049,18 @@ "time": "2024-03-07T20:33:40+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "utopia-php/database", + "version": "dev-feat-string-types", + "alias": "4.7", + "alias_normalized": "4.7.0.0" + } + ], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "utopia-php/database": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {