1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Updated output when a branch is imported to show the pretty version name

This commit is contained in:
Tiago Ribeiro 2012-04-06 20:15:32 +01:00
parent b14366ed08
commit 61beea3c8b

View file

@ -203,7 +203,7 @@ class VcsRepository extends ArrayRepository
}
if ($verbose) {
$this->io->write('Importing branch '.$branch.' ('.$data['version_normalized'].')');
$this->io->write('Importing branch '.$branch.' ('.$data['version'].')');
}
$this->addPackage($loader->load($this->preProcess($driver, $data, $identifier)));