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.

70 lines
1.9 KiB

8 years ago
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd54f12fb5bd1b34598360c61119b8df4
  5. {
  6. public static $files = array (
  7. '253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 'S' =>
  11. array (
  12. 'Slim\\' => 5,
  13. ),
  14. 'P' =>
  15. array (
  16. 'Psr\\Http\\Message\\' => 17,
  17. ),
  18. 'I' =>
  19. array (
  20. 'Interop\\Container\\' => 18,
  21. ),
  22. 'F' =>
  23. array (
  24. 'FastRoute\\' => 10,
  25. ),
  26. );
  27. public static $prefixDirsPsr4 = array (
  28. 'Slim\\' =>
  29. array (
  30. 0 => __DIR__ . '/..' . '/slim/slim/Slim',
  31. ),
  32. 'Psr\\Http\\Message\\' =>
  33. array (
  34. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  35. ),
  36. 'Interop\\Container\\' =>
  37. array (
  38. 0 => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container',
  39. ),
  40. 'FastRoute\\' =>
  41. array (
  42. 0 => __DIR__ . '/..' . '/nikic/fast-route/src',
  43. ),
  44. );
  45. public static $prefixesPsr0 = array (
  46. 'P' =>
  47. array (
  48. 'Pimple' =>
  49. array (
  50. 0 => __DIR__ . '/..' . '/pimple/pimple/src',
  51. ),
  52. ),
  53. );
  54. public static function getInitializer(ClassLoader $loader)
  55. {
  56. return \Closure::bind(function () use ($loader) {
  57. $loader->prefixLengthsPsr4 = ComposerStaticInitd54f12fb5bd1b34598360c61119b8df4::$prefixLengthsPsr4;
  58. $loader->prefixDirsPsr4 = ComposerStaticInitd54f12fb5bd1b34598360c61119b8df4::$prefixDirsPsr4;
  59. $loader->prefixesPsr0 = ComposerStaticInitd54f12fb5bd1b34598360c61119b8df4::$prefixesPsr0;
  60. }, null, ClassLoader::class);
  61. }
  62. }