75 lines
2.0 KiB
PHP
75 lines
2.0 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInita7f4074e9535c3259b3bfae9426fe69e
|
|
{
|
|
public static $files = array (
|
|
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
't' =>
|
|
array (
|
|
'think\\composer\\' => 15,
|
|
'think\\' => 6,
|
|
),
|
|
'R' =>
|
|
array (
|
|
'React\\Promise\\' => 14,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Stream\\' => 18,
|
|
'GuzzleHttp\\Ring\\' => 16,
|
|
'GuzzleHttp\\' => 11,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'CloudXNS\\' => 9,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'think\\composer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-installer/src',
|
|
),
|
|
'think\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/thinkphp/library/think',
|
|
),
|
|
'React\\Promise\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/react/promise/src',
|
|
),
|
|
'GuzzleHttp\\Stream\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/streams/src',
|
|
),
|
|
'GuzzleHttp\\Ring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/ringphp/src',
|
|
),
|
|
'GuzzleHttp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
|
),
|
|
'CloudXNS\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/cloudxns/cloud-xns-api-sdk-php/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInita7f4074e9535c3259b3bfae9426fe69e::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInita7f4074e9535c3259b3bfae9426fe69e::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|