autoload_static.php 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit873464e4bd965a3168f133248b1b218b
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'R' =>
  8. array (
  9. 'RobThree\\Auth\\' => 14,
  10. ),
  11. 'P' =>
  12. array (
  13. 'PhpMimeMailParser\\' => 18,
  14. ),
  15. 'H' =>
  16. array (
  17. 'Html2Text\\' => 10,
  18. ),
  19. 'D' =>
  20. array (
  21. 'Ddeboer\\Imap\\' => 13,
  22. ),
  23. );
  24. public static $prefixDirsPsr4 = array (
  25. 'RobThree\\Auth\\' =>
  26. array (
  27. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  28. ),
  29. 'PhpMimeMailParser\\' =>
  30. array (
  31. 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
  32. ),
  33. 'Html2Text\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
  36. ),
  37. 'Ddeboer\\Imap\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/ddeboer/imap/src',
  40. ),
  41. );
  42. public static $classMap = array (
  43. 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
  44. 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  45. 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
  46. 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
  47. 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
  48. 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
  49. 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
  50. 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  51. 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  52. 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  53. 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  54. 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  55. 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  56. );
  57. public static function getInitializer(ClassLoader $loader)
  58. {
  59. return \Closure::bind(function () use ($loader) {
  60. $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
  61. $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
  62. $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
  63. }, null, ClassLoader::class);
  64. }
  65. }