autoload_static.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit12fed04e31f06ddaa7c6075ae3c542e0
  5. {
  6. public static $files = array (
  7. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  8. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  9. '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
  10. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  11. );
  12. public static $prefixLengthsPsr4 = array (
  13. 'P' =>
  14. array (
  15. 'Psr\\Log\\' => 8,
  16. 'Psr\\Http\\Message\\' => 17,
  17. 'Psr\\Http\\Client\\' => 16,
  18. ),
  19. 'H' =>
  20. array (
  21. 'Http\\Promise\\' => 13,
  22. 'Http\\Discovery\\' => 15,
  23. 'Http\\Client\\' => 12,
  24. ),
  25. 'G' =>
  26. array (
  27. 'GuzzleHttp\\Psr7\\' => 16,
  28. 'GuzzleHttp\\Promise\\' => 19,
  29. 'GuzzleHttp\\' => 11,
  30. ),
  31. 'E' =>
  32. array (
  33. 'Elastic\\Transport\\' => 18,
  34. 'Elastic\\Elasticsearch\\' => 22,
  35. ),
  36. );
  37. public static $prefixDirsPsr4 = array (
  38. 'Psr\\Log\\' =>
  39. array (
  40. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  41. ),
  42. 'Psr\\Http\\Message\\' =>
  43. array (
  44. 0 => __DIR__ . '/..' . '/psr/http-factory/src',
  45. 1 => __DIR__ . '/..' . '/psr/http-message/src',
  46. ),
  47. 'Psr\\Http\\Client\\' =>
  48. array (
  49. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  50. ),
  51. 'Http\\Promise\\' =>
  52. array (
  53. 0 => __DIR__ . '/..' . '/php-http/promise/src',
  54. ),
  55. 'Http\\Discovery\\' =>
  56. array (
  57. 0 => __DIR__ . '/..' . '/php-http/discovery/src',
  58. ),
  59. 'Http\\Client\\' =>
  60. array (
  61. 0 => __DIR__ . '/..' . '/php-http/httplug/src',
  62. ),
  63. 'GuzzleHttp\\Psr7\\' =>
  64. array (
  65. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  66. ),
  67. 'GuzzleHttp\\Promise\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  70. ),
  71. 'GuzzleHttp\\' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  74. ),
  75. 'Elastic\\Transport\\' =>
  76. array (
  77. 0 => __DIR__ . '/..' . '/elastic/transport/src',
  78. ),
  79. 'Elastic\\Elasticsearch\\' =>
  80. array (
  81. 0 => __DIR__ . '/..' . '/elasticsearch/elasticsearch/src',
  82. ),
  83. );
  84. public static $classMap = array (
  85. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  86. );
  87. public static function getInitializer(ClassLoader $loader)
  88. {
  89. return \Closure::bind(function () use ($loader) {
  90. $loader->prefixLengthsPsr4 = ComposerStaticInit12fed04e31f06ddaa7c6075ae3c542e0::$prefixLengthsPsr4;
  91. $loader->prefixDirsPsr4 = ComposerStaticInit12fed04e31f06ddaa7c6075ae3c542e0::$prefixDirsPsr4;
  92. $loader->classMap = ComposerStaticInit12fed04e31f06ddaa7c6075ae3c542e0::$classMap;
  93. }, null, ClassLoader::class);
  94. }
  95. }