This website works better with JavaScript
Home
Explore
Help
Sign In
joker
/
composer
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Remove installation-source from lock file, fixes #1464
Jordi Boggiano
12 years ago
parent
c31f4be112
commit
1356021cb9
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/Composer/Package/Locker.php
+ 2
- 0
src/Composer/Package/Locker.php
View File
@@ -298,6 +298,8 @@ class Locker
}
}
+ unset($spec['installation-source']);
+
$locked[] = $spec;
}