فهرست منبع

Store correct url for package, not original url containing wildcards.

Dennis Birkholz 10 سال پیش
والد
کامیت
4209fd2e4a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Composer/Repository/PathRepository.php

+ 1 - 1
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' => '',
             );