94 lines
3.0 KiB
PHP
94 lines
3.0 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitf8baad2f01f86a6856cf9cee7b4e6530
|
|
{
|
|
public static $files = array (
|
|
'32dcc8afd4335739640db7d200c1971d' => __DIR__ . '/..' . '/symfony/polyfill-apcu/bootstrap.php',
|
|
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
|
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
|
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
|
'4641f12da836ed62cf93652d3805efc7' => __DIR__ . '/..' . '/consatan/weibo_image_uploader/src/functions_include.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Apcu\\' => 22,
|
|
'Symfony\\Component\\Cache\\' => 24,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\SimpleCache\\' => 16,
|
|
'Psr\\Log\\' => 8,
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Cache\\' => 10,
|
|
),
|
|
'G' =>
|
|
array (
|
|
'GuzzleHttp\\Psr7\\' => 16,
|
|
'GuzzleHttp\\Promise\\' => 19,
|
|
'GuzzleHttp\\' => 11,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Consatan\\Weibo\\ImageUploader\\' => 29,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Apcu\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-apcu',
|
|
),
|
|
'Symfony\\Component\\Cache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/cache',
|
|
),
|
|
'Psr\\SimpleCache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Cache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/cache/src',
|
|
),
|
|
'GuzzleHttp\\Psr7\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
|
),
|
|
'GuzzleHttp\\Promise\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
|
|
),
|
|
'GuzzleHttp\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
|
),
|
|
'Consatan\\Weibo\\ImageUploader\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/consatan/weibo_image_uploader/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitf8baad2f01f86a6856cf9cee7b4e6530::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitf8baad2f01f86a6856cf9cee7b4e6530::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|