You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.1 KiB
77 lines
2.1 KiB
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitaa22dfe9a273715fced306850c1a1064
|
|
{
|
|
public static $files = array (
|
|
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'R' =>
|
|
array (
|
|
'React\\Promise\\' => 14,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Log\\' => 8,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Stream\\' => 18,
|
|
'GuzzleHttp\\Ring\\' => 16,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'Firebase\\JWT\\' => 13,
|
|
),
|
|
'E' =>
|
|
array (
|
|
'Elasticsearch\\' => 14,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'React\\Promise\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/react/promise/src',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
|
),
|
|
'GuzzleHttp\\Stream\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/streams/src',
|
|
),
|
|
'GuzzleHttp\\Ring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/ringphp/src',
|
|
),
|
|
'Firebase\\JWT\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
|
|
),
|
|
'Elasticsearch\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/elasticsearch/elasticsearch/src/Elasticsearch',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitaa22dfe9a273715fced306850c1a1064::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitaa22dfe9a273715fced306850c1a1064::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitaa22dfe9a273715fced306850c1a1064::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|
|
|