add: php composer management

This commit is contained in:
2024-11-01 01:50:18 -03:00
parent b8a882496d
commit 7ab3e43b21
136 changed files with 7540 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 ComposerAutoloaderInit5e5c309c5d5f15464268792fec68087f
{
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('ComposerAutoloaderInit5e5c309c5d5f15464268792fec68087f', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit5e5c309c5d5f15464268792fec68087f', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit5e5c309c5d5f15464268792fec68087f::getInitializer($loader));
$loader->register(true);
return $loader;
}
}