From 234fd8da2fdb08f253fedcb17dad824316050388 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 1 Apr 2026 13:54:15 +1300 Subject: [PATCH] (fix): update utopia-php/database with tenant normalization and relationship validation Includes: - Tenant type normalization at boundary (restore strict comparison) - Validate relationship $id in Document constructor - Convert associative arrays to Documents in relationship hooks - PHPStan type fixes Co-Authored-By: Claude Opus 4.6 (1M context) --- composer.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index dc02a0f13d..8fc3e774c8 100644 --- a/composer.lock +++ b/composer.lock @@ -4038,12 +4038,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "ed0b48a63326584adaea81d7acb6a25818b14faf" + "reference": "fa461e51f9e1542b1dd371795bfb3f13d9c8a1a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/ed0b48a63326584adaea81d7acb6a25818b14faf", - "reference": "ed0b48a63326584adaea81d7acb6a25818b14faf", + "url": "https://api.github.com/repos/utopia-php/database/zipball/fa461e51f9e1542b1dd371795bfb3f13d9c8a1a3", + "reference": "fa461e51f9e1542b1dd371795bfb3f13d9c8a1a3", "shasum": "" }, "require": {