1
0
Fork 0
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:
voroks 2015-08-19 15:08:27 +08:00
parent 457bc20c34
commit 154092ba1a
6 changed files with 103 additions and 8 deletions

View file

@ -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',
);