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