autoload_static.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348
  5. {
  6. public static $files = array (
  7. '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
  8. '1cfd2761b63b0a29ed23657ea394cb2d' => __DIR__ . '/..' . '/topthink/think-captcha/src/helper.php',
  9. 'ddc3cd2a04224f9638c5d0de6a69c7e3' => __DIR__ . '/..' . '/topthink/think-migration/src/config.php',
  10. 'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
  11. );
  12. public static $prefixLengthsPsr4 = array (
  13. 't' =>
  14. array (
  15. 'think\\oracle\\' => 13,
  16. 'think\\mongo\\' => 12,
  17. 'think\\migration\\' => 16,
  18. 'think\\helper\\' => 13,
  19. 'think\\composer\\' => 15,
  20. 'think\\captcha\\' => 14,
  21. 'think\\' => 6,
  22. ),
  23. 'P' =>
  24. array (
  25. 'Phinx\\' => 6,
  26. ),
  27. 'M' =>
  28. array (
  29. 'MatthiasMullie\\PathConverter\\' => 29,
  30. 'MatthiasMullie\\Minify\\' => 22,
  31. ),
  32. );
  33. public static $prefixDirsPsr4 = array (
  34. 'think\\oracle\\' =>
  35. array (
  36. 0 => __DIR__ . '/..' . '/topthink/think-oracle/src',
  37. ),
  38. 'think\\mongo\\' =>
  39. array (
  40. 0 => __DIR__ . '/..' . '/topthink/think-mongo/src',
  41. ),
  42. 'think\\migration\\' =>
  43. array (
  44. 0 => __DIR__ . '/..' . '/topthink/think-migration/src',
  45. ),
  46. 'think\\helper\\' =>
  47. array (
  48. 0 => __DIR__ . '/..' . '/topthink/think-helper/src',
  49. ),
  50. 'think\\composer\\' =>
  51. array (
  52. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  53. ),
  54. 'think\\captcha\\' =>
  55. array (
  56. 0 => __DIR__ . '/..' . '/topthink/think-captcha/src',
  57. ),
  58. 'think\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/topthink/think-image/src',
  61. 1 => __DIR__ . '/..' . '/topthink/think-queue/src',
  62. 2 => __DIR__ . '/..' . '/topthink/framework/library/think',
  63. ),
  64. 'Phinx\\' =>
  65. array (
  66. 0 => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx',
  67. ),
  68. 'MatthiasMullie\\PathConverter\\' =>
  69. array (
  70. 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
  71. ),
  72. 'MatthiasMullie\\Minify\\' =>
  73. array (
  74. 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
  75. ),
  76. );
  77. public static $prefixesPsr0 = array (
  78. 'P' =>
  79. array (
  80. 'PHPExcel' =>
  81. array (
  82. 0 => __DIR__ . '/..' . '/phpoffice/phpexcel/Classes',
  83. ),
  84. ),
  85. );
  86. public static $classMap = array (
  87. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  88. 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
  89. 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  90. 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
  91. 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
  92. 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
  93. 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
  94. 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
  95. 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  96. );
  97. public static function getInitializer(ClassLoader $loader)
  98. {
  99. return \Closure::bind(function () use ($loader) {
  100. $loader->prefixLengthsPsr4 = ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348::$prefixLengthsPsr4;
  101. $loader->prefixDirsPsr4 = ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348::$prefixDirsPsr4;
  102. $loader->prefixesPsr0 = ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348::$prefixesPsr0;
  103. $loader->classMap = ComposerStaticInit34a41e2841af1a67f3ddef099fc7b348::$classMap;
  104. }, null, ClassLoader::class);
  105. }
  106. }