1
0
Fork 0

Merge remote-tracking branch 'mnishihan/master'

pull/1665/merge
Jordi Boggiano 2013-03-06 23:08:36 +01:00
commit 95a6be2396
1 changed files with 4 additions and 0 deletions

View File

@ -309,6 +309,10 @@ EOF;
$baseDir = '$vendorDir . ';
}
if(preg_match('/\.phar$/', $path)){
$baseDir = '"phar://" . ' . $baseDir;
}
return $baseDir.var_export($path, true);
}