mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Factor the filesCode generation into a separate method.
This commit is contained in:
parent
f98a8f472e
commit
8e9bdfb4da
5 changed files with 68 additions and 22 deletions
|
@ -1,7 +1,12 @@
|
|||
<?php
|
||||
|
||||
// autoload_files.php generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(__FILE__));
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
require $vendorDir . '/a/a/test.php';
|
||||
require $vendorDir . '/b/b/test2.php';
|
||||
require $vendorDir . '/c/c/foo/bar/test3.php';
|
||||
require $baseDir . '/root.php';
|
||||
require $vendorDir . '/c/c/foo/bar/test4.php';
|
||||
require $vendorDir . '/c/c/foo/bar/test4.php';
|
Loading…
Add table
Add a link
Reference in a new issue