123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23
- {
- public static $files = array (
- '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
- 'dc1275c308c5b416beb314b6317daca2' => __DIR__ . '/..' . '/overtrue/pinyin/src/const.php',
- '841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
- );
- public static $prefixLengthsPsr4 = array (
- 't' =>
- array (
- 'think\\' => 6,
- ),
- 'W' =>
- array (
- 'Workerman\\' => 10,
- ),
- 'Q' =>
- array (
- 'Qiniu\\' => 6,
- ),
- 'P' =>
- array (
- 'Psr\\SimpleCache\\' => 16,
- 'Psr\\Log\\' => 8,
- 'PHPMailer\\PHPMailer\\' => 20,
- ),
- 'O' =>
- array (
- 'Overtrue\\Pinyin\\' => 16,
- 'OSS\\' => 4,
- ),
- 'M' =>
- array (
- 'MingYuanYun\\AppStore\\' => 21,
- ),
- 'G' =>
- array (
- 'GatewayWorker\\' => 14,
- ),
- 'C' =>
- array (
- 'Curl\\' => 5,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'think\\' =>
- array (
- 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
- 1 => __DIR__ . '/..' . '/topthink/think-orm/src',
- ),
- 'Workerman\\' =>
- array (
- 0 => __DIR__ . '/..' . '/workerman/workerman',
- ),
- 'Qiniu\\' =>
- array (
- 0 => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu',
- ),
- 'Psr\\SimpleCache\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
- ),
- 'Psr\\Log\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
- ),
- 'PHPMailer\\PHPMailer\\' =>
- array (
- 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
- ),
- 'Overtrue\\Pinyin\\' =>
- array (
- 0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
- ),
- 'OSS\\' =>
- array (
- 0 => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS',
- ),
- 'MingYuanYun\\AppStore\\' =>
- array (
- 0 => __DIR__ . '/..' . '/yunchuang/appstore-connect-api/src',
- ),
- 'GatewayWorker\\' =>
- array (
- 0 => __DIR__ . '/..' . '/workerman/gateway-worker/src',
- ),
- 'Curl\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-curl-class/php-curl-class/src/Curl',
- ),
- );
- public static $prefixesPsr0 = array (
- 'R' =>
- array (
- 'Requests' =>
- array (
- 0 => __DIR__ . '/..' . '/rmccue/requests/library',
- ),
- ),
- );
- public static $classMap = array (
- 'PclZip' => __DIR__ . '/..' . '/pclzip/pclzip/pclzip.lib.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$prefixesPsr0;
- $loader->classMap = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$classMap;
- }, null, ClassLoader::class);
- }
- }
|