1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Sorted generated classmap

This commit is contained in:
Martin Hasoň 2012-10-17 12:00:45 +02:00
parent c63f0d9642
commit 1ff1b8ac1f
5 changed files with 11 additions and 8 deletions

View file

@ -6,6 +6,6 @@ $vendorDir = dirname(__DIR__);
$baseDir = $vendorDir;
return array(
'Main\\Foo' => $baseDir . '/src/Main/Foo.php',
'ClassMapFoo' => $baseDir . '/composersrc/foo.php',
'Main\\Foo' => $baseDir . '/src/Main/Foo.php',
);