autoload_static.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit7b3932e899909bf5bca0b8fafea64977
  5. {
  6. public static $files = array (
  7. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  8. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  9. 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/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. 'Symfony\\Contracts\\Service\\' => 26,
  18. 'Symfony\\Contracts\\Cache\\' => 24,
  19. 'Symfony\\Component\\VarExporter\\' => 30,
  20. 'Symfony\\Component\\Process\\' => 26,
  21. 'Symfony\\Component\\Filesystem\\' => 29,
  22. 'Symfony\\Component\\Cache\\' => 24,
  23. ),
  24. 'P' =>
  25. array (
  26. 'Psr\\Log\\' => 8,
  27. 'Psr\\Container\\' => 14,
  28. 'Psr\\Cache\\' => 10,
  29. ),
  30. );
  31. public static $prefixDirsPsr4 = array (
  32. 'Symfony\\Polyfill\\Php80\\' =>
  33. array (
  34. 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
  35. ),
  36. 'Symfony\\Polyfill\\Mbstring\\' =>
  37. array (
  38. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  39. ),
  40. 'Symfony\\Polyfill\\Ctype\\' =>
  41. array (
  42. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  43. ),
  44. 'Symfony\\Contracts\\Service\\' =>
  45. array (
  46. 0 => __DIR__ . '/..' . '/symfony/service-contracts',
  47. ),
  48. 'Symfony\\Contracts\\Cache\\' =>
  49. array (
  50. 0 => __DIR__ . '/..' . '/symfony/cache-contracts',
  51. ),
  52. 'Symfony\\Component\\VarExporter\\' =>
  53. array (
  54. 0 => __DIR__ . '/..' . '/symfony/var-exporter',
  55. ),
  56. 'Symfony\\Component\\Process\\' =>
  57. array (
  58. 0 => __DIR__ . '/..' . '/symfony/process',
  59. ),
  60. 'Symfony\\Component\\Filesystem\\' =>
  61. array (
  62. 0 => __DIR__ . '/..' . '/symfony/filesystem',
  63. ),
  64. 'Symfony\\Component\\Cache\\' =>
  65. array (
  66. 0 => __DIR__ . '/..' . '/symfony/cache',
  67. ),
  68. 'Psr\\Log\\' =>
  69. array (
  70. 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
  71. ),
  72. 'Psr\\Container\\' =>
  73. array (
  74. 0 => __DIR__ . '/..' . '/psr/container/src',
  75. ),
  76. 'Psr\\Cache\\' =>
  77. array (
  78. 0 => __DIR__ . '/..' . '/psr/cache/src',
  79. ),
  80. );
  81. public static $prefixesPsr0 = array (
  82. 'N' =>
  83. array (
  84. 'Neutron' =>
  85. array (
  86. 0 => __DIR__ . '/..' . '/neutron/temporary-filesystem/src',
  87. ),
  88. ),
  89. 'F' =>
  90. array (
  91. 'FFMpeg' =>
  92. array (
  93. 0 => __DIR__ . '/..' . '/php-ffmpeg/php-ffmpeg/src',
  94. ),
  95. ),
  96. 'E' =>
  97. array (
  98. 'Evenement' =>
  99. array (
  100. 0 => __DIR__ . '/..' . '/evenement/evenement/src',
  101. ),
  102. ),
  103. 'A' =>
  104. array (
  105. 'Alchemy' =>
  106. array (
  107. 0 => __DIR__ . '/..' . '/alchemy/binary-driver/src',
  108. ),
  109. ),
  110. );
  111. public static $classMap = array (
  112. 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
  113. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  114. 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
  115. 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
  116. 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
  117. );
  118. public static function getInitializer(ClassLoader $loader)
  119. {
  120. return \Closure::bind(function () use ($loader) {
  121. $loader->prefixLengthsPsr4 = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$prefixLengthsPsr4;
  122. $loader->prefixDirsPsr4 = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$prefixDirsPsr4;
  123. $loader->prefixesPsr0 = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$prefixesPsr0;
  124. $loader->classMap = ComposerStaticInit7b3932e899909bf5bca0b8fafea64977::$classMap;
  125. }, null, ClassLoader::class);
  126. }
  127. }