autoload_static.php 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit873464e4bd965a3168f133248b1b218b
  5. {
  6. public static $files = array (
  7. '04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 'R' =>
  11. array (
  12. 'RobThree\\Auth\\' => 14,
  13. ),
  14. 'P' =>
  15. array (
  16. 'PhpMimeMailParser\\' => 18,
  17. 'PHPMailer\\PHPMailer\\' => 20,
  18. ),
  19. 'M' =>
  20. array (
  21. 'MatthiasMullie\\PathConverter\\' => 29,
  22. 'MatthiasMullie\\Minify\\' => 22,
  23. ),
  24. 'H' =>
  25. array (
  26. 'Html2Text\\' => 10,
  27. ),
  28. 'D' =>
  29. array (
  30. 'Ddeboer\\Imap\\' => 13,
  31. ),
  32. );
  33. public static $prefixDirsPsr4 = array (
  34. 'RobThree\\Auth\\' =>
  35. array (
  36. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  37. ),
  38. 'PhpMimeMailParser\\' =>
  39. array (
  40. 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
  41. ),
  42. 'PHPMailer\\PHPMailer\\' =>
  43. array (
  44. 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
  45. ),
  46. 'MatthiasMullie\\PathConverter\\' =>
  47. array (
  48. 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
  49. ),
  50. 'MatthiasMullie\\Minify\\' =>
  51. array (
  52. 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
  53. ),
  54. 'Html2Text\\' =>
  55. array (
  56. 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
  57. ),
  58. 'Ddeboer\\Imap\\' =>
  59. array (
  60. 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
  61. ),
  62. );
  63. public static $prefixesPsr0 = array (
  64. 'O' =>
  65. array (
  66. 'OAuth2' =>
  67. array (
  68. 0 => __DIR__ . '/..' . '/bshaffer/oauth2-server-php/src',
  69. ),
  70. ),
  71. );
  72. public static $classMap = array (
  73. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  74. 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  75. 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  76. 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  77. 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  78. 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  79. );
  80. public static function getInitializer(ClassLoader $loader)
  81. {
  82. return \Closure::bind(function () use ($loader) {
  83. $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
  84. $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
  85. $loader->prefixesPsr0 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixesPsr0;
  86. $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
  87. }, null, ClassLoader::class);
  88. }
  89. }