Executes download operation.
@phpstan-return PromiseInterface<void|null>|null
public function download(PackageInterface $package) : ?PromiseInterface { $installer = $this->getInstaller($package->getType()); $promise = $installer->cleanup("install", $package); return $promise; }