mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
parent
dd527a4049
commit
2dfea8a5e0
1 changed files with 3 additions and 1 deletions
|
@ -723,7 +723,9 @@ class Solver
|
|||
$noneSatisfied = false;
|
||||
break;
|
||||
}
|
||||
$decisionQueue[] = $literal;
|
||||
if ($literal > 0 && $this->undecided($literal)) {
|
||||
$decisionQueue[] = $literal;
|
||||
}
|
||||
}
|
||||
|
||||
if ($noneSatisfied && count($decisionQueue)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue