From cf71c104e88d7e5a7dce14880de963d2d0795c69 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 1 Apr 2026 04:16:48 +1300 Subject: [PATCH] (fix): update utopia-php/database with loose tenant comparison and PHPStan fixes Includes loose comparison (!=) for tenant checks in Collections.php to handle int/string tenant value mismatches, and PHPStan type assertions for Document constructor calls. 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 4705297b62..dc02a0f13d 100644 --- a/composer.lock +++ b/composer.lock @@ -4038,12 +4038,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "c4816103c4aa97d27df6f3d551c595dd4b27a2de" + "reference": "ed0b48a63326584adaea81d7acb6a25818b14faf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/c4816103c4aa97d27df6f3d551c595dd4b27a2de", - "reference": "c4816103c4aa97d27df6f3d551c595dd4b27a2de", + "url": "https://api.github.com/repos/utopia-php/database/zipball/ed0b48a63326584adaea81d7acb6a25818b14faf", + "reference": "ed0b48a63326584adaea81d7acb6a25818b14faf", "shasum": "" }, "require": {