Bump utopia-php/http to 07087af

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) <noreply@anthropic.com>
This commit is contained in:
loks0n
2026-04-24 16:52:50 +01:00
co-authored by Claude Opus 4.7
parent 9a52e64b3d
commit eb47a1deed
Generated
+4 -4
View File
@@ -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",