diff --git a/Proxy.php b/Proxy.php index 550689e..c5b2eef 100644 --- a/Proxy.php +++ b/Proxy.php @@ -135,7 +135,7 @@ protected static function exitWithError($message) */ public static function isInstalledWithComposer() { - $autoloaderPath = join(DIRECTORY_SEPARATOR, [dirname(dirname(__DIR__)), 'autoloader.php']); + $autoloaderPath = join(DIRECTORY_SEPARATOR, [dirname(dirname(__DIR__)), 'autoload.php']); return is_readable($autoloaderPath); }