mirror of
https://github.com/composer/composer
synced 2025-05-08 16:17:37 +00:00

While it isn't an official part of the syntax, it integrates better with other tools that ignore diffs on generated code.
12 lines
305 B
PHP
12 lines
305 B
PHP
<?php
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'ClassMapBar' => $vendorDir . '/b/b/test.php',
|
|
'ClassMapBaz' => $vendorDir . '/c/c/foo/test.php',
|
|
'ClassMapFoo' => $vendorDir . '/a/a/src/a.php',
|
|
);
|