Show include path in show command
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…
Reference in New Issue