mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
added keywords to show command
This commit is contained in:
parent
142d5785f4
commit
e6e90bb174
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ EOT
|
|||
$this->printVersions($input, $output, $package, $installedRepo, $repos);
|
||||
$output->writeln('<info>type</info> : ' . $package->getType());
|
||||
$output->writeln('<info>names</info> : ' . join(', ', $package->getNames()));
|
||||
$output->writeln('<info>keywords</info> : ' . join(', ', $package->getKeywords()));
|
||||
$output->writeln('<info>source</info> : ' . sprintf('[%s] <comment>%s</comment> %s', $package->getSourceType(), $package->getSourceUrl(), $package->getSourceReference()));
|
||||
$output->writeln('<info>dist</info> : ' . sprintf('[%s] <comment>%s</comment> %s', $package->getDistType(), $package->getDistUrl(), $package->getDistReference()));
|
||||
$output->writeln('<info>license</info> : ' . join(', ', $package->getLicense()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue