This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
joker
/
composer
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Remove installation-source from lock file, fixes #1464
Jordi Boggiano
hace 12 años
padre
c31f4be112
commit
1356021cb9
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
src/Composer/Package/Locker.php
+ 2
- 0
src/Composer/Package/Locker.php
Ver fichero
@@ -298,6 +298,8 @@ class Locker
}
}
+ unset($spec['installation-source']);
+
$locked[] = $spec;
}