Remove installation-source from lock file, fixes #1464
parent
c31f4be112
commit
1356021cb9
|
@ -298,6 +298,8 @@ class Locker
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unset($spec['installation-source']);
|
||||||
|
|
||||||
$locked[] = $spec;
|
$locked[] = $spec;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue