From eb47a1deedf71699d64fd1efaa42f75e6a0f955a Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:52:50 +0100 Subject: [PATCH] Bump utopia-php/http to 07087af MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulls the Dispatcher fix that restores inline $request->getParams() at each hook/action call site. The previous cache-once-before-init pattern broke Appwrite's request-format migration filters (RequestV16…V22), which are registered during init hooks and rely on getParams() re-running the filter chain on each call. Fixes the backward-compat test failures (testRequestFilters, WebhooksV22BackwardCompat*). Co-Authored-By: Claude Opus 4.7 (1M context) --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index d7b849ceda..2ad7859872 100644 --- a/composer.lock +++ b/composer.lock @@ -4275,12 +4275,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/http.git", - "reference": "4f5d41aac517ec43c1319598c00c90adc6d5407c" + "reference": "07087af8f0e8976a143507e3fd8123ae065cc91a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/http/zipball/4f5d41aac517ec43c1319598c00c90adc6d5407c", - "reference": "4f5d41aac517ec43c1319598c00c90adc6d5407c", + "url": "https://api.github.com/repos/utopia-php/http/zipball/07087af8f0e8976a143507e3fd8123ae065cc91a", + "reference": "07087af8f0e8976a143507e3fd8123ae065cc91a", "shasum": "" }, "require": { @@ -4323,7 +4323,7 @@ "issues": "https://github.com/utopia-php/http/issues", "source": "https://github.com/utopia-php/http/tree/refactor/coroutine-safe-dispatch" }, - "time": "2026-04-24T14:01:56+00:00" + "time": "2026-04-24T15:49:39+00:00" }, { "name": "utopia-php/image",