Skip to content

Commit 7dc1877

Browse files
committed
0.11.1 add another path for autoloader
1 parent de7f673 commit 7dc1877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function findAutoLoader()
1111
__DIR__ . '/../vendor/autoload.php',
1212
// Vendor directory when installed with composer
1313
__DIR__ . '/../../../vendor/autoload.php',
14+
__DIR__ . '/../../../../vendor/autoload.php',
1415
// Local install (without composer)
1516
__DIR__ . '/../autoload.php'
1617
];

0 commit comments

Comments
 (0)