initial commit

This commit is contained in:
2024-11-14 13:46:24 +01:00
commit 99d46ae4ae
57 changed files with 8793 additions and 0 deletions

38
vendor/composer/autoload_real.php vendored Normal file
View File

@@ -0,0 +1,38 @@
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit54c05e64f01f49eb136e9af7b3075bdd
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {
return self::$loader;
}
require __DIR__ . '/platform_check.php';
spl_autoload_register(array('ComposerAutoloaderInit54c05e64f01f49eb136e9af7b3075bdd', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit54c05e64f01f49eb136e9af7b3075bdd', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit54c05e64f01f49eb136e9af7b3075bdd::getInitializer($loader));
$loader->register(true);
return $loader;
}
}