Make path repository options part of the dist reference hash, fixes #5048
parent
1dce6442ed
commit
d41bd2909b
|
@ -137,7 +137,7 @@ class PathRepository extends ArrayRepository implements ConfigurableRepositoryIn
|
||||||
$package['dist'] = array(
|
$package['dist'] = array(
|
||||||
'type' => 'path',
|
'type' => 'path',
|
||||||
'url' => $url,
|
'url' => $url,
|
||||||
'reference' => sha1($json),
|
'reference' => sha1($json . serialize($this->options)),
|
||||||
);
|
);
|
||||||
$package['transport-options'] = $this->options;
|
$package['transport-options'] = $this->options;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue