autoload_static.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  10. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  11. '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
  12. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  13. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  14. );
  15. public static $prefixLengthsPsr4 = array (
  16. 't' =>
  17. array (
  18. 'think\\view\\driver\\' => 18,
  19. 'think\\captcha\\' => 14,
  20. 'think\\app\\' => 10,
  21. 'think\\' => 6,
  22. ),
  23. 'a' =>
  24. array (
  25. 'app\\' => 4,
  26. ),
  27. 'S' =>
  28. array (
  29. 'Symfony\\Polyfill\\Php72\\' => 23,
  30. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  31. 'Symfony\\Polyfill\\Ctype\\' => 23,
  32. 'Symfony\\Component\\VarDumper\\' => 28,
  33. 'Symfony\\Component\\Process\\' => 26,
  34. 'Symfony\\Component\\Filesystem\\' => 29,
  35. 'Sabre\\Cache\\' => 12,
  36. ),
  37. 'P' =>
  38. array (
  39. 'Psr\\SimpleCache\\' => 16,
  40. 'Psr\\Log\\' => 8,
  41. 'Psr\\Container\\' => 14,
  42. 'Psr\\Cache\\' => 10,
  43. ),
  44. 'O' =>
  45. array (
  46. 'Opis\\Closure\\' => 13,
  47. ),
  48. 'M' =>
  49. array (
  50. 'Monolog\\' => 8,
  51. ),
  52. 'L' =>
  53. array (
  54. 'League\\Flysystem\\Cached\\' => 24,
  55. 'League\\Flysystem\\' => 17,
  56. ),
  57. 'F' =>
  58. array (
  59. 'Firebase\\JWT\\' => 13,
  60. ),
  61. );
  62. public static $prefixDirsPsr4 = array (
  63. 'think\\view\\driver\\' =>
  64. array (
  65. 0 => __DIR__ . '/..' . '/topthink/think-view/src',
  66. ),
  67. 'think\\captcha\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  70. ),
  71. 'think\\app\\' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
  74. ),
  75. 'think\\' =>
  76. array (
  77. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  78. 1 => __DIR__ . '/..' . '/topthink/think-helper/src',
  79. 2 => __DIR__ . '/..' . '/topthink/think-orm/src',
  80. 3 => __DIR__ . '/..' . '/topthink/think-template/src',
  81. ),
  82. 'app\\' =>
  83. array (
  84. 0 => __DIR__ . '/../..' . '/app',
  85. ),
  86. 'Symfony\\Polyfill\\Php72\\' =>
  87. array (
  88. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  89. ),
  90. 'Symfony\\Polyfill\\Mbstring\\' =>
  91. array (
  92. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  93. ),
  94. 'Symfony\\Polyfill\\Ctype\\' =>
  95. array (
  96. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  97. ),
  98. 'Symfony\\Component\\VarDumper\\' =>
  99. array (
  100. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  101. ),
  102. 'Symfony\\Component\\Process\\' =>
  103. array (
  104. 0 => __DIR__ . '/..' . '/symfony/process',
  105. ),
  106. 'Symfony\\Component\\Filesystem\\' =>
  107. array (
  108. 0 => __DIR__ . '/..' . '/symfony/filesystem',
  109. ),
  110. 'Sabre\\Cache\\' =>
  111. array (
  112. 0 => __DIR__ . '/..' . '/sabre/cache/lib',
  113. ),
  114. 'Psr\\SimpleCache\\' =>
  115. array (
  116. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  117. ),
  118. 'Psr\\Log\\' =>
  119. array (
  120. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  121. ),
  122. 'Psr\\Container\\' =>
  123. array (
  124. 0 => __DIR__ . '/..' . '/psr/container/src',
  125. ),
  126. 'Psr\\Cache\\' =>
  127. array (
  128. 0 => __DIR__ . '/..' . '/psr/cache/src',
  129. ),
  130. 'Opis\\Closure\\' =>
  131. array (
  132. 0 => __DIR__ . '/..' . '/opis/closure/src',
  133. ),
  134. 'Monolog\\' =>
  135. array (
  136. 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
  137. ),
  138. 'League\\Flysystem\\Cached\\' =>
  139. array (
  140. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  141. ),
  142. 'League\\Flysystem\\' =>
  143. array (
  144. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  145. ),
  146. 'Firebase\\JWT\\' =>
  147. array (
  148. 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
  149. ),
  150. );
  151. public static $prefixesPsr0 = array (
  152. 'P' =>
  153. array (
  154. 'PHPExcel' =>
  155. array (
  156. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  157. ),
  158. ),
  159. 'N' =>
  160. array (
  161. 'Neutron' =>
  162. array (
  163. 0 => __DIR__ . '/..' . '/neutron/temporary-filesystem/src',
  164. ),
  165. ),
  166. 'F' =>
  167. array (
  168. 'FFMpeg\\' =>
  169. array (
  170. 0 => __DIR__ . '/..' . '/php-ffmpeg/php-ffmpeg/src',
  171. ),
  172. ),
  173. 'E' =>
  174. array (
  175. 'Evenement' =>
  176. array (
  177. 0 => __DIR__ . '/..' . '/evenement/evenement/src',
  178. ),
  179. ),
  180. 'A' =>
  181. array (
  182. 'Alchemy' =>
  183. array (
  184. 0 => __DIR__ . '/..' . '/alchemy/binary-driver/src',
  185. ),
  186. ),
  187. );
  188. public static $fallbackDirsPsr0 = array (
  189. 0 => __DIR__ . '/../..' . '/extend',
  190. );
  191. public static function getInitializer(ClassLoader $loader)
  192. {
  193. return \Closure::bind(function () use ($loader) {
  194. $loader->prefixLengthsPsr4 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$prefixLengthsPsr4;
  195. $loader->prefixDirsPsr4 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$prefixDirsPsr4;
  196. $loader->prefixesPsr0 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$prefixesPsr0;
  197. $loader->fallbackDirsPsr0 = ComposerStaticInitee83e048b575e24ed3573c8428710905::$fallbackDirsPsr0;
  198. }, null, ClassLoader::class);
  199. }
  200. }