diff --git a/src/Composer/Repository/PathRepository.php b/src/Composer/Repository/PathRepository.php index f2753241a..81de87866 100644 --- a/src/Composer/Repository/PathRepository.php +++ b/src/Composer/Repository/PathRepository.php @@ -107,7 +107,7 @@ class PathRepository extends ArrayRepository $package = JsonFile::parseJson($json, $composerFilePath); $package['dist'] = array( 'type' => 'path', - 'url' => $this->url, + 'url' => $path, 'reference' => '', );