mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
4bdcdb6f96
Adopts the new split DI containers in utopia-php/http: `resources()` for boot-time wiring (shared across requests) and `context()` for per-request state. Replaces the removed `getResource()`/`setResource()`/`getContainer()` helpers throughout the HTTP entry point, controllers, GraphQL layer, and installer. Bumps the dependency chain accordingly: utopia-php/http to the dev branch (aliased to 0.34.25 to satisfy platform's exact pin), servers 0.4.*, queue 0.18.*, and pulled-along cli/platform/database upgrades. Also tightens app/init/resources/request.php by collapsing single-return factories to arrow functions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>