Make repository path absolute (again)
parent
973491b65d
commit
3ef222c920
|
@ -104,6 +104,8 @@ class PathRepository extends ArrayRepository
|
||||||
$foundPackage = false;
|
$foundPackage = false;
|
||||||
|
|
||||||
foreach ($this->getPaths() as $path) {
|
foreach ($this->getPaths() as $path) {
|
||||||
|
$path = realpath($path);
|
||||||
|
|
||||||
$composerFilePath = $path.'composer.json';
|
$composerFilePath = $path.'composer.json';
|
||||||
if (!file_exists($composerFilePath)) {
|
if (!file_exists($composerFilePath)) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue