Fixed another test
parent
5a835db24d
commit
5097ed6480
|
@ -129,6 +129,7 @@ class PoolBuilder
|
|||
// replace means conflict, so if a fixed package replaces a name, no need to load that one, packages would conflict anyways
|
||||
foreach ($package->getReplaces() as $link) {
|
||||
$this->loadedPackages[$link->getTarget()] = $link->getConstraint();
|
||||
$this->skippedLoad[$link->getTarget()] = $package->getName();
|
||||
}
|
||||
|
||||
// TODO in how far can we do the above for conflicts? It's more tricky cause conflicts can be limited to
|
||||
|
|
Loading…
Reference in New Issue