autoload_static.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit2bdc083b1717d2652f5bfd03f3350cdb
  5. {
  6. public static $files = array (
  7. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  8. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  9. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  10. );
  11. public static $prefixLengthsPsr4 = array (
  12. 'U' =>
  13. array (
  14. 'Upyun\\' => 6,
  15. ),
  16. 'P' =>
  17. array (
  18. 'Psr\\Http\\Message\\' => 17,
  19. ),
  20. 'G' =>
  21. array (
  22. 'GuzzleHttp\\Psr7\\' => 16,
  23. 'GuzzleHttp\\Promise\\' => 19,
  24. 'GuzzleHttp\\' => 11,
  25. ),
  26. );
  27. public static $prefixDirsPsr4 = array (
  28. 'Upyun\\' =>
  29. array (
  30. 0 => __DIR__ . '/..' . '/upyun/sdk/src/Upyun',
  31. ),
  32. 'Psr\\Http\\Message\\' =>
  33. array (
  34. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  35. ),
  36. 'GuzzleHttp\\Psr7\\' =>
  37. array (
  38. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  39. ),
  40. 'GuzzleHttp\\Promise\\' =>
  41. array (
  42. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  43. ),
  44. 'GuzzleHttp\\' =>
  45. array (
  46. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  47. ),
  48. );
  49. public static function getInitializer(ClassLoader $loader)
  50. {
  51. return \Closure::bind(function () use ($loader) {
  52. $loader->prefixLengthsPsr4 = ComposerStaticInit2bdc083b1717d2652f5bfd03f3350cdb::$prefixLengthsPsr4;
  53. $loader->prefixDirsPsr4 = ComposerStaticInit2bdc083b1717d2652f5bfd03f3350cdb::$prefixDirsPsr4;
  54. }, null, ClassLoader::class);
  55. }
  56. }