autoload_static.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit312a1f75dce9c5adc27329538beefb51
  5. {
  6. public static $files = array (
  7. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  8. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  9. '9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
  10. '8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
  11. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  12. );
  13. public static $prefixLengthsPsr4 = array (
  14. 'W' =>
  15. array (
  16. 'Webmozart\\Assert\\' => 17,
  17. ),
  18. 'S' =>
  19. array (
  20. 'Symfony\\Polyfill\\Ctype\\' => 23,
  21. 'Symfony\\Component\\OptionsResolver\\' => 34,
  22. ),
  23. 'P' =>
  24. array (
  25. 'Psr\\Http\\Message\\' => 17,
  26. ),
  27. 'H' =>
  28. array (
  29. 'Http\\Promise\\' => 13,
  30. 'Http\\Message\\MultipartStream\\' => 29,
  31. 'Http\\Message\\' => 13,
  32. 'Http\\Discovery\\' => 15,
  33. 'Http\\Client\\Curl\\' => 17,
  34. 'Http\\Client\\Common\\' => 19,
  35. 'Http\\Client\\' => 12,
  36. ),
  37. 'G' =>
  38. array (
  39. 'GuzzleHttp\\Psr7\\' => 16,
  40. ),
  41. 'C' =>
  42. array (
  43. 'Clue\\StreamFilter\\' => 18,
  44. ),
  45. );
  46. public static $prefixDirsPsr4 = array (
  47. 'Webmozart\\Assert\\' =>
  48. array (
  49. 0 => __DIR__ . '/..' . '/webmozart/assert/src',
  50. ),
  51. 'Symfony\\Polyfill\\Ctype\\' =>
  52. array (
  53. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  54. ),
  55. 'Symfony\\Component\\OptionsResolver\\' =>
  56. array (
  57. 0 => __DIR__ . '/..' . '/symfony/options-resolver',
  58. ),
  59. 'Psr\\Http\\Message\\' =>
  60. array (
  61. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  62. ),
  63. 'Http\\Promise\\' =>
  64. array (
  65. 0 => __DIR__ . '/..' . '/php-http/promise/src',
  66. ),
  67. 'Http\\Message\\MultipartStream\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/php-http/multipart-stream-builder/src',
  70. ),
  71. 'Http\\Message\\' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/php-http/message/src',
  74. 1 => __DIR__ . '/..' . '/php-http/message-factory/src',
  75. ),
  76. 'Http\\Discovery\\' =>
  77. array (
  78. 0 => __DIR__ . '/..' . '/php-http/discovery/src',
  79. ),
  80. 'Http\\Client\\Curl\\' =>
  81. array (
  82. 0 => __DIR__ . '/..' . '/php-http/curl-client/src',
  83. ),
  84. 'Http\\Client\\Common\\' =>
  85. array (
  86. 0 => __DIR__ . '/..' . '/php-http/client-common/src',
  87. ),
  88. 'Http\\Client\\' =>
  89. array (
  90. 0 => __DIR__ . '/..' . '/php-http/httplug/src',
  91. ),
  92. 'GuzzleHttp\\Psr7\\' =>
  93. array (
  94. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  95. ),
  96. 'Clue\\StreamFilter\\' =>
  97. array (
  98. 0 => __DIR__ . '/..' . '/clue/stream-filter/src',
  99. ),
  100. );
  101. public static $prefixesPsr0 = array (
  102. 'M' =>
  103. array (
  104. 'Mailgun' =>
  105. array (
  106. 0 => __DIR__ . '/..' . '/mailgun/mailgun-php/src',
  107. ),
  108. ),
  109. );
  110. public static function getInitializer(ClassLoader $loader)
  111. {
  112. return \Closure::bind(function () use ($loader) {
  113. $loader->prefixLengthsPsr4 = ComposerStaticInit312a1f75dce9c5adc27329538beefb51::$prefixLengthsPsr4;
  114. $loader->prefixDirsPsr4 = ComposerStaticInit312a1f75dce9c5adc27329538beefb51::$prefixDirsPsr4;
  115. $loader->prefixesPsr0 = ComposerStaticInit312a1f75dce9c5adc27329538beefb51::$prefixesPsr0;
  116. }, null, ClassLoader::class);
  117. }
  118. }