Stop unrolling the root aliases
parent
73bc137c3c
commit
cc91e9164a
|
@ -48,10 +48,6 @@ class Request
|
||||||
*/
|
*/
|
||||||
public function fixPackage(PackageInterface $package, $lockable = true)
|
public function fixPackage(PackageInterface $package, $lockable = true)
|
||||||
{
|
{
|
||||||
if ($package instanceof RootAliasPackage) {
|
|
||||||
$package = $package->getAliasOf();
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->fixedPackages[spl_object_hash($package)] = $package;
|
$this->fixedPackages[spl_object_hash($package)] = $package;
|
||||||
|
|
||||||
if (!$lockable) {
|
if (!$lockable) {
|
||||||
|
|
Loading…
Reference in New Issue