1
0
Fork 0

Remove installation-source from lock file, fixes #1464

pull/1467/head
Jordi Boggiano 2013-01-08 13:54:25 +01:00
parent c31f4be112
commit 1356021cb9
1 changed files with 2 additions and 0 deletions

View File

@ -298,6 +298,8 @@ class Locker
}
}
unset($spec['installation-source']);
$locked[] = $spec;
}