Fixed another partial update test

main
Yanick Witschi 4 years ago committed by Jordi Boggiano
parent 7be24dccd9
commit 5a835db24d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -341,6 +341,12 @@ class PoolBuilder
} else {
$this->markPackageNameForLoading($require, $linkConstraint);
}
} else {
// We also need to load the requirements of a fixed package
// unless it was skipped
if (!isset($this->skippedLoad[$require])) {
$this->markPackageNameForLoading($require, $linkConstraint);
}
}
}

Loading…
Cancel
Save