autoload_static.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. 'dc1275c308c5b416beb314b6317daca2' => __DIR__ . '/..' . '/overtrue/pinyin/src/const.php',
  9. '841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
  10. );
  11. public static $prefixLengthsPsr4 = array (
  12. 't' =>
  13. array (
  14. 'think\\' => 6,
  15. ),
  16. 'W' =>
  17. array (
  18. 'Workerman\\' => 10,
  19. ),
  20. 'Q' =>
  21. array (
  22. 'Qiniu\\' => 6,
  23. ),
  24. 'P' =>
  25. array (
  26. 'Psr\\SimpleCache\\' => 16,
  27. 'Psr\\Log\\' => 8,
  28. 'PHPMailer\\PHPMailer\\' => 20,
  29. ),
  30. 'O' =>
  31. array (
  32. 'Overtrue\\Pinyin\\' => 16,
  33. 'OSS\\' => 4,
  34. ),
  35. 'M' =>
  36. array (
  37. 'MingYuanYun\\AppStore\\' => 21,
  38. ),
  39. 'G' =>
  40. array (
  41. 'GatewayWorker\\' => 14,
  42. ),
  43. 'C' =>
  44. array (
  45. 'Curl\\' => 5,
  46. ),
  47. );
  48. public static $prefixDirsPsr4 = array (
  49. 'think\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  52. 1 => __DIR__ . '/..' . '/topthink/think-orm/src',
  53. ),
  54. 'Workerman\\' =>
  55. array (
  56. 0 => __DIR__ . '/..' . '/workerman/workerman',
  57. ),
  58. 'Qiniu\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu',
  61. ),
  62. 'Psr\\SimpleCache\\' =>
  63. array (
  64. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  65. ),
  66. 'Psr\\Log\\' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  69. ),
  70. 'PHPMailer\\PHPMailer\\' =>
  71. array (
  72. 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
  73. ),
  74. 'Overtrue\\Pinyin\\' =>
  75. array (
  76. 0 => __DIR__ . '/..' . '/overtrue/pinyin/src',
  77. ),
  78. 'OSS\\' =>
  79. array (
  80. 0 => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS',
  81. ),
  82. 'MingYuanYun\\AppStore\\' =>
  83. array (
  84. 0 => __DIR__ . '/..' . '/yunchuang/appstore-connect-api/src',
  85. ),
  86. 'GatewayWorker\\' =>
  87. array (
  88. 0 => __DIR__ . '/..' . '/workerman/gateway-worker/src',
  89. ),
  90. 'Curl\\' =>
  91. array (
  92. 0 => __DIR__ . '/..' . '/php-curl-class/php-curl-class/src/Curl',
  93. ),
  94. );
  95. public static $prefixesPsr0 = array (
  96. 'R' =>
  97. array (
  98. 'Requests' =>
  99. array (
  100. 0 => __DIR__ . '/..' . '/rmccue/requests/library',
  101. ),
  102. ),
  103. );
  104. public static $classMap = array (
  105. 'PclZip' => __DIR__ . '/..' . '/pclzip/pclzip/pclzip.lib.php',
  106. );
  107. public static function getInitializer(ClassLoader $loader)
  108. {
  109. return \Closure::bind(function () use ($loader) {
  110. $loader->prefixLengthsPsr4 = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$prefixLengthsPsr4;
  111. $loader->prefixDirsPsr4 = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$prefixDirsPsr4;
  112. $loader->prefixesPsr0 = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$prefixesPsr0;
  113. $loader->classMap = ComposerStaticInit1e8b3d732b58358da5a1548c5ce3cc23::$classMap;
  114. }, null, ClassLoader::class);
  115. }
  116. }