composer = $composer; $this->io = $io; $this->plugin = $plugin; } /** * @inheritDoc * @throws HashMismatchException */ abstract public function download(Patch $patch): void; }