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:
parent
b14366ed08
commit
61beea3c8b
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue