In this repo i store all my websites, each in a different branch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.9 KiB

  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1
  5. {
  6. public static $files = array (
  7. '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
  8. '253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.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. 'Slim\\Views\\' => 11,
  19. 'Slim\\' => 5,
  20. ),
  21. 'P' =>
  22. array (
  23. 'Psr\\Http\\Message\\' => 17,
  24. 'Psr\\Container\\' => 14,
  25. ),
  26. 'I' =>
  27. array (
  28. 'Interop\\Container\\' => 18,
  29. ),
  30. 'F' =>
  31. array (
  32. 'FastRoute\\' => 10,
  33. ),
  34. );
  35. public static $prefixDirsPsr4 = array (
  36. 'Twig\\' =>
  37. array (
  38. 0 => __DIR__ . '/..' . '/twig/twig/src',
  39. ),
  40. 'Symfony\\Polyfill\\Mbstring\\' =>
  41. array (
  42. 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
  43. ),
  44. 'Slim\\Views\\' =>
  45. array (
  46. 0 => __DIR__ . '/..' . '/slim/twig-view/src',
  47. ),
  48. 'Slim\\' =>
  49. array (
  50. 0 => __DIR__ . '/..' . '/slim/slim/Slim',
  51. ),
  52. 'Psr\\Http\\Message\\' =>
  53. array (
  54. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  55. ),
  56. 'Psr\\Container\\' =>
  57. array (
  58. 0 => __DIR__ . '/..' . '/psr/container/src',
  59. ),
  60. 'Interop\\Container\\' =>
  61. array (
  62. 0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container',
  63. ),
  64. 'FastRoute\\' =>
  65. array (
  66. 0 => __DIR__ . '/..' . '/nikic/fast-route/src',
  67. ),
  68. );
  69. public static $prefixesPsr0 = array (
  70. 'T' =>
  71. array (
  72. 'Twig_' =>
  73. array (
  74. 0 => __DIR__ . '/..' . '/twig/twig/lib',
  75. ),
  76. ),
  77. 'P' =>
  78. array (
  79. 'Pimple' =>
  80. array (
  81. 0 => __DIR__ . '/..' . '/pimple/pimple/src',
  82. ),
  83. ),
  84. 'M' =>
  85. array (
  86. 'Michelf' =>
  87. array (
  88. 0 => __DIR__ . '/..' . '/michelf/php-markdown',
  89. ),
  90. ),
  91. );
  92. public static function getInitializer(ClassLoader $loader)
  93. {
  94. return \Closure::bind(function () use ($loader) {
  95. $loader->prefixLengthsPsr4 = ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1::$prefixLengthsPsr4;
  96. $loader->prefixDirsPsr4 = ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1::$prefixDirsPsr4;
  97. $loader->prefixesPsr0 = ComposerStaticInit5e655dcb0b79ca2898bdfb27d8f626e1::$prefixesPsr0;
  98. }, null, ClassLoader::class);
  99. }
  100. }