mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
dirname(__FILE__) no longer needed
This commit is contained in:
parent
7e50f37b87
commit
4fdc8b8ee1
31 changed files with 49 additions and 50 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
// include_paths.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(__FILE__));
|
||||
$vendorDir = dirname(__DIR__);
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue