<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitcb17e0752c5337bbe4e14f4ad4843232
{
public static $files = array (
'92c8763cd6170fce6fcfe7e26b4e8c10' => __DIR__ . '/..' . '/symfony/phpunit-bridge/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
);
public static $prefixLengthsPsr4 = array (
'S' =>
array (
'Symfony\\Polyfill\\Mbstring\\' => 26,
'Symfony\\Component\\Debug\\' => 24,
'Symfony\\Bridge\\PhpUnit\\' => 23,
),
'P' =>
array (
'Psr\\Log\\' => 8,
'Psr\\Container\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'Symfony\\Polyfill\\Mbstring\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
),
'Symfony\\Component\\Debug\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/debug',
),
'Symfony\\Bridge\\PhpUnit\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/phpunit-bridge',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Psr\\Container\\' =>
array (
0 => __DIR__ . '/..' . '/psr/container/src',
),
);
public static $prefixesPsr0 = array (
'T' =>
array (
'Twig_Tests_' =>
array (
0 => __DIR__ . '/../..' . '/test',
),
'Twig_' =>
array (
0 => __DIR__ . '/../..' . '/lib',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcb17e0752c5337bbe4e14f4ad4843232::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcb17e0752c5337bbe4e14f4ad4843232::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitcb17e0752c5337bbe4e14f4ad4843232::$prefixesPsr0;
}, null, ClassLoader::class);
}
}
|