Allow to select virtual packages
parent
b33da336ec
commit
432cdbcb31
|
@ -333,8 +333,7 @@ EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
while (null !== $package = $dialog->ask($output, $prompt)) {
|
while (null !== $package = $dialog->ask($output, $prompt)) {
|
||||||
$matches = $this->findPackages($package);
|
$matches = array_values($this->findPackages($package));
|
||||||
|
|
||||||
if (count($matches)) {
|
if (count($matches)) {
|
||||||
$output->writeln(array(
|
$output->writeln(array(
|
||||||
'',
|
'',
|
||||||
|
|
Loading…
Reference in New Issue