@inheritDoc
Overrides InstallerInterface::install
public function install(InstalledRepositoryInterface $repo, PackageInterface $package) : ?PromiseInterface { return $this->downloadManager ->install($package, $this->installPath); }