Merge pull request #82 from JesseObrien/master

Composer Autoload Failure
This commit is contained in:
Chris Boulton 2013-02-17 21:41:49 -08:00
commit 9b45f152ab

View File

@ -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',
); );