autoload_static.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. ),
  18. 'M' =>
  19. array (
  20. 'MatthiasMullie\\PathConverter\\' => 29,
  21. 'MatthiasMullie\\Minify\\' => 22,
  22. ),
  23. 'H' =>
  24. array (
  25. 'Html2Text\\' => 10,
  26. ),
  27. 'D' =>
  28. array (
  29. 'Ddeboer\\Imap\\' => 13,
  30. ),
  31. );
  32. public static $prefixDirsPsr4 = array (
  33. 'RobThree\\Auth\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  36. ),
  37. 'PhpMimeMailParser\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
  40. ),
  41. 'MatthiasMullie\\PathConverter\\' =>
  42. array (
  43. 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
  44. ),
  45. 'MatthiasMullie\\Minify\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
  48. ),
  49. 'Html2Text\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
  52. ),
  53. 'Ddeboer\\Imap\\' =>
  54. array (
  55. 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
  56. ),
  57. );
  58. public static $prefixesPsr0 = array (
  59. 'O' =>
  60. array (
  61. 'OAuth2' =>
  62. array (
  63. 0 => __DIR__ . '/..' . '/bshaffer/oauth2-server-php/src',
  64. ),
  65. ),
  66. );
  67. public static $classMap = array (
  68. 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
  69. 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  70. 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
  71. 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
  72. 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
  73. 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
  74. 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
  75. 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  76. 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  77. 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  78. 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  79. 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  80. 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  81. );
  82. public static function getInitializer(ClassLoader $loader)
  83. {
  84. return \Closure::bind(function () use ($loader) {
  85. $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
  86. $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
  87. $loader->prefixesPsr0 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixesPsr0;
  88. $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
  89. }, null, ClassLoader::class);
  90. }
  91. }