autoload_static.php 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit39c08d9a2654f3a45183d490baf5e846
  5. {
  6. public static $files = array (
  7. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  8. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
  9. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  10. );
  11. public static $prefixLengthsPsr4 = array (
  12. 'S' =>
  13. array (
  14. 'Symfony\\Polyfill\\Php80\\' => 23,
  15. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  16. 'Symfony\\Polyfill\\Ctype\\' => 23,
  17. 'SeinopSys\\' => 10,
  18. ),
  19. 'P' =>
  20. array (
  21. 'PhpOption\\' => 10,
  22. ),
  23. 'G' =>
  24. array (
  25. 'GrahamCampbell\\ResultType\\' => 26,
  26. ),
  27. 'D' =>
  28. array (
  29. 'Dotenv\\' => 7,
  30. ),
  31. );
  32. public static $prefixDirsPsr4 = array (
  33. 'Symfony\\Polyfill\\Php80\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  36. ),
  37. 'Symfony\\Polyfill\\Mbstring\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  40. ),
  41. 'Symfony\\Polyfill\\Ctype\\' =>
  42. array (
  43. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  44. ),
  45. 'SeinopSys\\' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/seinopsys/postgresql-database-class/src',
  48. ),
  49. 'PhpOption\\' =>
  50. array (
  51. 0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption',
  52. ),
  53. 'GrahamCampbell\\ResultType\\' =>
  54. array (
  55. 0 => __DIR__ . '/..' . '/graham-campbell/result-type/src',
  56. ),
  57. 'Dotenv\\' =>
  58. array (
  59. 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
  60. ),
  61. );
  62. public static $classMap = array (
  63. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  64. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  65. 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
  66. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  67. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  68. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  69. );
  70. public static function getInitializer(ClassLoader $loader)
  71. {
  72. return \Closure::bind(function () use ($loader) {
  73. $loader->prefixLengthsPsr4 = ComposerStaticInit39c08d9a2654f3a45183d490baf5e846::$prefixLengthsPsr4;
  74. $loader->prefixDirsPsr4 = ComposerStaticInit39c08d9a2654f3a45183d490baf5e846::$prefixDirsPsr4;
  75. $loader->classMap = ComposerStaticInit39c08d9a2654f3a45183d490baf5e846::$classMap;
  76. }, null, ClassLoader::class);
  77. }
  78. }