Show include path in show command

main
Jordi Boggiano 12 years ago
parent 03ded63924
commit 5edb49c067

@ -190,6 +190,10 @@ EOT
$output->writeln(implode(', ', $autoloads));
}
}
if ($package->getIncludePaths()) {
$output->writeln('<comment>include-path</comment>');
$output->writeln(implode(', ', $package->getIncludePaths()));
}
}
}

Loading…
Cancel
Save