12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInitdec5d78def1384d1f20996ded9d7efbf
- {
- public static $files = array (
- '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
- '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
- 'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
- 'def43f6c87e4f8dfd0c9e1b1bab14fe8' => __DIR__ . '/..' . '/symfony/polyfill-iconv/bootstrap.php',
- '2c102faa651ef8ea5874edb585946bce' => __DIR__ . '/..' . '/swiftmailer/swiftmailer/lib/swift_required.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'S' =>
- array (
- 'Symfony\\Polyfill\\Php72\\' => 23,
- 'Symfony\\Polyfill\\Mbstring\\' => 26,
- 'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
- 'Symfony\\Polyfill\\Iconv\\' => 23,
- ),
- 'G' =>
- array (
- 'Grav\\Plugin\\Email\\' => 18,
- 'Grav\\Plugin\\Console\\' => 20,
- ),
- 'E' =>
- array (
- 'Egulias\\EmailValidator\\' => 23,
- ),
- 'D' =>
- array (
- 'Doctrine\\Common\\Lexer\\' => 22,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Symfony\\Polyfill\\Php72\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
- ),
- 'Symfony\\Polyfill\\Mbstring\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
- ),
- 'Symfony\\Polyfill\\Intl\\Idn\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
- ),
- 'Symfony\\Polyfill\\Iconv\\' =>
- array (
- 0 => __DIR__ . '/..' . '/symfony/polyfill-iconv',
- ),
- 'Grav\\Plugin\\Email\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/classes',
- ),
- 'Grav\\Plugin\\Console\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/cli',
- ),
- 'Egulias\\EmailValidator\\' =>
- array (
- 0 => __DIR__ . '/..' . '/egulias/email-validator/EmailValidator',
- ),
- 'Doctrine\\Common\\Lexer\\' =>
- array (
- 0 => __DIR__ . '/..' . '/doctrine/lexer/lib/Doctrine/Common/Lexer',
- ),
- );
- public static $classMap = array (
- 'Grav\\Plugin\\EmailPlugin' => __DIR__ . '/../..' . '/email.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInitdec5d78def1384d1f20996ded9d7efbf::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInitdec5d78def1384d1f20996ded9d7efbf::$prefixDirsPsr4;
- $loader->classMap = ComposerStaticInitdec5d78def1384d1f20996ded9d7efbf::$classMap;
- }, null, ClassLoader::class);
- }
- }
|