128 lines
3.8 KiB
PHP
128 lines
3.8 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitfea605573c13ab63a5388432dc557bc5
|
|
{
|
|
public static $files = array (
|
|
'a9ed0d27b5a698798a89181429f162c5' => __DIR__ . '/..' . '/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php',
|
|
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
|
|
'1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
|
|
'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
't' =>
|
|
array (
|
|
'think\\helper\\' => 13,
|
|
'think\\composer\\' => 15,
|
|
'think\\captcha\\' => 14,
|
|
'think\\' => 6,
|
|
),
|
|
'c' =>
|
|
array (
|
|
'cjango\\' => 7,
|
|
),
|
|
'Z' =>
|
|
array (
|
|
'Zxing\\' => 6,
|
|
),
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Component\\PropertyAccess\\' => 33,
|
|
'Symfony\\Component\\OptionsResolver\\' => 34,
|
|
'Symfony\\Component\\Inflector\\' => 28,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'MyCLabs\\Enum\\' => 13,
|
|
),
|
|
'E' =>
|
|
array (
|
|
'Endroid\\QrCode\\' => 15,
|
|
'Endroid\\Installer\\' => 18,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'think\\helper\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-helper/src',
|
|
),
|
|
'think\\composer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-installer/src',
|
|
),
|
|
'think\\captcha\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
|
|
),
|
|
'think\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/thinkphp/library/think',
|
|
1 => __DIR__ . '/..' . '/topthink/think-queue/src',
|
|
),
|
|
'cjango\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/cjango/wechat/src',
|
|
),
|
|
'Zxing\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/khanamiryan/qrcode-detector-decoder/lib',
|
|
),
|
|
'Symfony\\Component\\PropertyAccess\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/property-access',
|
|
),
|
|
'Symfony\\Component\\OptionsResolver\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/options-resolver',
|
|
),
|
|
'Symfony\\Component\\Inflector\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/inflector',
|
|
),
|
|
'MyCLabs\\Enum\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
|
|
),
|
|
'Endroid\\QrCode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/endroid/qrcode/src',
|
|
),
|
|
'Endroid\\Installer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/endroid/installer/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'P' =>
|
|
array (
|
|
'PHPExcel' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
|
|
),
|
|
),
|
|
'B' =>
|
|
array (
|
|
'BaconQrCode' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitfea605573c13ab63a5388432dc557bc5::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitfea605573c13ab63a5388432dc557bc5::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitfea605573c13ab63a5388432dc557bc5::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|