1
0
Fork 0
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:
Michael Voříšek 2020-11-07 00:08:03 +01:00 committed by Jordi Boggiano
parent 7e50f37b87
commit 4fdc8b8ee1
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
31 changed files with 49 additions and 50 deletions

View file

@ -2,7 +2,7 @@
// include_paths.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(