@inheritDoc
Overrides VcsDriverInterface::getDist
public function getDist(string $identifier) : ?array { $url = $this->getApiUrl() . '/repository/archive.zip?sha=' . $identifier; return [ 'type' => 'zip', 'url' => $url, 'reference' => $identifier, 'shasum' => '', ]; }