true, $vendor . '/Hoa/Compiler/autoload.php' => true, $vendor . '/Hoa/Exception/autoload.php' => true, $vendor . '/Hoa/File/autoload.php' => true, $vendor . '/Hoa/Stream/autoload.php' => true, $vendor . '/Hoa/Stringbuffer/autoload.php' => true, ] as $dep => $mandatory) { if ($mandatory || file_exists($dep)) require_once($dep); } $fedoraHoaLoader->addNamespace('Hoa\\Xml\\', __DIR__, true);