autoload_static.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. 'D' =>
  20. array (
  21. 'DASPRiD\\Enum\\' => 13,
  22. ),
  23. 'B' =>
  24. array (
  25. 'Birke\\' => 6,
  26. 'BaconQrCode\\' => 12,
  27. ),
  28. );
  29. public static $prefixDirsPsr4 = array (
  30. 'RobThree\\Auth\\' =>
  31. array (
  32. 0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
  33. ),
  34. 'Grav\\Plugin\\Login\\' =>
  35. array (
  36. 0 => __DIR__ . '/../..' . '/classes',
  37. ),
  38. 'Grav\\Plugin\\Console\\' =>
  39. array (
  40. 0 => __DIR__ . '/../..' . '/cli',
  41. ),
  42. 'DASPRiD\\Enum\\' =>
  43. array (
  44. 0 => __DIR__ . '/..' . '/dasprid/enum/src',
  45. ),
  46. 'Birke\\' =>
  47. array (
  48. 0 => __DIR__ . '/..' . '/birke/rememberme/src',
  49. ),
  50. 'BaconQrCode\\' =>
  51. array (
  52. 0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
  53. ),
  54. );
  55. public static $classMap = array (
  56. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  57. 'Grav\\Plugin\\LoginPlugin' => __DIR__ . '/../..' . '/login.php',
  58. );
  59. public static function getInitializer(ClassLoader $loader)
  60. {
  61. return \Closure::bind(function () use ($loader) {
  62. $loader->prefixLengthsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixLengthsPsr4;
  63. $loader->prefixDirsPsr4 = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$prefixDirsPsr4;
  64. $loader->classMap = ComposerStaticIniteed5e5cf0aa1e2139f2db7445511e366::$classMap;
  65. }, null, ClassLoader::class);
  66. }
  67. }