installed.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. [
  2. {
  3. "name": "workerman/workerman",
  4. "version": "v4.0.6",
  5. "version_normalized": "4.0.6.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/walkor/Workerman.git",
  9. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/walkor/Workerman/zipball/14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  14. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3"
  19. },
  20. "suggest": {
  21. "ext-event": "For better performance. "
  22. },
  23. "time": "2020-06-12T16:21:56+00:00",
  24. "type": "library",
  25. "installation-source": "dist",
  26. "autoload": {
  27. "psr-4": {
  28. "Workerman\\": "./"
  29. }
  30. },
  31. "notification-url": "https://packagist.org/downloads/",
  32. "license": [
  33. "MIT"
  34. ],
  35. "authors": [
  36. {
  37. "name": "walkor",
  38. "email": "walkor@workerman.net",
  39. "homepage": "http://www.workerman.net",
  40. "role": "Developer"
  41. }
  42. ],
  43. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  44. "homepage": "http://www.workerman.net",
  45. "keywords": [
  46. "asynchronous",
  47. "event-loop"
  48. ]
  49. },
  50. {
  51. "name": "workerman/channel",
  52. "version": "v1.0.5",
  53. "version_normalized": "1.0.5.0",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/walkor/Channel.git",
  57. "reference": "0836a9a413c6e8425ee36307d95e2e49cc380f50"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/walkor/Channel/zipball/0836a9a413c6e8425ee36307d95e2e49cc380f50",
  62. "reference": "0836a9a413c6e8425ee36307d95e2e49cc380f50",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "workerman/workerman": ">=3.3.0"
  67. },
  68. "time": "2018-07-02T02:42:37+00:00",
  69. "type": "library",
  70. "installation-source": "dist",
  71. "autoload": {
  72. "psr-4": {
  73. "Channel\\": "./src"
  74. }
  75. },
  76. "notification-url": "https://packagist.org/downloads/",
  77. "license": [
  78. "MIT"
  79. ],
  80. "homepage": "http://www.workerman.net"
  81. },
  82. {
  83. "name": "workerman/phpsocket.io",
  84. "version": "v1.1.12",
  85. "version_normalized": "1.1.12.0",
  86. "source": {
  87. "type": "git",
  88. "url": "https://github.com/walkor/phpsocket.io.git",
  89. "reference": "7c4fd8738344a2950897ea97532312e791b099b7"
  90. },
  91. "dist": {
  92. "type": "zip",
  93. "url": "https://api.github.com/repos/walkor/phpsocket.io/zipball/7c4fd8738344a2950897ea97532312e791b099b7",
  94. "reference": "7c4fd8738344a2950897ea97532312e791b099b7",
  95. "shasum": ""
  96. },
  97. "require": {
  98. "workerman/channel": ">=1.0.0",
  99. "workerman/workerman": ">=3.5.16"
  100. },
  101. "time": "2020-03-20T10:42:09+00:00",
  102. "type": "library",
  103. "installation-source": "dist",
  104. "autoload": {
  105. "psr-4": {
  106. "PHPSocketIO\\": "./src"
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "MIT"
  112. ],
  113. "homepage": "http://www.workerman.net",
  114. "keywords": [
  115. "Socket.io"
  116. ]
  117. }
  118. ]