autoload_static.php 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit873464e4bd965a3168f133248b1b218b
  5. {
  6. public static $files = array (
  7. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  8. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  9. 'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
  10. '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
  11. 'fe62ba7e10580d903cc46d808b5961a4' => __DIR__ . '/..' . '/tightenco/collect/src/Collect/Support/helpers.php',
  12. 'caf31cc6ec7cf2241cb6f12c226c3846' => __DIR__ . '/..' . '/tightenco/collect/src/Collect/Support/alias.php',
  13. '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
  14. );
  15. public static $prefixLengthsPsr4 = array (
  16. 'T' =>
  17. array (
  18. 'Tightenco\\Collect\\' => 18,
  19. ),
  20. 'S' =>
  21. array (
  22. 'Symfony\\Polyfill\\Php80\\' => 23,
  23. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  24. 'Symfony\\Contracts\\Translation\\' => 30,
  25. 'Symfony\\Component\\VarDumper\\' => 28,
  26. 'Symfony\\Component\\Translation\\' => 30,
  27. ),
  28. 'R' =>
  29. array (
  30. 'RobThree\\Auth\\' => 14,
  31. ),
  32. 'P' =>
  33. array (
  34. 'Psr\\SimpleCache\\' => 16,
  35. 'Psr\\Log\\' => 8,
  36. 'Psr\\Container\\' => 14,
  37. 'PhpMimeMailParser\\' => 18,
  38. 'PHPMailer\\PHPMailer\\' => 20,
  39. ),
  40. 'M' =>
  41. array (
  42. 'MatthiasMullie\\PathConverter\\' => 29,
  43. 'MatthiasMullie\\Minify\\' => 22,
  44. ),
  45. 'L' =>
  46. array (
  47. 'LdapRecord\\' => 11,
  48. ),
  49. 'I' =>
  50. array (
  51. 'Illuminate\\Contracts\\' => 21,
  52. ),
  53. 'H' =>
  54. array (
  55. 'Html2Text\\' => 10,
  56. ),
  57. 'D' =>
  58. array (
  59. 'Ddeboer\\Imap\\' => 13,
  60. ),
  61. 'C' =>
  62. array (
  63. 'Carbon\\' => 7,
  64. ),
  65. );
  66. public static $prefixDirsPsr4 = array (
  67. 'Tightenco\\Collect\\' =>
  68. array (
  69. 0 => __DIR__ . '/..' . '/tightenco/collect/src/Collect',
  70. ),
  71. 'Symfony\\Polyfill\\Php80\\' =>
  72. array (
  73. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  74. ),
  75. 'Symfony\\Polyfill\\Mbstring\\' =>
  76. array (
  77. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  78. ),
  79. 'Symfony\\Contracts\\Translation\\' =>
  80. array (
  81. 0 => __DIR__ . '/..' . '/symfony/translation-contracts',
  82. ),
  83. 'Symfony\\Component\\VarDumper\\' =>
  84. array (
  85. 0 => __DIR__ . '/..' . '/symfony/var-dumper',
  86. ),
  87. 'Symfony\\Component\\Translation\\' =>
  88. array (
  89. 0 => __DIR__ . '/..' . '/symfony/translation',
  90. ),
  91. 'RobThree\\Auth\\' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  94. ),
  95. 'Psr\\SimpleCache\\' =>
  96. array (
  97. 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
  98. ),
  99. 'Psr\\Log\\' =>
  100. array (
  101. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  102. ),
  103. 'Psr\\Container\\' =>
  104. array (
  105. 0 => __DIR__ . '/..' . '/psr/container/src',
  106. ),
  107. 'PhpMimeMailParser\\' =>
  108. array (
  109. 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
  110. ),
  111. 'PHPMailer\\PHPMailer\\' =>
  112. array (
  113. 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
  114. ),
  115. 'MatthiasMullie\\PathConverter\\' =>
  116. array (
  117. 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
  118. ),
  119. 'MatthiasMullie\\Minify\\' =>
  120. array (
  121. 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
  122. ),
  123. 'LdapRecord\\' =>
  124. array (
  125. 0 => __DIR__ . '/..' . '/directorytree/ldaprecord/src',
  126. ),
  127. 'Illuminate\\Contracts\\' =>
  128. array (
  129. 0 => __DIR__ . '/..' . '/illuminate/contracts',
  130. ),
  131. 'Html2Text\\' =>
  132. array (
  133. 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
  134. ),
  135. 'Ddeboer\\Imap\\' =>
  136. array (
  137. 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
  138. ),
  139. 'Carbon\\' =>
  140. array (
  141. 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
  142. ),
  143. );
  144. public static $prefixesPsr0 = array (
  145. 'O' =>
  146. array (
  147. 'OAuth2' =>
  148. array (
  149. 0 => __DIR__ . '/..' . '/bshaffer/oauth2-server-php/src',
  150. ),
  151. ),
  152. );
  153. public static $classMap = array (
  154. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  155. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  156. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  157. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  158. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  159. 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  160. 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  161. 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  162. 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  163. 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  164. );
  165. public static function getInitializer(ClassLoader $loader)
  166. {
  167. return \Closure::bind(function () use ($loader) {
  168. $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
  169. $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
  170. $loader->prefixesPsr0 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixesPsr0;
  171. $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
  172. }, null, ClassLoader::class);
  173. }
  174. }