autoload_static.php 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitee83e048b575e24ed3573c8428710905
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '538ca81a9a966a6716601ecf48f4eaef' => __DIR__ . '/..' . '/opis/closure/functions.php',
  9. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  10. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  11. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  12. '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
  13. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  14. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  15. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  16. '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
  17. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  18. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  19. );
  20. public static $prefixLengthsPsr4 = array (
  21. 't' =>
  22. array (
  23. 'think\\view\\driver\\' => 18,
  24. 'think\\captcha\\' => 14,
  25. 'think\\app\\' => 10,
  26. 'think\\' => 6,
  27. ),
  28. 'a' =>
  29. array (
  30. 'app\\' => 4,
  31. ),
  32. 'W' =>
  33. array (
  34. 'WeChatPay\\' => 10,
  35. ),
  36. 'S' =>
  37. array (
  38. 'Symfony\\Polyfill\\Php80\\' => 23,
  39. 'Symfony\\Polyfill\\Php72\\' => 23,
  40. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  41. 'Symfony\\Polyfill\\Ctype\\' => 23,
  42. 'Symfony\\Component\\VarDumper\\' => 28,
  43. 'Symfony\\Component\\Process\\' => 26,
  44. 'Symfony\\Component\\Filesystem\\' => 29,
  45. 'Sabre\\Cache\\' => 12,
  46. ),
  47. 'P' =>
  48. array (
  49. 'Psr\\SimpleCache\\' => 16,
  50. 'Psr\\Log\\' => 8,
  51. 'Psr\\Http\\Message\\' => 17,
  52. 'Psr\\Http\\Client\\' => 16,
  53. 'Psr\\Container\\' => 14,
  54. 'Psr\\Cache\\' => 10,
  55. ),
  56. 'O' =>
  57. array (
  58. 'Opis\\Closure\\' => 13,
  59. 'OneSm\\' => 6,
  60. ),
  61. 'M' =>
  62. array (
  63. 'Monolog\\' => 8,
  64. ),
  65. 'L' =>
  66. array (
  67. 'League\\Flysystem\\Cached\\' => 24,
  68. 'League\\Flysystem\\' => 17,
  69. ),
  70. 'G' =>
  71. array (
  72. 'GuzzleHttp\\UriTemplate\\' => 23,
  73. 'GuzzleHttp\\Psr7\\' => 16,
  74. 'GuzzleHttp\\Promise\\' => 19,
  75. 'GuzzleHttp\\' => 11,
  76. ),
  77. 'F' =>
  78. array (
  79. 'Firebase\\JWT\\' => 13,
  80. ),
  81. );
  82. public static $prefixDirsPsr4 = array (
  83. 'think\\view\\driver\\' =>
  84. array (
  85. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  86. ),
  87. 'think\\captcha\\' =>
  88. array (
  89. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  90. ),
  91. 'think\\app\\' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
  94. ),
  95. 'think\\' =>
  96. array (
  97. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  98. 1 => __DIR__ . '/..' . '/topthink/think-helper/src',
  99. 2 => __DIR__ . '/..' . '/topthink/think-orm/src',
  100. 3 => __DIR__ . '/..' . '/topthink/think-template/src',
  101. ),
  102. 'app\\' =>
  103. array (
  104. 0 => __DIR__ . '/../..' . '/app',
  105. ),
  106. 'WeChatPay\\' =>
  107. array (
  108. 0 => __DIR__ . '/..' . '/wechatpay/wechatpay/src',
  109. ),
  110. 'Symfony\\Polyfill\\Php80\\' =>
  111. array (
  112. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  113. ),
  114. 'Symfony\\Polyfill\\Php72\\' =>
  115. array (
  116. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  117. ),
  118. 'Symfony\\Polyfill\\Mbstring\\' =>
  119. array (
  120. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  121. ),
  122. 'Symfony\\Polyfill\\Ctype\\' =>
  123. array (
  124. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  125. ),
  126. 'Symfony\\Component\\VarDumper\\' =>
  127. array (
  128. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  129. ),
  130. 'Symfony\\Component\\Process\\' =>
  131. array (
  132. 0 => __DIR__ . '/..' . '/symfony/process',
  133. ),
  134. 'Symfony\\Component\\Filesystem\\' =>
  135. array (
  136. 0 => __DIR__ . '/..' . '/symfony/filesystem',
  137. ),
  138. 'Sabre\\Cache\\' =>
  139. array (
  140. 0 => __DIR__ . '/..' . '/sabre/cache/lib',
  141. ),
  142. 'Psr\\SimpleCache\\' =>
  143. array (
  144. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  145. ),
  146. 'Psr\\Log\\' =>
  147. array (
  148. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  149. ),
  150. 'Psr\\Http\\Message\\' =>
  151. array (
  152. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  153. 1 => __DIR__ . '/..' . '/psr/http-factory/src',
  154. ),
  155. 'Psr\\Http\\Client\\' =>
  156. array (
  157. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  158. ),
  159. 'Psr\\Container\\' =>
  160. array (
  161. 0 => __DIR__ . '/..' . '/psr/container/src',
  162. ),
  163. 'Psr\\Cache\\' =>
  164. array (
  165. 0 => __DIR__ . '/..' . '/psr/cache/src',
  166. ),
  167. 'Opis\\Closure\\' =>
  168. array (
  169. 0 => __DIR__ . '/..' . '/opis/closure/src',
  170. ),
  171. 'OneSm\\' =>
  172. array (
  173. 0 => __DIR__ . '/..' . '/lizhichao/one-sm/src',
  174. ),
  175. 'Monolog\\' =>
  176. array (
  177. 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
  178. ),
  179. 'League\\Flysystem\\Cached\\' =>
  180. array (
  181. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  182. ),
  183. 'League\\Flysystem\\' =>
  184. array (
  185. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  186. ),
  187. 'GuzzleHttp\\UriTemplate\\' =>
  188. array (
  189. 0 => __DIR__ . '/..' . '/guzzlehttp/uri-template/src',
  190. ),
  191. 'GuzzleHttp\\Psr7\\' =>
  192. array (
  193. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  194. ),
  195. 'GuzzleHttp\\Promise\\' =>
  196. array (
  197. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  198. ),
  199. 'GuzzleHttp\\' =>
  200. array (
  201. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  202. ),
  203. 'Firebase\\JWT\\' =>
  204. array (
  205. 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
  206. ),
  207. );
  208. public static $prefixesPsr0 = array (
  209. 'P' =>
  210. array (
  211. 'PHPExcel' =>
  212. array (
  213. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  214. ),
  215. ),
  216. 'N' =>
  217. array (
  218. 'Neutron' =>
  219. array (
  220. 0 => __DIR__ . '/..' . '/neutron/temporary-filesystem/src',
  221. ),
  222. ),
  223. 'F' =>
  224. array (
  225. 'FFMpeg\\' =>
  226. array (
  227. 0 => __DIR__ . '/..' . '/php-ffmpeg/php-ffmpeg/src',
  228. ),
  229. ),
  230. 'E' =>
  231. array (
  232. 'Evenement' =>
  233. array (
  234. 0 => __DIR__ . '/..' . '/evenement/evenement/src',
  235. ),
  236. ),
  237. 'A' =>
  238. array (
  239. 'Alchemy' =>
  240. array (
  241. 0 => __DIR__ . '/..' . '/alchemy/binary-driver/src',
  242. ),
  243. ),
  244. );
  245. public static $fallbackDirsPsr0 = array (
  246. 0 => __DIR__ . '/../..' . '/extend',
  247. );
  248. public static $classMap = array (
  249. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  250. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  251. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  252. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  253. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  254. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  255. );
  256. public static function getInitializer(ClassLoader $loader)
  257. {
  258. return \Closure::bind(function () use ($loader) {
  259. $loader->prefixLengthsPsr4 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$prefixLengthsPsr4;
  260. $loader->prefixDirsPsr4 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$prefixDirsPsr4;
  261. $loader->prefixesPsr0 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$prefixesPsr0;
  262. $loader->fallbackDirsPsr0 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$fallbackDirsPsr0;
  263. $loader->classMap = ComposerStaticInitee83e048b575e24ed3573c8428710905::$classMap;
  264. }, null, ClassLoader::class);
  265. }
  266. }