Эх сурвалжийг харах

added package homepage information to the command 'show'

Mathías Donoso 5 жил өмнө
parent
commit
14b3f09cf8

+ 1 - 0
src/Composer/Command/ShowCommand.php

@@ -579,6 +579,7 @@ EOT
     {
         $io = $this->getIO();
         $io->write('<info>name</info>     : ' . $package->getPrettyName());
+        $io->write('<info>homepage</info> : ' . $package->getHomepage());
         $io->write('<info>descrip.</info> : ' . $package->getDescription());
         $io->write('<info>keywords</info> : ' . implode(', ', $package->getKeywords() ?: array()));
         $this->printVersions($package, $versions, $installedRepo);