autoload_static.php 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd15e2bd93c7f83bfccc320b8bde0c0e9
  5. {
  6. public static $files = array (
  7. '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
  8. '023d27dca8066ef29e6739335ea73bad' => __DIR__ . '/..' . '/symfony/polyfill-php70/bootstrap.php',
  9. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  10. 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
  11. 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
  12. '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
  13. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  14. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  15. '9e090711773bfc38738f5dbaee5a7f14' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/helpers.php',
  16. '488987c28e9b5e95a1ce6b6bcb94606c' => __DIR__ . '/..' . '/karsonzhang/fastadmin-addons/src/common.php',
  17. );
  18. public static $prefixLengthsPsr4 = array (
  19. 't' =>
  20. array (
  21. 'think\\helper\\' => 13,
  22. 'think\\composer\\' => 15,
  23. 'think\\captcha\\' => 14,
  24. 'think\\' => 6,
  25. ),
  26. 'S' =>
  27. array (
  28. 'Symfony\\Polyfill\\Php70\\' => 23,
  29. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  30. 'Symfony\\Component\\OptionsResolver\\' => 34,
  31. 'Symfony\\Component\\HttpFoundation\\' => 33,
  32. 'Symfony\\Bridge\\PsrHttpMessage\\' => 30,
  33. ),
  34. 'P' =>
  35. array (
  36. 'Psr\\Log\\' => 8,
  37. 'Psr\\Http\\Message\\' => 17,
  38. 'Psr\\Container\\' => 14,
  39. ),
  40. 'O' =>
  41. array (
  42. 'Overtrue\\Socialite\\' => 19,
  43. 'Overtrue\\Pinyin\\' => 16,
  44. ),
  45. 'M' =>
  46. array (
  47. 'Monolog\\' => 8,
  48. ),
  49. 'G' =>
  50. array (
  51. 'GuzzleHttp\\Psr7\\' => 16,
  52. 'GuzzleHttp\\Promise\\' => 19,
  53. 'GuzzleHttp\\' => 11,
  54. ),
  55. 'E' =>
  56. array (
  57. 'Endroid\\QrCode\\' => 15,
  58. 'EasyWeChat\\' => 11,
  59. ),
  60. 'C' =>
  61. array (
  62. 'Cron\\' => 5,
  63. ),
  64. );
  65. public static $prefixDirsPsr4 = array (
  66. 'think\\helper\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  69. ),
  70. 'think\\composer\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  73. ),
  74. 'think\\captcha\\' =>
  75. array (
  76. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  77. ),
  78. 'think\\' =>
  79. array (
  80. 0 => __DIR__ . '/..' . '/karsonzhang/fastadmin-addons/src',
  81. 1 => __DIR__ . '/../..' . '/thinkphp/library/think',
  82. ),
  83. 'Symfony\\Polyfill\\Php70\\' =>
  84. array (
  85. 0 => __DIR__ . '/..' . '/symfony/polyfill-php70',
  86. ),
  87. 'Symfony\\Polyfill\\Mbstring\\' =>
  88. array (
  89. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  90. ),
  91. 'Symfony\\Component\\OptionsResolver\\' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/symfony/options-resolver',
  94. ),
  95. 'Symfony\\Component\\HttpFoundation\\' =>
  96. array (
  97. 0 => __DIR__ . '/..' . '/symfony/http-foundation',
  98. ),
  99. 'Symfony\\Bridge\\PsrHttpMessage\\' =>
  100. array (
  101. 0 => __DIR__ . '/..' . '/symfony/psr-http-message-bridge',
  102. ),
  103. 'Psr\\Log\\' =>
  104. array (
  105. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  106. ),
  107. 'Psr\\Http\\Message\\' =>
  108. array (
  109. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  110. ),
  111. 'Psr\\Container\\' =>
  112. array (
  113. 0 => __DIR__ . '/..' . '/psr/container/src',
  114. ),
  115. 'Overtrue\\Socialite\\' =>
  116. array (
  117. 0 => __DIR__ . '/..' . '/overtrue/socialite/src',
  118. ),
  119. 'Overtrue\\Pinyin\\' =>
  120. array (
  121. 0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
  122. ),
  123. 'Monolog\\' =>
  124. array (
  125. 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
  126. ),
  127. 'GuzzleHttp\\Psr7\\' =>
  128. array (
  129. 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
  130. ),
  131. 'GuzzleHttp\\Promise\\' =>
  132. array (
  133. 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
  134. ),
  135. 'GuzzleHttp\\' =>
  136. array (
  137. 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
  138. ),
  139. 'Endroid\\QrCode\\' =>
  140. array (
  141. 0 => __DIR__ . '/..' . '/endroid/qr-code/src',
  142. ),
  143. 'EasyWeChat\\' =>
  144. array (
  145. 0 => __DIR__ . '/..' . '/overtrue/wechat/src',
  146. ),
  147. 'Cron\\' =>
  148. array (
  149. 0 => __DIR__ . '/..' . '/mtdowling/cron-expression/src/Cron',
  150. ),
  151. );
  152. public static $prefixesPsr0 = array (
  153. 'P' =>
  154. array (
  155. 'Pimple' =>
  156. array (
  157. 0 => __DIR__ . '/..' . '/pimple/pimple/src',
  158. ),
  159. 'PHPExcel' =>
  160. array (
  161. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  162. ),
  163. ),
  164. 'D' =>
  165. array (
  166. 'Doctrine\\Common\\Cache\\' =>
  167. array (
  168. 0 => __DIR__ . '/..' . '/doctrine/cache/lib',
  169. ),
  170. ),
  171. );
  172. public static $classMap = array (
  173. 'ArithmeticError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php',
  174. 'AssertionError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/AssertionError.php',
  175. 'DivisionByZeroError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php',
  176. 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
  177. 'Error' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/Error.php',
  178. 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  179. 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
  180. 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
  181. 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
  182. 'ParseError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/ParseError.php',
  183. 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
  184. 'SessionUpdateTimestampHandlerInterface' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php',
  185. 'TypeError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/TypeError.php',
  186. 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
  187. 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  188. );
  189. public static function getInitializer(ClassLoader $loader)
  190. {
  191. return \Closure::bind(function () use ($loader) {
  192. $loader->prefixLengthsPsr4 = ComposerStaticInitd15e2bd93c7f83bfccc320b8bde0c0e9::$prefixLengthsPsr4;
  193. $loader->prefixDirsPsr4 = ComposerStaticInitd15e2bd93c7f83bfccc320b8bde0c0e9::$prefixDirsPsr4;
  194. $loader->prefixesPsr0 = ComposerStaticInitd15e2bd93c7f83bfccc320b8bde0c0e9::$prefixesPsr0;
  195. $loader->classMap = ComposerStaticInitd15e2bd93c7f83bfccc320b8bde0c0e9::$classMap;
  196. }, null, ClassLoader::class);
  197. }
  198. }