Stop unrolling the root aliases

main
Jordi Boggiano 5 years ago
parent 73bc137c3c
commit cc91e9164a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -48,10 +48,6 @@ class Request
*/
public function fixPackage(PackageInterface $package, $lockable = true)
{
if ($package instanceof RootAliasPackage) {
$package = $package->getAliasOf();
}
$this->fixedPackages[spl_object_hash($package)] = $package;
if (!$lockable) {

Loading…
Cancel
Save