autoload_static.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitcab7e6e67f2494ce78343662b5a57562
  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__ . '/..' . '/qcloud/cos-sdk-v5/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 $classMap = array (
  39. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  40. );
  41. public static function getInitializer(ClassLoader $loader)
  42. {
  43. return \Closure::bind(function () use ($loader) {
  44. $loader->prefixLengthsPsr4 = ComposerStaticInitcab7e6e67f2494ce78343662b5a57562::$prefixLengthsPsr4;
  45. $loader->prefixDirsPsr4 = ComposerStaticInitcab7e6e67f2494ce78343662b5a57562::$prefixDirsPsr4;
  46. $loader->prefixesPsr0 = ComposerStaticInitcab7e6e67f2494ce78343662b5a57562::$prefixesPsr0;
  47. $loader->classMap = ComposerStaticInitcab7e6e67f2494ce78343662b5a57562::$classMap;
  48. }, null, ClassLoader::class);
  49. }
  50. }