server = $server; } /** * @throws Throwable */ public function handle(): void { $this->server->ssh()->exec(new InstallComposerCommand(), 'install-composer'); } }