From 82f30a121b48df3389201c8dc2dd838a0769d7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Sun, 7 Sep 2025 20:42:18 +0200 Subject: [PATCH] upgrade http lib for backwards compatibility default param --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 2fd08ed3ef..bd70f229ad 100644 --- a/composer.lock +++ b/composer.lock @@ -3942,16 +3942,16 @@ }, { "name": "utopia-php/framework", - "version": "0.33.26", + "version": "0.33.27", "source": { "type": "git", "url": "https://github.com/utopia-php/http.git", - "reference": "5bba671dddc9cb00cb3ef92519ce69aca2ee0d2b" + "reference": "d9d10a895e85c8c7675220347cc6109db9d3bd37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/http/zipball/5bba671dddc9cb00cb3ef92519ce69aca2ee0d2b", - "reference": "5bba671dddc9cb00cb3ef92519ce69aca2ee0d2b", + "url": "https://api.github.com/repos/utopia-php/http/zipball/d9d10a895e85c8c7675220347cc6109db9d3bd37", + "reference": "d9d10a895e85c8c7675220347cc6109db9d3bd37", "shasum": "" }, "require": { @@ -3983,9 +3983,9 @@ ], "support": { "issues": "https://github.com/utopia-php/http/issues", - "source": "https://github.com/utopia-php/http/tree/0.33.26" + "source": "https://github.com/utopia-php/http/tree/0.33.27" }, - "time": "2025-09-07T10:11:44+00:00" + "time": "2025-09-07T18:40:53+00:00" }, { "name": "utopia-php/image",