You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/vendor/composer/autoload_static.php

197 lines
5.3 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit572b2e2cfc74c407206c6d6d8f800f06
{
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
);
public static $prefixLengthsPsr4 = array (
'p' =>
array (
'phpseclib\\' => 10,
),
'W' =>
array (
'Workerman\\' => 10,
),
'T' =>
array (
'Task\\' => 5,
),
'S' =>
array (
'Symfony\\Component\\Finder\\' => 25,
'Service\\' => 8,
),
'R' =>
array (
'Rhumsaa\\Uuid\\' => 13,
'Repository\\' => 11,
),
'P' =>
array (
'Psr\\Http\\Message\\' => 17,
'PlatformApi\\' => 12,
),
'O' =>
array (
'Overtrue\\Pinyin\\' => 16,
),
'J' =>
array (
'Jenssegers\\ImageHash\\' => 21,
),
'I' =>
array (
'Intervention\\Image\\' => 19,
),
'G' =>
array (
'GuzzleHttp\\Psr7\\' => 16,
'Gregwar\\' => 8,
),
'E' =>
array (
'Exception\\' => 10,
),
'D' =>
array (
'Dcrypt\\' => 7,
'Dao\\' => 4,
),
'C' =>
array (
'Cron\\' => 5,
),
'B' =>
array (
'Box\\Spout\\' => 10,
),
);
public static $prefixDirsPsr4 = array (
'phpseclib\\' =>
array (
0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
),
'Workerman\\' =>
array (
0 => __DIR__ . '/..' . '/workerman/workerman',
),
'Task\\' =>
array (
0 => __DIR__ . '/../..' . '/app/libs/task',
),
'Symfony\\Component\\Finder\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/finder',
),
'Service\\' =>
array (
0 => __DIR__ . '/../..' . '/app/libs/services',
),
'Rhumsaa\\Uuid\\' =>
array (
0 => __DIR__ . '/..' . '/rhumsaa/uuid/src',
),
'Repository\\' =>
array (
0 => __DIR__ . '/../..' . '/app/libs/repository',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
),
'PlatformApi\\' =>
array (
0 => __DIR__ . '/../..' . '/app/libs/platform-api',
),
'Overtrue\\Pinyin\\' =>
array (
0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
),
'Jenssegers\\ImageHash\\' =>
array (
0 => __DIR__ . '/..' . '/jenssegers/imagehash/src',
),
'Intervention\\Image\\' =>
array (
0 => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
),
'Gregwar\\' =>
array (
0 => __DIR__ . '/..' . '/gregwar/captcha/src/Gregwar',
),
'Exception\\' =>
array (
0 => __DIR__ . '/../..' . '/app/libs/exception',
),
'Dcrypt\\' =>
array (
0 => __DIR__ . '/..' . '/mmeyer2k/dcrypt/src',
),
'Dao\\' =>
array (
0 => __DIR__ . '/../..' . '/app/libs/daos',
),
'Cron\\' =>
array (
0 => __DIR__ . '/..' . '/mtdowling/cron-expression/src/Cron',
),
'Box\\Spout\\' =>
array (
0 => __DIR__ . '/..' . '/box/spout/src/Spout',
),
);
public static $prefixesPsr0 = array (
'P' =>
array (
'PHPExcel' =>
array (
0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
),
),
'M' =>
array (
'MultiRequest' =>
array (
0 => __DIR__ . '/..' . '/multirequest/multirequest/src',
),
),
'I' =>
array (
'Imagine' =>
array (
0 => __DIR__ . '/..' . '/imagine/imagine/lib',
),
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit572b2e2cfc74c407206c6d6d8f800f06::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit572b2e2cfc74c407206c6d6d8f800f06::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit572b2e2cfc74c407206c6d6d8f800f06::$prefixesPsr0;
$loader->classMap = ComposerStaticInit572b2e2cfc74c407206c6d6d8f800f06::$classMap;
}, null, ClassLoader::class);
}
}