ConLite/vendor/composer/autoload_static.php

71 Zeilen
2.1 KiB
PHP

2021-08-18 10:59:52 +00:00
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
2023-05-05 17:33:04 +00:00
class ComposerStaticInit030320213c853f2cfb8481e1bb7caf00
2021-08-18 10:59:52 +00:00
{
2023-07-27 17:10:37 +00:00
public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
);
2021-08-18 10:59:52 +00:00
public static $prefixLengthsPsr4 = array (
2023-07-27 17:10:37 +00:00
'T' =>
array (
'Twig\\' => 5,
),
'S' =>
array (
'Symfony\\Polyfill\\Mbstring\\' => 26,
'Symfony\\Polyfill\\Ctype\\' => 23,
),
2023-04-07 16:14:09 +00:00
'P' =>
2021-08-18 10:59:52 +00:00
array (
2023-04-07 16:14:09 +00:00
'PHPMailer\\PHPMailer\\' => 20,
2021-08-18 10:59:52 +00:00
),
2023-07-06 18:18:52 +00:00
'C' =>
array (
'ConLite\\' => 8,
),
2021-08-18 10:59:52 +00:00
);
public static $prefixDirsPsr4 = array (
2023-07-27 17:10:37 +00:00
'Twig\\' =>
array (
0 => __DIR__ . '/..' . '/twig/twig/src',
),
'Symfony\\Polyfill\\Mbstring\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
),
'Symfony\\Polyfill\\Ctype\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
),
2023-04-07 16:14:09 +00:00
'PHPMailer\\PHPMailer\\' =>
2021-08-18 10:59:52 +00:00
array (
2023-04-07 16:14:09 +00:00
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
2021-08-18 10:59:52 +00:00
),
2023-07-06 18:18:52 +00:00
'ConLite\\' =>
array (
0 => __DIR__ . '/../..' . '/conlite/classes',
),
2021-08-18 10:59:52 +00:00
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
2023-05-05 17:33:04 +00:00
$loader->prefixLengthsPsr4 = ComposerStaticInit030320213c853f2cfb8481e1bb7caf00::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit030320213c853f2cfb8481e1bb7caf00::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit030320213c853f2cfb8481e1bb7caf00::$classMap;
2021-08-18 10:59:52 +00:00
}, null, ClassLoader::class);
}
}