Skip to content

Commit

Permalink
0.11.1 add another path for autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Mar 18, 2019
1 parent de7f673 commit 7dc1877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function findAutoLoader()
__DIR__ . '/../vendor/autoload.php',
// Vendor directory when installed with composer
__DIR__ . '/../../../vendor/autoload.php',
__DIR__ . '/../../../../vendor/autoload.php',
// Local install (without composer)
__DIR__ . '/../autoload.php'
];
Expand Down

0 comments on commit 7dc1877

Please sign in to comment.