autoload_static.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. );
  20. public static $prefixDirsPsr4 = array (
  21. 'RobThree\\Auth\\' =>
  22. array (
  23. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  24. ),
  25. 'PhpMimeMailParser\\' =>
  26. array (
  27. 0 => __DIR__ . '/..' . '/php-mime-mail-parser/php-mime-mail-parser/src',
  28. ),
  29. 'Html2Text\\' =>
  30. array (
  31. 0 => __DIR__ . '/..' . '/soundasleep/html2text/src',
  32. ),
  33. );
  34. public static $classMap = array (
  35. 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
  36. 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  37. 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
  38. 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
  39. 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
  40. 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
  41. 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
  42. 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  43. 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  44. 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  45. 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  46. 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  47. 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  48. );
  49. public static function getInitializer(ClassLoader $loader)
  50. {
  51. return \Closure::bind(function () use ($loader) {
  52. $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
  53. $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
  54. $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
  55. }, null, ClassLoader::class);
  56. }
  57. }