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.

53 lines
1.5 KiB

4 years ago
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitcd788342cd5b865e4d18d71c39fef977
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'S' =>
  8. array (
  9. 'Symfony\\Component\\EventDispatcher\\' => 34,
  10. ),
  11. );
  12. public static $prefixDirsPsr4 = array (
  13. 'Symfony\\Component\\EventDispatcher\\' =>
  14. array (
  15. 0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
  16. ),
  17. );
  18. public static $prefixesPsr0 = array (
  19. 'Q' =>
  20. array (
  21. 'Qcloud\\Cos\\' =>
  22. array (
  23. 0 => __DIR__ . '/../..' . '/src',
  24. ),
  25. ),
  26. 'G' =>
  27. array (
  28. 'Guzzle\\Tests' =>
  29. array (
  30. 0 => __DIR__ . '/..' . '/guzzle/guzzle/tests',
  31. ),
  32. 'Guzzle' =>
  33. array (
  34. 0 => __DIR__ . '/..' . '/guzzle/guzzle/src',
  35. ),
  36. ),
  37. );
  38. public static function getInitializer(ClassLoader $loader)
  39. {
  40. return \Closure::bind(function () use ($loader) {
  41. $loader->prefixLengthsPsr4 = ComposerStaticInitcd788342cd5b865e4d18d71c39fef977::$prefixLengthsPsr4;
  42. $loader->prefixDirsPsr4 = ComposerStaticInitcd788342cd5b865e4d18d71c39fef977::$prefixDirsPsr4;
  43. $loader->prefixesPsr0 = ComposerStaticInitcd788342cd5b865e4d18d71c39fef977::$prefixesPsr0;
  44. }, null, ClassLoader::class);
  45. }
  46. }