We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6933fda commit c13550fCopy full SHA for c13550f
Proxy.php
@@ -135,7 +135,7 @@ protected static function exitWithError($message)
135
*/
136
public static function isInstalledWithComposer()
137
{
138
- $autoloaderPath = join(DIRECTORY_SEPARATOR, [dirname(dirname(__DIR__)), 'autoloader.php']);
+ $autoloaderPath = join(DIRECTORY_SEPARATOR, [dirname(dirname(__DIR__)), 'autoload.php']);
139
return is_readable($autoloaderPath);
140
}
141
0 commit comments