mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Merge branch '1.5'
This commit is contained in:
commit
b110f86aa0
1 changed files with 1 additions and 1 deletions
|
@ -198,11 +198,11 @@ EOT
|
|||
$versions = array($package->getPrettyVersion() => $package->getVersion());
|
||||
}
|
||||
|
||||
$exitCode = 0;
|
||||
if ($input->getOption('tree')) {
|
||||
$this->displayPackageTree($package, $installedRepo, $repos);
|
||||
} else {
|
||||
$latestPackage = null;
|
||||
$exitCode = 0;
|
||||
if ($input->getOption('latest')) {
|
||||
$latestPackage = $this->findLatestPackage($package, $composer, $phpVersion);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue