@inheritDoc
Overrides ArchiveDownloader::extract
protected function extract(PackageInterface $package, string $file, string $path) : PromiseInterface { // Can throw an UnexpectedValueException $archive = new \PharData($file); $archive->extractTo($path, null, true); return \React\Promise\resolve(null); }