1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271
- {
- public static $files = array (
- '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
- 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
- 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
- '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'P' =>
- array (
- 'Psr\\Http\\Message\\' => 17,
- ),
- 'G' =>
- array (
- 'GuzzleHttp\\Psr7\\' => 16,
- 'GuzzleHttp\\Promise\\' => 19,
- 'GuzzleHttp\\Command\\Guzzle\\' => 26,
- 'GuzzleHttp\\Command\\' => 19,
- 'GuzzleHttp\\' => 11,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'Psr\\Http\\Message\\' =>
- array (
- 0 => __DIR__ . '/..' . '/psr/http-message/src',
- ),
- 'GuzzleHttp\\Psr7\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
- ),
- 'GuzzleHttp\\Promise\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
- ),
- 'GuzzleHttp\\Command\\Guzzle\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle-services/src',
- ),
- 'GuzzleHttp\\Command\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/command/src',
- ),
- 'GuzzleHttp\\' =>
- array (
- 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
- ),
- );
- public static $prefixesPsr0 = array (
- 'Q' =>
- array (
- 'Qcloud\\Cos\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/src',
- ),
- ),
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271::$prefixesPsr0;
- }, null, ClassLoader::class);
- }
- }
|