autoload_static.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 't' =>
  8. array (
  9. 'think\\composer\\' => 15,
  10. 'think\\' => 6,
  11. ),
  12. 'a' =>
  13. array (
  14. 'app\\' => 4,
  15. ),
  16. 'W' =>
  17. array (
  18. 'Workerman\\' => 10,
  19. ),
  20. 'G' =>
  21. array (
  22. 'GatewayWorker\\' => 14,
  23. 'GatewayClient\\' => 14,
  24. ),
  25. );
  26. public static $prefixDirsPsr4 = array (
  27. 'think\\composer\\' =>
  28. array (
  29. 0 => __DIR__ . '/..' . '/topthink/think-installer/src',
  30. ),
  31. 'think\\' =>
  32. array (
  33. 0 => __DIR__ . '/../..' . '/thinkphp/library/think',
  34. ),
  35. 'app\\' =>
  36. array (
  37. 0 => __DIR__ . '/../..' . '/application',
  38. ),
  39. 'Workerman\\' =>
  40. array (
  41. 0 => __DIR__ . '/..' . '/workerman/workerman',
  42. ),
  43. 'GatewayWorker\\' =>
  44. array (
  45. 0 => __DIR__ . '/..' . '/workerman/gateway-worker/src',
  46. ),
  47. 'GatewayClient\\' =>
  48. array (
  49. 0 => __DIR__ . '/..' . '/workerman/gatewayclient',
  50. ),
  51. );
  52. public static $classMap = array (
  53. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  54. );
  55. public static function getInitializer(ClassLoader $loader)
  56. {
  57. return \Closure::bind(function () use ($loader) {
  58. $loader->prefixLengthsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixLengthsPsr4;
  59. $loader->prefixDirsPsr4 = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$prefixDirsPsr4;
  60. $loader->classMap = ComposerStaticInit2bc4f313dba415539e266f7ac2c87dcd::$classMap;
  61. }, null, ClassLoader::class);
  62. }
  63. }