featureRule no longer exists, only update rule
parent
54a8dc1d9c
commit
cbc021c05d
|
@ -988,7 +988,7 @@ class Solver
|
|||
|
||||
if ($this->policy->allowUninstall()) {
|
||||
$rule->setWeak(true);
|
||||
$this->addRule(RuleSet::TYPE_FEATURE, $featureRule);
|
||||
$this->addRule(RuleSet::TYPE_FEATURE, $rule);
|
||||
$this->packageToFeatureRule[$package->getId()] = $rule;
|
||||
} else {
|
||||
$this->addRule(RuleSet::TYPE_UPDATE, $rule);
|
||||
|
|
Loading…
Reference in New Issue