🐛 change back to an authoritative autoloader

This commit is contained in:
bruno DA SILVA
2019-12-18 09:24:38 +01:00
parent 01f34eea29
commit 723fc917f1
3 changed files with 2869 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -33,22 +33,13 @@ class ComposerAutoloaderInit0018331147de7601e7552f7da8e3bb8b
call_user_func(\Composer\Autoload\ComposerStaticInit0018331147de7601e7552f7da8e3bb8b::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
$loader->set($namespace, $path);
}
$map = require __DIR__ . '/autoload_psr4.php';
foreach ($map as $namespace => $path) {
$loader->setPsr4($namespace, $path);
}
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
$loader->addClassMap($classMap);
}
}
$loader->setClassMapAuthoritative(true);
$loader->register(true);
if ($useStaticLoader) {

File diff suppressed because it is too large Load Diff