Skip to content

Commit fd079b9

Browse files
erkensgrogy
authored andcommitted
Fix vendor location
Fixing issue with autoloader when executing from outside the source directory: #1
1 parent 5cac318 commit fd079b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parallel-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $autoloadLocations = [
4040
getcwd() . '/../../autoload.php',
4141
__DIR__ . '/../vendor/autoload.php',
4242
__DIR__ . '/../../../autoload.php',
43+
__DIR__ . '/../../autoload.php',
4344
];
4445

4546
$loaded = false;

0 commit comments

Comments
 (0)