autoload_static.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348
  5. {
  6. public static $files = array (
  7. '841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 't' =>
  11. array (
  12. 'think\\composer\\' => 15,
  13. 'think\\' => 6,
  14. ),
  15. 'a' =>
  16. array (
  17. 'app\\' => 4,
  18. ),
  19. 'S' =>
  20. array (
  21. 'Symfony\\Component\\EventDispatcher\\' => 34,
  22. ),
  23. 'Q' =>
  24. array (
  25. 'Qiniu\\' => 6,
  26. ),
  27. 'O' =>
  28. array (
  29. 'OSS\\' => 4,
  30. ),
  31. 'M' =>
  32. array (
  33. 'MyCLabs\\Enum\\' => 13,
  34. ),
  35. 'L' =>
  36. array (
  37. 'Lvht\\' => 5,
  38. ),
  39. 'G' =>
  40. array (
  41. 'Grafika\\' => 8,
  42. ),
  43. );
  44. public static $prefixDirsPsr4 = array (
  45. 'think\\composer\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  48. ),
  49. 'think\\' =>
  50. array (
  51. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  52. ),
  53. 'app\\' =>
  54. array (
  55. 0 => __DIR__ . '/../..' . '/application',
  56. ),
  57. 'Symfony\\Component\\EventDispatcher\\' =>
  58. array (
  59. 0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
  60. ),
  61. 'Qiniu\\' =>
  62. array (
  63. 0 => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu',
  64. ),
  65. 'OSS\\' =>
  66. array (
  67. 0 => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS',
  68. ),
  69. 'MyCLabs\\Enum\\' =>
  70. array (
  71. 0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
  72. ),
  73. 'Lvht\\' =>
  74. array (
  75. 0 => __DIR__ . '/..' . '/lvht/geohash/src',
  76. ),
  77. 'Grafika\\' =>
  78. array (
  79. 0 => __DIR__ . '/..' . '/kosinix/grafika/src/Grafika',
  80. ),
  81. );
  82. public static $prefixesPsr0 = array (
  83. 'Q' =>
  84. array (
  85. 'Qcloud\\Cos\\' =>
  86. array (
  87. 0 => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src',
  88. ),
  89. ),
  90. 'G' =>
  91. array (
  92. 'Guzzle\\Tests' =>
  93. array (
  94. 0 => __DIR__ . '/..' . '/guzzle/guzzle/tests',
  95. ),
  96. 'Guzzle' =>
  97. array (
  98. 0 => __DIR__ . '/..' . '/guzzle/guzzle/src',
  99. ),
  100. ),
  101. );
  102. public static function getInitializer(ClassLoader $loader)
  103. {
  104. return \Closure::bind(function () use ($loader) {
  105. $loader->prefixLengthsPsr4 = ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348::$prefixLengthsPsr4;
  106. $loader->prefixDirsPsr4 = ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348::$prefixDirsPsr4;
  107. $loader->prefixesPsr0 = ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348::$prefixesPsr0;
  108. }, null, ClassLoader::class);
  109. }
  110. }