<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1
|
|
{
|
|
public static $files = array (
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
'253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'T' =>
|
|
array (
|
|
'Twig\\' => 5,
|
|
),
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
'Slim\\Views\\' => 11,
|
|
'Slim\\' => 5,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Container\\' => 14,
|
|
),
|
|
'I' =>
|
|
array (
|
|
'Interop\\Container\\' => 18,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'FastRoute\\' => 10,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Twig\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/twig/twig/src',
|
|
),
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
'Slim\\Views\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/slim/twig-view/src',
|
|
),
|
|
'Slim\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/slim/slim/Slim',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Container\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/container/src',
|
|
),
|
|
'Interop\\Container\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container',
|
|
),
|
|
'FastRoute\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nikic/fast-route/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'T' =>
|
|
array (
|
|
'Twig_' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/twig/twig/lib',
|
|
),
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Pimple' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/pimple/pimple/src',
|
|
),
|
|
),
|
|
'M' =>
|
|
array (
|
|
'Michelf' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/michelf/php-markdown',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|