1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Store correct url for package, not original url containing wildcards.

This commit is contained in:
Dennis Birkholz 2015-09-15 17:27:36 +02:00
parent 323537ad0f
commit 4209fd2e4a

View file

@ -107,7 +107,7 @@ class PathRepository extends ArrayRepository
$package = JsonFile::parseJson($json, $composerFilePath);
$package['dist'] = array(
'type' => 'path',
'url' => $this->url,
'url' => $path,
'reference' => '',
);