mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Make classmaps relative instead of absolute for file portability
This commit is contained in:
parent
27eb249aab
commit
f8a09eaa3f
7 changed files with 68 additions and 49 deletions
|
@ -3,6 +3,7 @@
|
|||
// autoload_namespace.php generated by Composer
|
||||
|
||||
$vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'Main' => $vendorDir . '/src/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue