1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Merge remote-tracking branch 'digitalkaoz/show_command_keywords'

Conflicts:
	src/Composer/Command/ShowCommand.php
This commit is contained in:
Jordi Boggiano 2012-03-11 17:02:54 +01:00
commit 09083089ff

View file

@ -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()));