1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

We don't have a systemsolvable at the lowest level

This commit is contained in:
Nils Adermann 2012-05-15 21:46:52 +02:00
parent 286593cf99
commit 71ee5c8f4c

View file

@ -118,8 +118,6 @@ class Solver
// aka solver_makeruledecisions
private function makeAssertionRuleDecisions()
{
// do we need to decide a SYSTEMSOLVABLE at level 1?
$decisionStart = count($this->decisionQueue);
for ($ruleIndex = 0; $ruleIndex < count($this->rules); $ruleIndex++) {
@ -150,7 +148,6 @@ class Solver
}
$conflict = $this->findDecisionRule($literal->getPackage());
/** TODO: handle conflict with systemsolvable? */
if ($conflict && RuleSet::TYPE_PACKAGE === $conflict->getType()) {