Skip to content

Commit efaf8b9

Browse files
authored
Merge pull request #53 from exussum12/0.11.1
0.11.1 add another path for autoloader
2 parents 8b5dc76 + 7dc1877 commit efaf8b9

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
@@ -12,6 +12,7 @@ function findAutoLoader()
1212
__DIR__ . '/../vendor/autoload.php',
1313
// Vendor directory when installed with composer
1414
__DIR__ . '/../../../vendor/autoload.php',
15+
__DIR__ . '/../../../../vendor/autoload.php',
1516
// Local install (without composer)
1617
__DIR__ . '/../autoload.php'
1718
];

0 commit comments

Comments
 (0)