mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
typo
This commit is contained in:
parent
9d8db4e148
commit
80e9999d1c
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ EOF;
|
|||
foreach ($packages as $package) {
|
||||
if ($package instanceof AliasPackage) {
|
||||
continue;
|
||||
} elseif ($package === $mainPackage) {
|
||||
}
|
||||
if ($package === $mainPackage) {
|
||||
$packageMap[] = array($mainPackage, '');
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue