This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
joker
/
composer
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Remove installation-source from lock file, fixes #1464
Jordi Boggiano
12 anni fa
parent
c31f4be112
commit
1356021cb9
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
src/Composer/Package/Locker.php
+ 2
- 0
src/Composer/Package/Locker.php
Vedi File
@@ -298,6 +298,8 @@ class Locker
}
}
+ unset($spec['installation-source']);
+
$locked[] = $spec;
}