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 <noreply@anthropic.com>
This commit is contained in:
Jake Barnby 2026-01-24 05:51:28 +13:00
parent 760f065711
commit fea210c9ed
2 changed files with 19 additions and 10 deletions

View file

@ -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.*",

27
composer.lock generated
View file

@ -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": {