132 lines
4.1 KiB
PHP
132 lines
4.1 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitd32a508174e07df637170f00512a95ed
|
|
{
|
|
public static $files = array (
|
|
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Php80\\' => 23,
|
|
'StellaMaris\\Clock\\' => 18,
|
|
'Slim\\Psr7\\' => 10,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Clock\\' => 10,
|
|
),
|
|
'O' =>
|
|
array (
|
|
'OAuth\\' => 6,
|
|
),
|
|
'L' =>
|
|
array (
|
|
'League\\Uri\\' => 11,
|
|
'League\\OAuth2\\Server\\' => 21,
|
|
'League\\Event\\' => 13,
|
|
'Lcobucci\\JWT\\' => 13,
|
|
'Lcobucci\\Clock\\' => 15,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'Fig\\Http\\Message\\' => 17,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'Defuse\\Crypto\\' => 14,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Config\\' => 7,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Php80\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
|
|
),
|
|
'StellaMaris\\Clock\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/stella-maris/clock/src',
|
|
),
|
|
'Slim\\Psr7\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/slim/psr7/src',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-factory/src',
|
|
1 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Clock\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/clock/src',
|
|
),
|
|
'OAuth\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/OAuth',
|
|
),
|
|
'League\\Uri\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/uri/src',
|
|
1 => __DIR__ . '/..' . '/league/uri-interfaces/src',
|
|
),
|
|
'League\\OAuth2\\Server\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/oauth2-server/src',
|
|
),
|
|
'League\\Event\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/league/event/src',
|
|
),
|
|
'Lcobucci\\JWT\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/lcobucci/jwt/src',
|
|
),
|
|
'Lcobucci\\Clock\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/lcobucci/clock/src',
|
|
),
|
|
'Fig\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/fig/http-message-util/src',
|
|
),
|
|
'Defuse\\Crypto\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/defuse/php-encryption/src',
|
|
),
|
|
'Config\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src/Config',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
|
|
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
|
|
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
|
|
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitd32a508174e07df637170f00512a95ed::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitd32a508174e07df637170f00512a95ed::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitd32a508174e07df637170f00512a95ed::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|