63 lines
1.6 KiB
PHP
63 lines
1.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit8fbc5a7e4bacfc4840a3b80cb1edc675
|
|
{
|
|
public static $files = array (
|
|
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'T' =>
|
|
array (
|
|
'Twig\\' => 5,
|
|
),
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Ctype\\' => 23,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Plugin\\' => 7,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Twig\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/twig/twig/src',
|
|
),
|
|
'Symfony\\Polyfill\\Ctype\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
|
|
),
|
|
'Plugin\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/plugins',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'T' =>
|
|
array (
|
|
'Twig_' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/twig/twig/lib',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit8fbc5a7e4bacfc4840a3b80cb1edc675::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit8fbc5a7e4bacfc4840a3b80cb1edc675::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit8fbc5a7e4bacfc4840a3b80cb1edc675::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|