1
0
Fork 0

added package homepage information to the command 'show'

pull/8375/head
Mathías Donoso 2019-10-15 00:19:57 -03:00
parent f753c15664
commit 14b3f09cf8
1 changed files with 1 additions and 0 deletions

View File

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