Skip to content

Commit

Permalink
Merge remote-tracking branch 'digitalkaoz/show_command_keywords'
Browse files Browse the repository at this point in the history
Conflicts:
	src/Composer/Command/ShowCommand.php
  • Loading branch information
Seldaek committed Mar 11, 2012
2 parents 8bd0814 + e6e90bb commit 0908308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Composer/Command/ShowCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ protected function printMeta(InputInterface $input, OutputInterface $output, Pac
{
$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()));
Expand Down

0 comments on commit 0908308

Please sign in to comment.