diff --git a/composer.lock b/composer.lock index 109ac91de6..630a26c36d 100644 --- a/composer.lock +++ b/composer.lock @@ -4275,12 +4275,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/http.git", - "reference": "2e2c19aef535b1f9241bb5c9e1bf9811a11ec3d2" + "reference": "e26b1a995f01b136ec88f6f2fd34811188b627cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/http/zipball/2e2c19aef535b1f9241bb5c9e1bf9811a11ec3d2", - "reference": "2e2c19aef535b1f9241bb5c9e1bf9811a11ec3d2", + "url": "https://api.github.com/repos/utopia-php/http/zipball/e26b1a995f01b136ec88f6f2fd34811188b627cc", + "reference": "e26b1a995f01b136ec88f6f2fd34811188b627cc", "shasum": "" }, "require": { @@ -4323,7 +4323,7 @@ "issues": "https://github.com/utopia-php/http/issues", "source": "https://github.com/utopia-php/http/tree/fix/concurrency-shared-state" }, - "time": "2026-04-28T15:13:55+00:00" + "time": "2026-04-28T15:24:50+00:00" }, { "name": "utopia-php/image", diff --git a/src/Appwrite/Platform/Installer/Server.php b/src/Appwrite/Platform/Installer/Server.php index 38d61b7d24..ed5758ab2a 100644 --- a/src/Appwrite/Platform/Installer/Server.php +++ b/src/Appwrite/Platform/Installer/Server.php @@ -154,7 +154,7 @@ class Server $nativeServer = $adapter->getNativeServer(); - $container = $adapter->getContainer(); + $container = $adapter->getContext(); $container->set('installerState', fn () => $state); $container->set('installerConfig', fn () => $config); $container->set('installerPaths', fn () => $paths);