101 lines
2.9 KiB
PHP
101 lines
2.9 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInita3842dcc011a3ab8bc308ff3c524501a
|
|
{
|
|
public static $files = array (
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
'253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.php',
|
|
'7e702cccdb9dd904f2ccf22e5f37abae' => __DIR__ . '/..' . '/facebook/php-sdk-v4/src/Facebook/polyfills.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
'Symfony\\Component\\Translation\\' => 30,
|
|
'Slim\\' => 5,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Container\\' => 14,
|
|
),
|
|
'I' =>
|
|
array (
|
|
'Interop\\Container\\' => 18,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'FastRoute\\' => 10,
|
|
'Facebook\\' => 9,
|
|
),
|
|
'C' =>
|
|
array (
|
|
'Carbon\\' => 7,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
'Symfony\\Component\\Translation\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/translation',
|
|
),
|
|
'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',
|
|
),
|
|
'Facebook\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/facebook/php-sdk-v4/src/Facebook',
|
|
),
|
|
'Carbon\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
|
|
),
|
|
);
|
|
|
|
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 = ComposerStaticInita3842dcc011a3ab8bc308ff3c524501a::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInita3842dcc011a3ab8bc308ff3c524501a::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInita3842dcc011a3ab8bc308ff3c524501a::$prefixesPsr0;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|