mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Make path repository options part of the dist reference hash, fixes #5048
This commit is contained in:
parent
1dce6442ed
commit
d41bd2909b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class PathRepository extends ArrayRepository implements ConfigurableRepositoryIn
|
|||
$package['dist'] = array(
|
||||
'type' => 'path',
|
||||
'url' => $url,
|
||||
'reference' => sha1($json),
|
||||
'reference' => sha1($json . serialize($this->options)),
|
||||
);
|
||||
$package['transport-options'] = $this->options;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue