Skip to content

Commit

Permalink
Merge pull request #82 from JesseObrien/master
Browse files Browse the repository at this point in the history
Composer Autoload Failure
  • Loading branch information
chrisboulton committed Feb 18, 2013
2 parents aae1683 + 762daf9 commit 9b45f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/resque
Expand Up @@ -4,6 +4,7 @@
// Find and initialize Composer
$files = array(
__DIR__ . '/../../vendor/autoload.php',
__DIR__ . '/../../../autoload.php',
__DIR__ . '/../../../../autoload.php',
__DIR__ . '/../vendor/autoload.php',
);
Expand Down

0 comments on commit 9b45f15

Please sign in to comment.