123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit873464e4bd965a3168f133248b1b218b
- {
- public static $files = array (
- '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'R' =>
- array (
- 'RobThree\\Auth\\' => 14,
- ),
- 'P' =>
- array (
- 'PhpMimeMailParser\\' => 18,
- ),
- 'M' =>
- array (
- 'MatthiasMullie\\PathConverter\\' => 29,
- 'MatthiasMullie\\Minify\\' => 22,
- ),
- 'H' =>
- array (
- 'Html2Text\\' => 10,
- ),
- 'D' =>
- array (
- 'Ddeboer\\Imap\\' => 13,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'RobThree\\Auth\\' =>
- array (
- 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
- ),
- 'PhpMimeMailParser\\' =>
- array (
- 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
- ),
- 'MatthiasMullie\\PathConverter\\' =>
- array (
- 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
- ),
- 'MatthiasMullie\\Minify\\' =>
- array (
- 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
- ),
- 'Html2Text\\' =>
- array (
- 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
- ),
- 'Ddeboer\\Imap\\' =>
- array (
- 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
- ),
- );
- public static $prefixesPsr0 = array (
- 'O' =>
- array (
- 'OAuth2' =>
- array (
- 0 => __DIR__ . '/..' . '/bshaffer/oauth2-server-php/src',
- ),
- ),
- );
- public static $classMap = array (
- 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
- 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
- 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
- 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
- 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
- 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
- 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
- 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
- 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
- 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
- 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
- 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
- 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixesPsr0;
- $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
- }, null, ClassLoader::class);
- }
- }
|