We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b5dc76 + 7dc1877 commit efaf8b9Copy full SHA for efaf8b9
src/functions.php
@@ -12,6 +12,7 @@ function findAutoLoader()
12
__DIR__ . '/../vendor/autoload.php',
13
// Vendor directory when installed with composer
14
__DIR__ . '/../../../vendor/autoload.php',
15
+ __DIR__ . '/../../../../vendor/autoload.php',
16
// Local install (without composer)
17
__DIR__ . '/../autoload.php'
18
];
0 commit comments