autoload_static.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271
  5. {
  6. public static $files = array (
  7. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  8. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  9. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  10. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  11. );
  12. public static $prefixLengthsPsr4 = array (
  13. 'P' =>
  14. array (
  15. 'Psr\\Http\\Message\\' => 17,
  16. ),
  17. 'G' =>
  18. array (
  19. 'GuzzleHttp\\Psr7\\' => 16,
  20. 'GuzzleHttp\\Promise\\' => 19,
  21. 'GuzzleHttp\\Command\\Guzzle\\' => 26,
  22. 'GuzzleHttp\\Command\\' => 19,
  23. 'GuzzleHttp\\' => 11,
  24. ),
  25. );
  26. public static $prefixDirsPsr4 = array (
  27. 'Psr\\Http\\Message\\' =>
  28. array (
  29. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  30. ),
  31. 'GuzzleHttp\\Psr7\\' =>
  32. array (
  33. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  34. ),
  35. 'GuzzleHttp\\Promise\\' =>
  36. array (
  37. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  38. ),
  39. 'GuzzleHttp\\Command\\Guzzle\\' =>
  40. array (
  41. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle-services/src',
  42. ),
  43. 'GuzzleHttp\\Command\\' =>
  44. array (
  45. 0 => __DIR__ . '/..' . '/guzzlehttp/command/src',
  46. ),
  47. 'GuzzleHttp\\' =>
  48. array (
  49. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  50. ),
  51. );
  52. public static $prefixesPsr0 = array (
  53. 'Q' =>
  54. array (
  55. 'Qcloud\\Cos\\' =>
  56. array (
  57. 0 => __DIR__ . '/../..' . '/src',
  58. ),
  59. ),
  60. );
  61. public static function getInitializer(ClassLoader $loader)
  62. {
  63. return \Closure::bind(function () use ($loader) {
  64. $loader->prefixLengthsPsr4 = ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271::$prefixLengthsPsr4;
  65. $loader->prefixDirsPsr4 = ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271::$prefixDirsPsr4;
  66. $loader->prefixesPsr0 = ComposerStaticInitf639f3c0d9de4c164930ef34f85ff271::$prefixesPsr0;
  67. }, null, ClassLoader::class);
  68. }
  69. }