mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Conflicts: src/Composer/Command/ShowCommand.php
This commit is contained in:
commit
09083089ff
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ EOT
|
|||
{
|
||||
$output->writeln('<info>name</info> : ' . $package->getPrettyName());
|
||||
$output->writeln('<info>descrip.</info> : ' . $package->getDescription());
|
||||
$output->writeln('<info>keywords</info> : ' . join(', ', $package->getKeywords()));
|
||||
$this->printVersions($input, $output, $package, $installedRepo, $repos);
|
||||
$output->writeln('<info>type</info> : ' . $package->getType());
|
||||
$output->writeln('<info>license</info> : ' . implode(', ', $package->getLicense()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue