AuthProxy/vendor/composer/autoload_static.php

100 lines
3.2 KiB
PHP
Raw Permalink Normal View History

2024-08-06 21:59:23 +05:30
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit54847d6030d29731b0e767d050d22a36
{
2024-08-09 15:13:48 +05:30
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'f88f8987adfe3f7cf9978fa9a9d148bc' => __DIR__ . '/..' . '/workerman/psr7/src/functions_include.php',
);
2024-08-06 21:59:23 +05:30
public static $prefixLengthsPsr4 = array (
2024-08-09 15:13:48 +05:30
'y' =>
array (
'yzh52521\\EasyHttp\\' => 18,
),
2024-08-06 21:59:23 +05:30
'W' =>
array (
2024-08-09 15:13:48 +05:30
'Workerman\\Psr7\\' => 15,
'Workerman\\Http\\' => 15,
2024-08-06 21:59:23 +05:30
'Workerman\\' => 10,
),
2024-08-09 15:13:48 +05:30
'P' =>
array (
'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17,
'Psr\\Http\\Client\\' => 16,
),
'G' =>
array (
'GuzzleHttp\\Psr7\\' => 16,
'GuzzleHttp\\Promise\\' => 19,
'GuzzleHttp\\' => 11,
),
2024-08-06 21:59:23 +05:30
);
public static $prefixDirsPsr4 = array (
2024-08-09 15:13:48 +05:30
'yzh52521\\EasyHttp\\' =>
array (
0 => __DIR__ . '/..' . '/yzh52521/easyhttp/src',
),
'Workerman\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/psr7/src',
),
'Workerman\\Http\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/http-client/src',
),
2024-08-06 21:59:23 +05:30
'Workerman\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/workerman',
),
2024-08-09 15:13:48 +05:30
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/src',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
1 => __DIR__ . '/..' . '/psr/http-factory/src',
),
'Psr\\Http\\Client\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-client/src',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
),
'GuzzleHttp\\Promise\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
),
'GuzzleHttp\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
),
2024-08-06 21:59:23 +05:30
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit54847d6030d29731b0e767d050d22a36::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit54847d6030d29731b0e767d050d22a36::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit54847d6030d29731b0e767d050d22a36::$classMap;
}, null, ClassLoader::class);
}
}