autoload_static.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. );
  12. public static $prefixDirsPsr4 = array (
  13. 'RobThree\\Auth\\' =>
  14. array (
  15. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  16. ),
  17. );
  18. public static $classMap = array (
  19. 'EasyPeasyICS' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/EasyPeasyICS.php',
  20. 'PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  21. 'PHPMailerOAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauth.php',
  22. 'PHPMailerOAuthGoogle' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmaileroauthgoogle.php',
  23. 'POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.pop3.php',
  24. 'SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.smtp.php',
  25. 'ntlm_sasl_client_class' => __DIR__ . '/..' . '/phpmailer/phpmailer/extras/ntlm_sasl_client.php',
  26. 'phpmailerException' => __DIR__ . '/..' . '/phpmailer/phpmailer/class.phpmailer.php',
  27. 'u2flib_server\\Error' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  28. 'u2flib_server\\RegisterRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  29. 'u2flib_server\\Registration' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  30. 'u2flib_server\\SignRequest' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  31. 'u2flib_server\\U2F' => __DIR__ . '/..' . '/yubico/u2flib-server/src/u2flib_server/U2F.php',
  32. );
  33. public static function getInitializer(ClassLoader $loader)
  34. {
  35. return \Closure::bind(function () use ($loader) {
  36. $loader->prefixLengthsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixLengthsPsr4;
  37. $loader->prefixDirsPsr4 = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$prefixDirsPsr4;
  38. $loader->classMap = ComposerStaticInit873464e4bd965a3168f133248b1b218b::$classMap;
  39. }, null, ClassLoader::class);
  40. }
  41. }