Fix for issue #6492
Able to include specific finle in phar in "files" option in composerpull/6499/head
parent
db7616885d
commit
27b8209990
|
@ -534,6 +534,10 @@ EOF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (preg_match('/\.phar.+$/', $path)) {
|
||||||
|
$baseDir = "'phar://' . " . $baseDir;
|
||||||
|
}
|
||||||
|
|
||||||
return $baseDir . (($path !== false) ? var_export($path, true) : "");
|
return $baseDir . (($path !== false) ? var_export($path, true) : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue