diff --git a/bin/phpsa b/bin/phpsa index 44f02bad..72268f1a 100755 --- a/bin/phpsa +++ b/bin/phpsa @@ -6,7 +6,7 @@ if (!ini_get('date.timezone')) { /** * @author Patsura Dmitry http://github.com/ovr */ -foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) { +foreach (array(__DIR__ . '/../../../autoload.php', __DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) { if (file_exists($file)) { include_once $file; define('COMPOSER_INSTALL', $file);