mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Merge pull request #82 from JesseObrien/master
Composer Autoload Failure
This commit is contained in:
commit
9b45f152ab
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
// Find and initialize Composer
|
// Find and initialize Composer
|
||||||
$files = array(
|
$files = array(
|
||||||
__DIR__ . '/../../vendor/autoload.php',
|
__DIR__ . '/../../vendor/autoload.php',
|
||||||
|
__DIR__ . '/../../../autoload.php',
|
||||||
__DIR__ . '/../../../../autoload.php',
|
__DIR__ . '/../../../../autoload.php',
|
||||||
__DIR__ . '/../vendor/autoload.php',
|
__DIR__ . '/../vendor/autoload.php',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue