86 lines
2.7 KiB
PHP
86 lines
2.7 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit10dad0c48a86c092d3f646e9b27dab13
|
|
{
|
|
public static $files = array (
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => __DIR__ . '/..' . '/symfony/polyfill-iconv/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'W' =>
|
|
array (
|
|
'WPForms\\' => 8,
|
|
),
|
|
'T' =>
|
|
array (
|
|
'TrueBV\\' => 7,
|
|
'TijsVerkoyen\\CssToInlineStyles\\' => 31,
|
|
),
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
'Symfony\\Polyfill\\Iconv\\' => 23,
|
|
'Symfony\\Component\\CssSelector\\' => 30,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'WPForms\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
'TrueBV\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/true/punycode/src',
|
|
),
|
|
'TijsVerkoyen\\CssToInlineStyles\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/tijsverkoyen/css-to-inline-styles/src',
|
|
),
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
'Symfony\\Polyfill\\Iconv\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-iconv',
|
|
),
|
|
'Symfony\\Component\\CssSelector\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/css-selector',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'G' =>
|
|
array (
|
|
'Goodby\\CSV' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/goodby/csv/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'XLSXWriter' => __DIR__ . '/..' . '/mk-j/php_xlsxwriter/xlsxwriter.class.php',
|
|
'XLSXWriter_BuffererWriter' => __DIR__ . '/..' . '/mk-j/php_xlsxwriter/xlsxwriter.class.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit10dad0c48a86c092d3f646e9b27dab13::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit10dad0c48a86c092d3f646e9b27dab13::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit10dad0c48a86c092d3f646e9b27dab13::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit10dad0c48a86c092d3f646e9b27dab13::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|