forked from qwerty/milfs
76 lines
2.0 KiB
PHP
76 lines
2.0 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitf276a0def1050763d961e731ed5733c4
|
|
{
|
|
public static $files = array (
|
|
'253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Slim\\' => 5,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Container\\' => 14,
|
|
),
|
|
'I' =>
|
|
array (
|
|
'Interop\\Container\\' => 18,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'FastRoute\\' => 10,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'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 (
|
|
'P' =>
|
|
array (
|
|
'Pimple' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/pimple/pimple/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitf276a0def1050763d961e731ed5733c4::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitf276a0def1050763d961e731ed5733c4::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitf276a0def1050763d961e731ed5733c4::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|