autoload_static.php 3.6 KB

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