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 = JsonFile::parseJson($json, $composerFilePath);
|
||||||
$package['dist'] = array(
|
$package['dist'] = array(
|
||||||
'type' => 'path',
|
'type' => 'path',
|
||||||
'url' => $this->url,
|
'url' => $path,
|
||||||
'reference' => '',
|
'reference' => '',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue