58 lines
1.6 KiB
PHP
58 lines
1.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit6af70ead39ec0f1276dccde68add88b6
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'PragmaRX\\Google2FA\\' => 19,
|
|
'ParagonIE\\ConstantTime\\' => 23,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'DASPRiD\\Enum\\' => 13,
|
|
),
|
|
'B' =>
|
|
array (
|
|
'BaconQrCode\\' => 12,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'PragmaRX\\Google2FA\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/pragmarx/google2fa/src',
|
|
),
|
|
'ParagonIE\\ConstantTime\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src',
|
|
),
|
|
'DASPRiD\\Enum\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/dasprid/enum/src',
|
|
),
|
|
'BaconQrCode\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit6af70ead39ec0f1276dccde68add88b6::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit6af70ead39ec0f1276dccde68add88b6::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit6af70ead39ec0f1276dccde68add88b6::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|