@inheritDoc
Overrides VcsDownloader::doUpdate
protected function doUpdate(PackageInterface $initial, PackageInterface $target, string $path, string $url) : PromiseInterface { return $this->doInstall($target, $path, $url); }