mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
Merge pull request #82 from JesseObrien/master
Composer Autoload Failure
This commit is contained in:
commit
9b45f152ab
@ -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…
Reference in New Issue
Block a user