1
0
Fork 0

Merge pull request #5049 from curry684/issue-5048

Make path repository options part of the dist reference hash
pull/5035/head
Jordi Boggiano 2016-03-15 10:38:26 +00:00
commit 9580a76f0d
1 changed files with 1 additions and 1 deletions

View File

@ -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;