autoload_static.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitc0b5f1c2b7f341c9758591ca3731c2a3
  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. 'T' =>
  13. array (
  14. 'Test\\' => 5,
  15. ),
  16. 'P' =>
  17. array (
  18. 'Psr\\Http\\Message\\' => 17,
  19. ),
  20. 'K' =>
  21. array (
  22. 'Ksyun\\' => 6,
  23. ),
  24. 'G' =>
  25. array (
  26. 'GuzzleHttp\\Psr7\\' => 16,
  27. 'GuzzleHttp\\Promise\\' => 19,
  28. 'GuzzleHttp\\' => 11,
  29. ),
  30. );
  31. public static $prefixDirsPsr4 = array (
  32. 'Test\\' =>
  33. array (
  34. 0 => __DIR__ . '/..' . '/kscsdk/ksyun_sdk/tests',
  35. ),
  36. 'Psr\\Http\\Message\\' =>
  37. array (
  38. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  39. ),
  40. 'Ksyun\\' =>
  41. array (
  42. 0 => __DIR__ . '/..' . '/kscsdk/ksyun_sdk/src',
  43. ),
  44. 'GuzzleHttp\\Psr7\\' =>
  45. array (
  46. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  47. ),
  48. 'GuzzleHttp\\Promise\\' =>
  49. array (
  50. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  51. ),
  52. 'GuzzleHttp\\' =>
  53. array (
  54. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  55. ),
  56. );
  57. public static function getInitializer(ClassLoader $loader)
  58. {
  59. return \Closure::bind(function () use ($loader) {
  60. $loader->prefixLengthsPsr4 = ComposerStaticInitc0b5f1c2b7f341c9758591ca3731c2a3::$prefixLengthsPsr4;
  61. $loader->prefixDirsPsr4 = ComposerStaticInitc0b5f1c2b7f341c9758591ca3731c2a3::$prefixDirsPsr4;
  62. }, null, ClassLoader::class);
  63. }
  64. }