autoload_static.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366
  5. {
  6. public static $files = array (
  7. '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 'R' =>
  11. array (
  12. 'RobThree\\Auth\\' => 14,
  13. ),
  14. 'G' =>
  15. array (
  16. 'Grav\\Plugin\\Login\\' => 18,
  17. 'Grav\\Plugin\\Console\\' => 20,
  18. ),
  19. 'B' =>
  20. array (
  21. 'Birke\\' => 6,
  22. ),
  23. );
  24. public static $prefixDirsPsr4 = array (
  25. 'RobThree\\Auth\\' =>
  26. array (
  27. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  28. ),
  29. 'Grav\\Plugin\\Login\\' =>
  30. array (
  31. 0 => __DIR__ . '/../..' . '/classes',
  32. ),
  33. 'Grav\\Plugin\\Console\\' =>
  34. array (
  35. 0 => __DIR__ . '/../..' . '/cli',
  36. ),
  37. 'Birke\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/birke/rememberme/src',
  40. ),
  41. );
  42. public static $prefixesPsr0 = array (
  43. 'B' =>
  44. array (
  45. 'BaconQrCode' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
  48. ),
  49. ),
  50. );
  51. public static $classMap = array (
  52. 'Grav\\Plugin\\LoginPlugin' => __DIR__ . '/../..' . '/login.php',
  53. );
  54. public static function getInitializer(ClassLoader $loader)
  55. {
  56. return \Closure::bind(function () use ($loader) {
  57. $loader->prefixLengthsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixLengthsPsr4;
  58. $loader->prefixDirsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixDirsPsr4;
  59. $loader->prefixesPsr0 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixesPsr0;
  60. $loader->classMap = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$classMap;
  61. }, null, ClassLoader::class);
  62. }
  63. }