autoload_static.php 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit26b04919491e27735be870d99f00cf36
  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. );
  14. public static $prefixLengthsPsr4 = array (
  15. 't' =>
  16. array (
  17. 'think\\trace\\' => 12,
  18. 'think\\app\\' => 10,
  19. 'think\\' => 6,
  20. ),
  21. 'a' =>
  22. array (
  23. 'app\\' => 4,
  24. ),
  25. 'S' =>
  26. array (
  27. 'Symfony\\Polyfill\\Php80\\' => 23,
  28. 'Symfony\\Polyfill\\Php72\\' => 23,
  29. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  30. 'Symfony\\Component\\VarDumper\\' => 28,
  31. ),
  32. 'P' =>
  33. array (
  34. 'Psr\\SimpleCache\\' => 16,
  35. 'Psr\\Log\\' => 8,
  36. 'Psr\\Container\\' => 14,
  37. 'Psr\\Cache\\' => 10,
  38. ),
  39. 'O' =>
  40. array (
  41. 'OSS\\' => 4,
  42. ),
  43. 'L' =>
  44. array (
  45. 'League\\MimeTypeDetection\\' => 25,
  46. 'League\\Flysystem\\Cached\\' => 24,
  47. 'League\\Flysystem\\' => 17,
  48. 'Lcobucci\\JWT\\' => 13,
  49. ),
  50. );
  51. public static $prefixDirsPsr4 = array (
  52. 'think\\trace\\' =>
  53. array (
  54. 0 => __DIR__ . '/..' . '/topthink/think-trace/src',
  55. ),
  56. 'think\\app\\' =>
  57. array (
  58. 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
  59. ),
  60. 'think\\' =>
  61. array (
  62. 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
  63. 1 => __DIR__ . '/..' . '/topthink/think-helper/src',
  64. 2 => __DIR__ . '/..' . '/topthink/think-orm/src',
  65. ),
  66. 'app\\' =>
  67. array (
  68. 0 => __DIR__ . '/../..' . '/app',
  69. ),
  70. 'Symfony\\Polyfill\\Php80\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  73. ),
  74. 'Symfony\\Polyfill\\Php72\\' =>
  75. array (
  76. 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
  77. ),
  78. 'Symfony\\Polyfill\\Mbstring\\' =>
  79. array (
  80. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  81. ),
  82. 'Symfony\\Component\\VarDumper\\' =>
  83. array (
  84. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  85. ),
  86. 'Psr\\SimpleCache\\' =>
  87. array (
  88. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  89. ),
  90. 'Psr\\Log\\' =>
  91. array (
  92. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  93. ),
  94. 'Psr\\Container\\' =>
  95. array (
  96. 0 => __DIR__ . '/..' . '/psr/container/src',
  97. ),
  98. 'Psr\\Cache\\' =>
  99. array (
  100. 0 => __DIR__ . '/..' . '/psr/cache/src',
  101. ),
  102. 'OSS\\' =>
  103. array (
  104. 0 => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS',
  105. ),
  106. 'League\\MimeTypeDetection\\' =>
  107. array (
  108. 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
  109. ),
  110. 'League\\Flysystem\\Cached\\' =>
  111. array (
  112. 0 => __DIR__ . '/..' . '/league/flysystem-cached-adapter/src',
  113. ),
  114. 'League\\Flysystem\\' =>
  115. array (
  116. 0 => __DIR__ . '/..' . '/league/flysystem/src',
  117. ),
  118. 'Lcobucci\\JWT\\' =>
  119. array (
  120. 0 => __DIR__ . '/..' . '/lcobucci/jwt/src',
  121. ),
  122. );
  123. public static $fallbackDirsPsr0 = array (
  124. 0 => __DIR__ . '/../..' . '/extend',
  125. );
  126. public static $classMap = array (
  127. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  128. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  129. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  130. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  131. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  132. );
  133. public static function getInitializer(ClassLoader $loader)
  134. {
  135. return \Closure::bind(function () use ($loader) {
  136. $loader->prefixLengthsPsr4 = ComposerStaticInit26b04919491e27735be870d99f00cf36::$prefixLengthsPsr4;
  137. $loader->prefixDirsPsr4 = ComposerStaticInit26b04919491e27735be870d99f00cf36::$prefixDirsPsr4;
  138. $loader->fallbackDirsPsr0 = ComposerStaticInit26b04919491e27735be870d99f00cf36::$fallbackDirsPsr0;
  139. $loader->classMap = ComposerStaticInit26b04919491e27735be870d99f00cf36::$classMap;
  140. }, null, ClassLoader::class);
  141. }
  142. }