Fix php5.3
parent
a1e292d84d
commit
535e7262e4
|
@ -64,7 +64,7 @@ EOT
|
||||||
$packages = $input->getArgument('packages');
|
$packages = $input->getArgument('packages');
|
||||||
if (!$packages) {
|
if (!$packages) {
|
||||||
$io->writeError('No package specified, opening homepage for the root package');
|
$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) {
|
foreach ($packages as $packageName) {
|
||||||
|
|
Loading…
Reference in New Issue