1
0
Fork 0

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

pull/4422/head
Dennis Birkholz 2015-09-15 17:27:36 +02:00
parent 323537ad0f
commit 4209fd2e4a
1 changed files with 1 additions and 1 deletions

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' => '',
);