114 lines
3.4 KiB
PHP
114 lines
3.4 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit3dbd715dc60b767594b6b7389db08b48
|
|
{
|
|
public static $files = array (
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
'2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'e' =>
|
|
array (
|
|
'enshrined\\svgSanitize\\' => 22,
|
|
),
|
|
'Z' =>
|
|
array (
|
|
'ZipStream\\' => 10,
|
|
),
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\SimpleCache\\' => 16,
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'PhpOffice\\PhpSpreadsheet\\' => 25,
|
|
),
|
|
'M' =>
|
|
array (
|
|
'MyCLabs\\Enum\\' => 13,
|
|
'Matrix\\' => 7,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Composer\\Pcre\\' => 14,
|
|
'Complex\\' => 8,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'enshrined\\svgSanitize\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/enshrined/svg-sanitize/src',
|
|
),
|
|
'ZipStream\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
|
|
),
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
'Psr\\SimpleCache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'PhpOffice\\PhpSpreadsheet\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
|
|
),
|
|
'MyCLabs\\Enum\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
|
|
),
|
|
'Matrix\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
|
|
),
|
|
'Composer\\Pcre\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/composer/pcre/src',
|
|
),
|
|
'Complex\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'H' =>
|
|
array (
|
|
'HTMLPurifier' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'Stringable' => __DIR__ . '/..' . '/myclabs/php-enum/stubs/Stringable.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit3dbd715dc60b767594b6b7389db08b48::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit3dbd715dc60b767594b6b7389db08b48::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit3dbd715dc60b767594b6b7389db08b48::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit3dbd715dc60b767594b6b7389db08b48::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|