1
0
Fork 0

Fix php5.3

pull/6843/merge
Jordi Boggiano 2017-11-29 11:49:19 +01:00
parent a1e292d84d
commit 535e7262e4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ EOT
$packages = $input->getArgument('packages');
if (!$packages) {
$io->writeError('No package specified, opening homepage for the root package');
$packages = [$this->getComposer()->getPackage()->getName()];
$packages = array($this->getComposer()->getPackage()->getName());
}
foreach ($packages as $packageName) {