autoload_static.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitc5816a8f99b96cf0f2cbda034ad106d7
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
  9. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  10. '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
  11. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  12. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  13. 'cc25fa796cd7d2989f16cf9daf45371d' => __DIR__ . '/..' . '/thans/tp-jwt-auth/src/helper.php',
  14. );
  15. public static $prefixLengthsPsr4 = array (
  16. 't' =>
  17. array (
  18. 'think\\trace\\' => 12,
  19. 'think\\annotation\\' => 17,
  20. 'think\\' => 6,
  21. 'thans\\jwt\\' => 10,
  22. ),
  23. 'a' =>
  24. array (
  25. 'app\\' => 4,
  26. ),
  27. 'S' =>
  28. array (
  29. 'Symfony\\Polyfill\\Php80\\' => 23,
  30. 'Symfony\\Polyfill\\Php72\\' => 23,
  31. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  32. 'Symfony\\Component\\VarDumper\\' => 28,
  33. ),
  34. 'P' =>
  35. array (
  36. 'Psr\\SimpleCache\\' => 16,
  37. 'Psr\\Log\\' => 8,
  38. 'Psr\\Http\\Message\\' => 17,
  39. 'Psr\\Container\\' => 14,
  40. 'Psr\\Cache\\' => 10,
  41. 'PhpDocReader\\' => 13,
  42. ),
  43. 'L' =>
  44. array (
  45. 'League\\MimeTypeDetection\\' => 25,
  46. 'League\\Flysystem\\Cached\\' => 24,
  47. 'League\\Flysystem\\' => 17,
  48. 'Lcobucci\\JWT\\' => 13,
  49. ),
  50. 'D' =>
  51. array (
  52. 'Doctrine\\Deprecations\\' => 22,
  53. 'Doctrine\\Common\\Lexer\\' => 22,
  54. 'Doctrine\\Common\\Annotations\\' => 28,
  55. ),
  56. );
  57. public static $prefixDirsPsr4 = array (
  58. 'think\\trace\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  61. ),
  62. 'think\\annotation\\' =>
  63. array (
  64. 0 => __DIR__ . '/..' . '/topthink/think-annotation/src',
  65. ),
  66. 'think\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  69. 1 => __DIR__ . '/..' . '/topthink/think-orm/src',
  70. 2 => __DIR__ . '/..' . '/topthink/framework/src/think',
  71. 3 => __DIR__ . '/..' . '/topthink/think-filesystem/src',
  72. ),
  73. 'thans\\jwt\\' =>
  74. array (
  75. 0 => __DIR__ . '/..' . '/thans/tp-jwt-auth/src',
  76. ),
  77. 'app\\' =>
  78. array (
  79. 0 => __DIR__ . '/../..' . '/app',
  80. ),
  81. 'Symfony\\Polyfill\\Php80\\' =>
  82. array (
  83. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  84. ),
  85. 'Symfony\\Polyfill\\Php72\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  88. ),
  89. 'Symfony\\Polyfill\\Mbstring\\' =>
  90. array (
  91. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  92. ),
  93. 'Symfony\\Component\\VarDumper\\' =>
  94. array (
  95. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  96. ),
  97. 'Psr\\SimpleCache\\' =>
  98. array (
  99. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  100. ),
  101. 'Psr\\Log\\' =>
  102. array (
  103. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  104. ),
  105. 'Psr\\Http\\Message\\' =>
  106. array (
  107. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  108. ),
  109. 'Psr\\Container\\' =>
  110. array (
  111. 0 => __DIR__ . '/..' . '/psr/container/src',
  112. ),
  113. 'Psr\\Cache\\' =>
  114. array (
  115. 0 => __DIR__ . '/..' . '/psr/cache/src',
  116. ),
  117. 'PhpDocReader\\' =>
  118. array (
  119. 0 => __DIR__ . '/..' . '/php-di/phpdoc-reader/src/PhpDocReader',
  120. ),
  121. 'League\\MimeTypeDetection\\' =>
  122. array (
  123. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  124. ),
  125. 'League\\Flysystem\\Cached\\' =>
  126. array (
  127. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  128. ),
  129. 'League\\Flysystem\\' =>
  130. array (
  131. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  132. ),
  133. 'Lcobucci\\JWT\\' =>
  134. array (
  135. 0 => __DIR__ . '/..' . '/qeq66/jwt/src',
  136. ),
  137. 'Doctrine\\Deprecations\\' =>
  138. array (
  139. 0 => __DIR__ . '/..' . '/doctrine/deprecations/lib/Doctrine/Deprecations',
  140. ),
  141. 'Doctrine\\Common\\Lexer\\' =>
  142. array (
  143. 0 => __DIR__ . '/..' . '/doctrine/lexer/src',
  144. ),
  145. 'Doctrine\\Common\\Annotations\\' =>
  146. array (
  147. 0 => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations',
  148. ),
  149. );
  150. public static $fallbackDirsPsr0 = array (
  151. 0 => __DIR__ . '/../..' . '/extend',
  152. );
  153. public static $classMap = array (
  154. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  155. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  156. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  157. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  158. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  159. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  160. );
  161. public static function getInitializer(ClassLoader $loader)
  162. {
  163. return \Closure::bind(function () use ($loader) {
  164. $loader->prefixLengthsPsr4 = ComposerStaticInitc5816a8f99b96cf0f2cbda034ad106d7::$prefixLengthsPsr4;
  165. $loader->prefixDirsPsr4 = ComposerStaticInitc5816a8f99b96cf0f2cbda034ad106d7::$prefixDirsPsr4;
  166. $loader->fallbackDirsPsr0 = ComposerStaticInitc5816a8f99b96cf0f2cbda034ad106d7::$fallbackDirsPsr0;
  167. $loader->classMap = ComposerStaticInitc5816a8f99b96cf0f2cbda034ad106d7::$classMap;
  168. }, null, ClassLoader::class);
  169. }
  170. }