mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Added removing file 'include_path.php' (if it is empty).
This commit is contained in:
parent
457bc20c34
commit
154092ba1a
6 changed files with 103 additions and 8 deletions
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
// include_paths.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(__FILE__));
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
$baseDir . '/lib',
|
||||
$baseDir . '/src',
|
||||
$vendorDir . '/a/a/lib1',
|
||||
$vendorDir . '/a/a/src1',
|
||||
$vendorDir . '/b/b/lib2',
|
||||
$vendorDir . '/c/c/lib3',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue