autoload_static.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'W' =>
  8. array (
  9. 'WebSocket\\' => 10,
  10. ),
  11. 'P' =>
  12. array (
  13. 'Psr\\Log\\' => 8,
  14. 'Psr\\Http\\Message\\' => 17,
  15. 'Phrity\\Util\\' => 12,
  16. 'Phrity\\Net\\' => 11,
  17. ),
  18. );
  19. public static $prefixDirsPsr4 = array (
  20. 'WebSocket\\' =>
  21. array (
  22. 0 => __DIR__ . '/..' . '/textalk/websocket/lib',
  23. ),
  24. 'Psr\\Log\\' =>
  25. array (
  26. 0 => __DIR__ . '/..' . '/psr/log/src',
  27. ),
  28. 'Psr\\Http\\Message\\' =>
  29. array (
  30. 0 => __DIR__ . '/..' . '/psr/http-message/src',
  31. 1 => __DIR__ . '/..' . '/psr/http-factory/src',
  32. ),
  33. 'Phrity\\Util\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/phrity/util-errorhandler/src',
  36. ),
  37. 'Phrity\\Net\\' =>
  38. array (
  39. 0 => __DIR__ . '/..' . '/phrity/net-uri/src',
  40. ),
  41. );
  42. public static $classMap = array (
  43. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  44. );
  45. public static function getInitializer(ClassLoader $loader)
  46. {
  47. return \Closure::bind(function () use ($loader) {
  48. $loader->prefixLengthsPsr4 = ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6::$prefixLengthsPsr4;
  49. $loader->prefixDirsPsr4 = ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6::$prefixDirsPsr4;
  50. $loader->classMap = ComposerStaticInitdf1f81a0630f57ab5fb14da5bc0832c6::$classMap;
  51. }, null, ClassLoader::class);
  52. }
  53. }