autoload_static.php 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit5d93c4ef14e4eca24492b6e62c2e6d5c
  5. {
  6. public static $files = array (
  7. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  8. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  9. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  10. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  11. 'd767e4fc2dc52fe66584ab8c6684783e' => __DIR__ . '/..' . '/adbario/php-dot-notation/src/helpers.php',
  12. '65fec9ebcfbb3cbb4fd0d519687aea01' => __DIR__ . '/..' . '/danielstjules/stringy/src/Create.php',
  13. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  14. 'b067bc7112e384b61c701452d53a14a8' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/JmesPath.php',
  15. '66453932bc1be9fb2f910a27947d11b6' => __DIR__ . '/..' . '/alibabacloud/client/src/Functions.php',
  16. );
  17. public static $prefixLengthsPsr4 = array (
  18. 'c' =>
  19. array (
  20. 'clagiordano\\weblibs\\configmanager\\' => 34,
  21. ),
  22. 'S' =>
  23. array (
  24. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  25. 'Stringy\\' => 8,
  26. ),
  27. 'P' =>
  28. array (
  29. 'Psr\\Http\\Message\\' => 17,
  30. 'Psr\\Http\\Client\\' => 16,
  31. ),
  32. 'J' =>
  33. array (
  34. 'JmesPath\\' => 9,
  35. ),
  36. 'G' =>
  37. array (
  38. 'GuzzleHttp\\Psr7\\' => 16,
  39. 'GuzzleHttp\\Promise\\' => 19,
  40. 'GuzzleHttp\\' => 11,
  41. ),
  42. 'A' =>
  43. array (
  44. 'AlibabaCloud\\Client\\' => 20,
  45. 'AlibabaCloud\\' => 13,
  46. 'Adbar\\' => 6,
  47. ),
  48. );
  49. public static $prefixDirsPsr4 = array (
  50. 'clagiordano\\weblibs\\configmanager\\' =>
  51. array (
  52. 0 => __DIR__ . '/..' . '/clagiordano/weblibs-configmanager/src',
  53. ),
  54. 'Symfony\\Polyfill\\Mbstring\\' =>
  55. array (
  56. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  57. ),
  58. 'Stringy\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/danielstjules/stringy/src',
  61. ),
  62. 'Psr\\Http\\Message\\' =>
  63. array (
  64. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  65. ),
  66. 'Psr\\Http\\Client\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  69. ),
  70. 'JmesPath\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src',
  73. ),
  74. 'GuzzleHttp\\Psr7\\' =>
  75. array (
  76. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  77. ),
  78. 'GuzzleHttp\\Promise\\' =>
  79. array (
  80. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  81. ),
  82. 'GuzzleHttp\\' =>
  83. array (
  84. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  85. ),
  86. 'AlibabaCloud\\Client\\' =>
  87. array (
  88. 0 => __DIR__ . '/..' . '/alibabacloud/client/src',
  89. ),
  90. 'AlibabaCloud\\' =>
  91. array (
  92. 0 => __DIR__ . '/..' . '/alibabacloud/sdk/src',
  93. ),
  94. 'Adbar\\' =>
  95. array (
  96. 0 => __DIR__ . '/..' . '/adbario/php-dot-notation/src',
  97. ),
  98. );
  99. public static function getInitializer(ClassLoader $loader)
  100. {
  101. return \Closure::bind(function () use ($loader) {
  102. $loader->prefixLengthsPsr4 = ComposerStaticInit5d93c4ef14e4eca24492b6e62c2e6d5c::$prefixLengthsPsr4;
  103. $loader->prefixDirsPsr4 = ComposerStaticInit5d93c4ef14e4eca24492b6e62c2e6d5c::$prefixDirsPsr4;
  104. }, null, ClassLoader::class);
  105. }
  106. }