autoload_static.php 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitc2b0bef56335094f4a90d4285e30c29f
  5. {
  6. public static $files = array (
  7. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  8. '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
  9. 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
  10. '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
  11. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  12. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  13. 'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
  14. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  15. '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
  16. '488987c28e9b5e95a1ce6b6bcb94606c' => __DIR__ . '/..' . '/karsonzhang/fastadmin-addons/src/common.php',
  17. '9e090711773bfc38738f5dbaee5a7f14' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/helpers.php',
  18. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  19. );
  20. public static $prefixLengthsPsr4 = array (
  21. 't' =>
  22. array (
  23. 'think\\composer\\' => 15,
  24. 'think\\captcha\\' => 14,
  25. 'think\\' => 6,
  26. ),
  27. 'Z' =>
  28. array (
  29. 'ZipStream\\' => 10,
  30. ),
  31. 'S' =>
  32. array (
  33. 'Symfony\\Polyfill\\Php72\\' => 23,
  34. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  35. 'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33,
  36. 'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
  37. 'Symfony\\Component\\OptionsResolver\\' => 34,
  38. 'Symfony\\Component\\HttpFoundation\\' => 33,
  39. 'Symfony\\Bridge\\PsrHttpMessage\\' => 30,
  40. ),
  41. 'P' =>
  42. array (
  43. 'Psr\\SimpleCache\\' => 16,
  44. 'Psr\\Log\\' => 8,
  45. 'Psr\\Http\\Message\\' => 17,
  46. 'Psr\\Http\\Client\\' => 16,
  47. 'Psr\\Container\\' => 14,
  48. 'PhpOffice\\PhpSpreadsheet\\' => 25,
  49. ),
  50. 'O' =>
  51. array (
  52. 'Overtrue\\Socialite\\' => 19,
  53. 'Overtrue\\Pinyin\\' => 16,
  54. ),
  55. 'M' =>
  56. array (
  57. 'MyCLabs\\Enum\\' => 13,
  58. 'Monolog\\' => 8,
  59. 'Matrix\\' => 7,
  60. ),
  61. 'G' =>
  62. array (
  63. 'GuzzleHttp\\Psr7\\' => 16,
  64. 'GuzzleHttp\\Promise\\' => 19,
  65. 'GuzzleHttp\\' => 11,
  66. ),
  67. 'E' =>
  68. array (
  69. 'Endroid\\QrCode\\' => 15,
  70. 'EasyWeChat\\' => 11,
  71. ),
  72. 'D' =>
  73. array (
  74. 'Doctrine\\Common\\Cache\\' => 22,
  75. ),
  76. 'C' =>
  77. array (
  78. 'Cron\\' => 5,
  79. 'Complex\\' => 8,
  80. ),
  81. );
  82. public static $prefixDirsPsr4 = array (
  83. 'think\\composer\\' =>
  84. array (
  85. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  86. ),
  87. 'think\\captcha\\' =>
  88. array (
  89. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  90. ),
  91. 'think\\' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/karsonzhang/fastadmin-addons/src',
  94. 1 => __DIR__ . '/../..' . '/thinkphp/library/think',
  95. ),
  96. 'ZipStream\\' =>
  97. array (
  98. 0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
  99. ),
  100. 'Symfony\\Polyfill\\Php72\\' =>
  101. array (
  102. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  103. ),
  104. 'Symfony\\Polyfill\\Mbstring\\' =>
  105. array (
  106. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  107. ),
  108. 'Symfony\\Polyfill\\Intl\\Normalizer\\' =>
  109. array (
  110. 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer',
  111. ),
  112. 'Symfony\\Polyfill\\Intl\\Idn\\' =>
  113. array (
  114. 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
  115. ),
  116. 'Symfony\\Component\\OptionsResolver\\' =>
  117. array (
  118. 0 => __DIR__ . '/..' . '/symfony/options-resolver',
  119. ),
  120. 'Symfony\\Component\\HttpFoundation\\' =>
  121. array (
  122. 0 => __DIR__ . '/..' . '/symfony/http-foundation',
  123. ),
  124. 'Symfony\\Bridge\\PsrHttpMessage\\' =>
  125. array (
  126. 0 => __DIR__ . '/..' . '/symfony/psr-http-message-bridge',
  127. ),
  128. 'Psr\\SimpleCache\\' =>
  129. array (
  130. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  131. ),
  132. 'Psr\\Log\\' =>
  133. array (
  134. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  135. ),
  136. 'Psr\\Http\\Message\\' =>
  137. array (
  138. 0 => __DIR__ . '/..' . '/psr/http-factory/src',
  139. 1 => __DIR__ . '/..' . '/psr/http-message/src',
  140. ),
  141. 'Psr\\Http\\Client\\' =>
  142. array (
  143. 0 => __DIR__ . '/..' . '/psr/http-client/src',
  144. ),
  145. 'Psr\\Container\\' =>
  146. array (
  147. 0 => __DIR__ . '/..' . '/psr/container/src',
  148. ),
  149. 'PhpOffice\\PhpSpreadsheet\\' =>
  150. array (
  151. 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
  152. ),
  153. 'Overtrue\\Socialite\\' =>
  154. array (
  155. 0 => __DIR__ . '/..' . '/overtrue/socialite/src',
  156. ),
  157. 'Overtrue\\Pinyin\\' =>
  158. array (
  159. 0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
  160. ),
  161. 'MyCLabs\\Enum\\' =>
  162. array (
  163. 0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
  164. ),
  165. 'Monolog\\' =>
  166. array (
  167. 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
  168. ),
  169. 'Matrix\\' =>
  170. array (
  171. 0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
  172. ),
  173. 'GuzzleHttp\\Psr7\\' =>
  174. array (
  175. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  176. ),
  177. 'GuzzleHttp\\Promise\\' =>
  178. array (
  179. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  180. ),
  181. 'GuzzleHttp\\' =>
  182. array (
  183. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  184. ),
  185. 'Endroid\\QrCode\\' =>
  186. array (
  187. 0 => __DIR__ . '/..' . '/endroid/qr-code/src',
  188. ),
  189. 'EasyWeChat\\' =>
  190. array (
  191. 0 => __DIR__ . '/..' . '/overtrue/wechat/src',
  192. ),
  193. 'Doctrine\\Common\\Cache\\' =>
  194. array (
  195. 0 => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache',
  196. ),
  197. 'Cron\\' =>
  198. array (
  199. 0 => __DIR__ . '/..' . '/mtdowling/cron-expression/src/Cron',
  200. ),
  201. 'Complex\\' =>
  202. array (
  203. 0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
  204. ),
  205. );
  206. public static $prefixesPsr0 = array (
  207. 'P' =>
  208. array (
  209. 'Pimple' =>
  210. array (
  211. 0 => __DIR__ . '/..' . '/pimple/pimple/src',
  212. ),
  213. ),
  214. 'H' =>
  215. array (
  216. 'HTMLPurifier' =>
  217. array (
  218. 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
  219. ),
  220. ),
  221. );
  222. public static $classMap = array (
  223. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  224. 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
  225. 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
  226. 'PHPGangsta_GoogleAuthenticator' => __DIR__ . '/..' . '/phpgangsta/googleauthenticator/PHPGangsta/GoogleAuthenticator.php',
  227. 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  228. 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
  229. 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
  230. 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
  231. 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
  232. 'Stringable' => __DIR__ . '/..' . '/myclabs/php-enum/stubs/Stringable.php',
  233. 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
  234. 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  235. );
  236. public static function getInitializer(ClassLoader $loader)
  237. {
  238. return \Closure::bind(function () use ($loader) {
  239. $loader->prefixLengthsPsr4 = ComposerStaticInitc2b0bef56335094f4a90d4285e30c29f::$prefixLengthsPsr4;
  240. $loader->prefixDirsPsr4 = ComposerStaticInitc2b0bef56335094f4a90d4285e30c29f::$prefixDirsPsr4;
  241. $loader->prefixesPsr0 = ComposerStaticInitc2b0bef56335094f4a90d4285e30c29f::$prefixesPsr0;
  242. $loader->classMap = ComposerStaticInitc2b0bef56335094f4a90d4285e30c29f::$classMap;
  243. }, null, ClassLoader::class);
  244. }
  245. }