It's called a repository, not a registry

main
Nils Adermann 13 years ago
parent 9b8ab7d710
commit f0af6b7d57

@ -31,7 +31,7 @@ class ComposerRepository extends ArrayRepository
parent::initialize();
$packages = @json_decode(file_get_contents($this->url.'/packages.json'), true);
if (!$packages) {
throw new \UnexpectedValueException('Could not parse package list from the '.$this->url.' registry');
throw new \UnexpectedValueException('Could not parse package list from the '.$this->url.' repository');
}
foreach ($packages as $data) {

Loading…
Cancel
Save