Store correct url for package, not original url containing wildcards.
parent
323537ad0f
commit
4209fd2e4a
|
@ -107,7 +107,7 @@ class PathRepository extends ArrayRepository
|
|||
$package = JsonFile::parseJson($json, $composerFilePath);
|
||||
$package['dist'] = array(
|
||||
'type' => 'path',
|
||||
'url' => $this->url,
|
||||
'url' => $path,
|
||||
'reference' => '',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue