food_server/vendor/composer/autoload_static.php

170 lines
5.4 KiB
PHP
Raw Normal View History

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitaa5289eed57ce8a41342de5f724035cc
{
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'6b998e7ad3182c0d21d23780badfa07b' => __DIR__ . '/..' . '/yansongda/supports/src/Functions.php',
'9c7a683baffd24f5595c1dc5f5273030' => __DIR__ . '/..' . '/hyperf/engine/src/Functions.php',
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'988d02680beedec88d52f2787b2d2007' => __DIR__ . '/..' . '/yansongda/artful/src/Functions.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'8c783b3a3de2f6d9177022b5ccdcc841' => __DIR__ . '/..' . '/yansongda/pay/src/Functions.php',
);
public static $prefixLengthsPsr4 = array (
'Y' =>
array (
'Yansongda\\Supports\\' => 19,
'Yansongda\\Pay\\' => 14,
'Yansongda\\Artful\\' => 17,
),
'P' =>
array (
'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17,
'Psr\\Http\\Client\\' => 16,
'Psr\\EventDispatcher\\' => 20,
'Psr\\Container\\' => 14,
'PhpMqtt\\Client\\' => 15,
),
'M' =>
array (
'MyCLabs\\Enum\\' => 13,
'Monolog\\' => 8,
),
'H' =>
array (
'Hyperf\\Pimple\\' => 14,
'Hyperf\\Engine\\Contract\\' => 23,
'Hyperf\\Engine\\' => 14,
'Hyperf\\Contract\\' => 16,
'Hyperf\\Context\\' => 15,
),
'G' =>
array (
'GuzzleHttp\\Psr7\\' => 16,
'GuzzleHttp\\Promise\\' => 19,
'GuzzleHttp\\' => 11,
),
'F' =>
array (
'Firebase\\JWT\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'Yansongda\\Supports\\' =>
array (
0 => __DIR__ . '/..' . '/yansongda/supports/src',
),
'Yansongda\\Pay\\' =>
array (
0 => __DIR__ . '/..' . '/yansongda/pay/src',
),
'Yansongda\\Artful\\' =>
array (
0 => __DIR__ . '/..' . '/yansongda/artful/src',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/src',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
1 => __DIR__ . '/..' . '/psr/http-factory/src',
),
'Psr\\Http\\Client\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-client/src',
),
'Psr\\EventDispatcher\\' =>
array (
0 => __DIR__ . '/..' . '/psr/event-dispatcher/src',
),
'Psr\\Container\\' =>
array (
0 => __DIR__ . '/..' . '/psr/container/src',
),
'PhpMqtt\\Client\\' =>
array (
0 => __DIR__ . '/..' . '/php-mqtt/client/src',
),
'MyCLabs\\Enum\\' =>
array (
0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
),
'Monolog\\' =>
array (
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
),
'Hyperf\\Pimple\\' =>
array (
0 => __DIR__ . '/..' . '/hyperf/pimple/src',
),
'Hyperf\\Engine\\Contract\\' =>
array (
0 => __DIR__ . '/..' . '/hyperf/engine-contract/src',
),
'Hyperf\\Engine\\' =>
array (
0 => __DIR__ . '/..' . '/hyperf/engine/src',
),
'Hyperf\\Contract\\' =>
array (
0 => __DIR__ . '/..' . '/hyperf/contract/src',
),
'Hyperf\\Context\\' =>
array (
0 => __DIR__ . '/..' . '/hyperf/context/src',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
),
'GuzzleHttp\\Promise\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
),
'GuzzleHttp\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
),
'Firebase\\JWT\\' =>
array (
0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
),
);
public static $prefixesPsr0 = array (
'P' =>
array (
'Pimple' =>
array (
0 => __DIR__ . '/..' . '/pimple/pimple/src',
),
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'Stringable' => __DIR__ . '/..' . '/myclabs/php-enum/stubs/Stringable.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitaa5289eed57ce8a41342de5f724035cc::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitaa5289eed57ce8a41342de5f724035cc::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitaa5289eed57ce8a41342de5f724035cc::$prefixesPsr0;
$loader->classMap = ComposerStaticInitaa5289eed57ce8a41342de5f724035cc::$classMap;
}, null, ClassLoader::class);
}
}