115 lines
3.9 KiB
PHP
115 lines
3.9 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit5839f4fd6b3a30999ab415e06868370f
|
|
{
|
|
public static $files = array (
|
|
'c9d07b32a2e02bc0fc582d4f0c1b56cc' => __DIR__ . '/..' . '/laminas/laminas-servicemanager/src/autoload.php',
|
|
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
|
|
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
|
|
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'W' =>
|
|
array (
|
|
'Webmozart\\Assert\\' => 17,
|
|
),
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Php72\\' => 23,
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33,
|
|
'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Container\\' => 14,
|
|
),
|
|
'L' =>
|
|
array (
|
|
'Laminas\\Validator\\' => 18,
|
|
'Laminas\\Stdlib\\' => 15,
|
|
'Laminas\\ServiceManager\\' => 23,
|
|
'Laminas\\Mime\\' => 13,
|
|
'Laminas\\Mail\\' => 13,
|
|
'Laminas\\Loader\\' => 15,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Webmozart\\Assert\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/webmozart/assert/src',
|
|
),
|
|
'Symfony\\Polyfill\\Php72\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
|
|
),
|
|
'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',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Container\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/container/src',
|
|
),
|
|
'Laminas\\Validator\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-validator/src',
|
|
),
|
|
'Laminas\\Stdlib\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-stdlib/src',
|
|
),
|
|
'Laminas\\ServiceManager\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-servicemanager/src',
|
|
),
|
|
'Laminas\\Mime\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-mime/src',
|
|
),
|
|
'Laminas\\Mail\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
'Laminas\\Loader\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-loader/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 = ComposerStaticInit5839f4fd6b3a30999ab415e06868370f::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit5839f4fd6b3a30999ab415e06868370f::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit5839f4fd6b3a30999ab415e06868370f::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|