Explorar el Código

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

Tiago Ribeiro hace 13 años
padre
commit
61beea3c8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Composer/Repository/VcsRepository.php

+ 1 - 1
src/Composer/Repository/VcsRepository.php

@@ -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)));