Skip to content

Commit 762daf9

Browse files
committed
Extra check for vendor 3 folders up.
Failure to check up *3* folders when running the binary from chrisboulton/php-resque/bin/ results in never finding the autoload file when it tries to load up the composer dependencies.
1 parent aae1683 commit 762daf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/resque

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// Find and initialize Composer
55
$files = array(
66
__DIR__ . '/../../vendor/autoload.php',
7+
__DIR__ . '/../../../autoload.php',
78
__DIR__ . '/../../../../autoload.php',
89
__DIR__ . '/../vendor/autoload.php',
910
);

0 commit comments

Comments
 (0)