autoload_static.php 3.2 KB

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