autoload_static_include_path.php 691 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitIncludePath
  5. {
  6. public static $prefixesPsr0 = array (
  7. 'M' =>
  8. array (
  9. 'Main\\Foo' =>
  10. array (
  11. 0 => __DIR__ . '/../..' . '/',
  12. ),
  13. 'Main\\Bar' =>
  14. array (
  15. 0 => __DIR__ . '/../..' . '/',
  16. ),
  17. ),
  18. );
  19. public static function getInitializer(ClassLoader $loader)
  20. {
  21. return \Closure::bind(function () use ($loader) {
  22. $loader->prefixesPsr0 = ComposerStaticInitIncludePath::$prefixesPsr0;
  23. }, null, ClassLoader::class);
  24. }
  25. }