114 lines
3.9 KiB
PHP
114 lines
3.9 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit9386ebee37a2a4e9cdbcab7b77919bf5
|
|
{
|
|
public static $files = array (
|
|
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
|
|
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
|
|
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33,
|
|
'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
|
|
'Symfony\\Contracts\\Service\\' => 26,
|
|
'Symfony\\Contracts\\EventDispatcher\\' => 34,
|
|
'Symfony\\Component\\Mime\\' => 23,
|
|
'Symfony\\Component\\Mailer\\' => 25,
|
|
'Symfony\\Component\\EventDispatcher\\' => 34,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Log\\' => 8,
|
|
'Psr\\EventDispatcher\\' => 20,
|
|
'Psr\\Container\\' => 14,
|
|
),
|
|
'E' =>
|
|
array (
|
|
'Egulias\\EmailValidator\\' => 23,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'Doctrine\\Common\\Lexer\\' => 22,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
'Symfony\\Polyfill\\Intl\\Normalizer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer',
|
|
),
|
|
'Symfony\\Polyfill\\Intl\\Idn\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
|
|
),
|
|
'Symfony\\Contracts\\Service\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/service-contracts',
|
|
),
|
|
'Symfony\\Contracts\\EventDispatcher\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts',
|
|
),
|
|
'Symfony\\Component\\Mime\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/mime',
|
|
),
|
|
'Symfony\\Component\\Mailer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/mailer',
|
|
),
|
|
'Symfony\\Component\\EventDispatcher\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/src',
|
|
),
|
|
'Psr\\EventDispatcher\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/event-dispatcher/src',
|
|
),
|
|
'Psr\\Container\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/container/src',
|
|
),
|
|
'Egulias\\EmailValidator\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/egulias/email-validator/src',
|
|
),
|
|
'Doctrine\\Common\\Lexer\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/doctrine/lexer/src',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit9386ebee37a2a4e9cdbcab7b77919bf5::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit9386ebee37a2a4e9cdbcab7b77919bf5::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit9386ebee37a2a4e9cdbcab7b77919bf5::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|