autoload_static.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  9. 'ddc3cd2a04224f9638c5d0de6a69c7e3' => __DIR__ . '/..' . '/topthink/think-migration/src/config.php',
  10. 'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
  11. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  12. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  13. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  14. );
  15. public static $prefixLengthsPsr4 = array (
  16. 't' =>
  17. array (
  18. 'think\\worker\\' => 13,
  19. 'think\\oracle\\' => 13,
  20. 'think\\mongo\\' => 12,
  21. 'think\\migration\\' => 16,
  22. 'think\\helper\\' => 13,
  23. 'think\\composer\\' => 15,
  24. 'think\\captcha\\' => 14,
  25. 'think\\' => 6,
  26. ),
  27. 'a' =>
  28. array (
  29. 'app\\' => 4,
  30. ),
  31. 'W' =>
  32. array (
  33. 'Workerman\\' => 10,
  34. ),
  35. 'P' =>
  36. array (
  37. 'Phinx\\' => 6,
  38. 'Psr\\Http\\Message\\' => 17,
  39. 'Psr\\Http\\Client\\' => 16,
  40. ),
  41. 'G' =>
  42. array (
  43. 'GatewayWorker\\' => 14,
  44. 'GuzzleHttp\\Psr7\\' => 16,
  45. 'GuzzleHttp\\Promise\\' => 19,
  46. 'GuzzleHttp\\' => 11,
  47. ),
  48. 'A' =>
  49. array (
  50. 'Aliyun\\' => 7,
  51. ),
  52. 'T' =>
  53. array (
  54. 'TencentCloud\\' => 13,
  55. ),
  56. );
  57. public static $prefixDirsPsr4 = array (
  58. 'think\\worker\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/topthink/think-worker/src',
  61. ),
  62. 'think\\oracle\\' =>
  63. array (
  64. 0 => __DIR__ . '/..' . '/topthink/think-oracle/src',
  65. ),
  66. 'think\\mongo\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/topthink/think-mongo/src',
  69. ),
  70. 'think\\migration\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/topthink/think-migration/src',
  73. ),
  74. 'think\\helper\\' =>
  75. array (
  76. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  77. ),
  78. 'think\\composer\\' =>
  79. array (
  80. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  81. ),
  82. 'think\\captcha\\' =>
  83. array (
  84. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  85. ),
  86. 'think\\' =>
  87. array (
  88. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  89. 1 => __DIR__ . '/..' . '/topthink/think-image/src',
  90. 2 => __DIR__ . '/..' . '/topthink/think-queue/src',
  91. ),
  92. 'app\\' =>
  93. array (
  94. 0 => __DIR__ . '/../..' . '/application',
  95. ),
  96. 'Workerman\\' =>
  97. array (
  98. 0 => __DIR__ . '/..' . '/workerman/workerman',
  99. ),
  100. 'Phinx\\' =>
  101. array (
  102. 0 => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx',
  103. ),
  104. 'GatewayWorker\\' =>
  105. array (
  106. 0 => __DIR__ . '/..' . '/workerman/gateway-worker/src',
  107. ),
  108. 'Aliyun\\' =>
  109. array (
  110. 0 => __DIR__ . '/..' . '/aliyun/lib',
  111. ),
  112. 'TencentCloud\\' =>
  113. array (
  114. 0 => __DIR__ . '/..' . '/TencentCloud/src/TencentCloud',
  115. ),
  116. 'GuzzleHttp\\Psr7\\' =>
  117. array (
  118. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  119. ),
  120. 'GuzzleHttp\\Promise\\' =>
  121. array (
  122. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  123. ),
  124. 'GuzzleHttp\\' =>
  125. array (
  126. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  127. ),
  128. 'Psr\\Http\\Message\\' =>
  129. array (
  130. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  131. ),
  132. 'Psr\\Http\\Client\\' =>
  133. array (
  134. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  135. ),
  136. );
  137. public static function getInitializer(ClassLoader $loader)
  138. {
  139. return \Closure::bind(function () use ($loader) {
  140. $loader->prefixLengthsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixLengthsPsr4;
  141. $loader->prefixDirsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixDirsPsr4;
  142. }, null, ClassLoader::class);
  143. }
  144. }