autoload_static.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit62fe21db61292705f1120c7736cd42d8
  5. {
  6. public static $files = array (
  7. 'b5566c8ba03c4747a7633895924ebb6d' => __DIR__ . '/..' . '/opqnext/reflection-api-doc/src/route.php',
  8. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  9. );
  10. public static $prefixLengthsPsr4 = array (
  11. 't' =>
  12. array (
  13. 'think\\composer\\' => 15,
  14. 'think\\captcha\\' => 14,
  15. 'think\\' => 6,
  16. ),
  17. 'a' =>
  18. array (
  19. 'app\\' => 4,
  20. ),
  21. 'R' =>
  22. array (
  23. 'Reflection\\Api\\Doc\\' => 19,
  24. ),
  25. 'O' =>
  26. array (
  27. 'OSS\\' => 4,
  28. ),
  29. );
  30. public static $prefixDirsPsr4 = array (
  31. 'think\\composer\\' =>
  32. array (
  33. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  34. ),
  35. 'think\\captcha\\' =>
  36. array (
  37. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  38. ),
  39. 'think\\' =>
  40. array (
  41. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  42. ),
  43. 'app\\' =>
  44. array (
  45. 0 => __DIR__ . '/../..' . '/application',
  46. ),
  47. 'Reflection\\Api\\Doc\\' =>
  48. array (
  49. 0 => __DIR__ . '/..' . '/opqnext/reflection-api-doc/src',
  50. ),
  51. 'OSS\\' =>
  52. array (
  53. 0 => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS',
  54. ),
  55. );
  56. public static $prefixesPsr0 = array (
  57. 'P' =>
  58. array (
  59. 'PHPExcel' =>
  60. array (
  61. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  62. ),
  63. ),
  64. );
  65. public static function getInitializer(ClassLoader $loader)
  66. {
  67. return \Closure::bind(function () use ($loader) {
  68. $loader->prefixLengthsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixLengthsPsr4;
  69. $loader->prefixDirsPsr4 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixDirsPsr4;
  70. $loader->prefixesPsr0 = ComposerStaticInit62fe21db61292705f1120c7736cd42d8::$prefixesPsr0;
  71. }, null, ClassLoader::class);
  72. }
  73. }