autoload_static.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit41e9a6737aa2883130fdaad975464e2f
  5. {
  6. public static $files = array (
  7. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  8. '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
  9. );
  10. public static $prefixLengthsPsr4 = array (
  11. 'T' =>
  12. array (
  13. 'Twig\\' => 5,
  14. ),
  15. 'S' =>
  16. array (
  17. 'Symfony\\Polyfill\\Mbstring\\' => 26,
  18. 'Symfony\\Polyfill\\Ctype\\' => 23,
  19. ),
  20. );
  21. public static $prefixDirsPsr4 = array (
  22. 'Twig\\' =>
  23. array (
  24. 0 => __DIR__ . '/..' . '/twig/twig/src',
  25. ),
  26. 'Symfony\\Polyfill\\Mbstring\\' =>
  27. array (
  28. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  29. ),
  30. 'Symfony\\Polyfill\\Ctype\\' =>
  31. array (
  32. 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
  33. ),
  34. );
  35. public static $classMap = array (
  36. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  37. );
  38. public static function getInitializer(ClassLoader $loader)
  39. {
  40. return \Closure::bind(function () use ($loader) {
  41. $loader->prefixLengthsPsr4 = ComposerStaticInit41e9a6737aa2883130fdaad975464e2f::$prefixLengthsPsr4;
  42. $loader->prefixDirsPsr4 = ComposerStaticInit41e9a6737aa2883130fdaad975464e2f::$prefixDirsPsr4;
  43. $loader->classMap = ComposerStaticInit41e9a6737aa2883130fdaad975464e2f::$classMap;
  44. }, null, ClassLoader::class);
  45. }
  46. }