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.
1 parent de7f673 commit 7dc1877Copy full SHA for 7dc1877
src/functions.php
@@ -11,6 +11,7 @@ function findAutoLoader()
11
__DIR__ . '/../vendor/autoload.php',
12
// Vendor directory when installed with composer
13
__DIR__ . '/../../../vendor/autoload.php',
14
+ __DIR__ . '/../../../../vendor/autoload.php',
15
// Local install (without composer)
16
__DIR__ . '/../autoload.php'
17
];
0 commit comments