installed.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. [
  2. {
  3. "name": "workerman/gateway-worker",
  4. "version": "v3.0.16",
  5. "version_normalized": "3.0.16.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/walkor/GatewayWorker.git",
  9. "reference": "f153c28c76cf60cc882d6b66f89b622176268fb7"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/f153c28c76cf60cc882d6b66f89b622176268fb7",
  14. "reference": "f153c28c76cf60cc882d6b66f89b622176268fb7",
  15. "shasum": "",
  16. "mirrors": [
  17. {
  18. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  19. "preferred": true
  20. }
  21. ]
  22. },
  23. "require": {
  24. "workerman/workerman": ">=3.5.0"
  25. },
  26. "time": "2020-06-04T02:58:35+00:00",
  27. "type": "library",
  28. "installation-source": "dist",
  29. "autoload": {
  30. "psr-4": {
  31. "GatewayWorker\\": "./src"
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "homepage": "http://www.workerman.net",
  39. "keywords": [
  40. "communication",
  41. "distributed"
  42. ]
  43. },
  44. {
  45. "name": "workerman/gatewayclient",
  46. "version": "v3.0.13",
  47. "version_normalized": "3.0.13.0",
  48. "source": {
  49. "type": "git",
  50. "url": "https://github.com/walkor/GatewayClient.git",
  51. "reference": "6f4e76f38947be5cabca2c6fee367151f248d949"
  52. },
  53. "dist": {
  54. "type": "zip",
  55. "url": "https://api.github.com/repos/walkor/GatewayClient/zipball/6f4e76f38947be5cabca2c6fee367151f248d949",
  56. "reference": "6f4e76f38947be5cabca2c6fee367151f248d949",
  57. "shasum": "",
  58. "mirrors": [
  59. {
  60. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  61. "preferred": true
  62. }
  63. ]
  64. },
  65. "time": "2018-09-15T03:03:50+00:00",
  66. "type": "library",
  67. "installation-source": "dist",
  68. "autoload": {
  69. "psr-4": {
  70. "GatewayClient\\": "./"
  71. }
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "MIT"
  76. ],
  77. "homepage": "http://www.workerman.net"
  78. },
  79. {
  80. "name": "workerman/mysql",
  81. "version": "v1.0.6",
  82. "version_normalized": "1.0.6.0",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/walkor/mysql.git",
  86. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/walkor/mysql/zipball/28272aa68f9ea1a482f9bb0cf709d169f772d228",
  91. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228",
  92. "shasum": "",
  93. "mirrors": [
  94. {
  95. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  96. "preferred": true
  97. }
  98. ]
  99. },
  100. "require": {
  101. "ext-pdo": "*",
  102. "ext-pdo_mysql": "*",
  103. "php": ">=5.3"
  104. },
  105. "time": "2019-08-02T10:43:09+00:00",
  106. "type": "library",
  107. "installation-source": "dist",
  108. "autoload": {
  109. "psr-4": {
  110. "Workerman\\MySQL\\": "./src"
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "MIT"
  116. ],
  117. "description": "Long-living MySQL connection for daemon.",
  118. "homepage": "http://www.workerman.net",
  119. "keywords": [
  120. "mysql",
  121. "pdo",
  122. "pdo_mysql"
  123. ]
  124. },
  125. {
  126. "name": "workerman/workerman",
  127. "version": "v4.0.6",
  128. "version_normalized": "4.0.6.0",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/walkor/Workerman.git",
  132. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/walkor/Workerman/zipball/14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  137. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  138. "shasum": "",
  139. "mirrors": [
  140. {
  141. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  142. "preferred": true
  143. }
  144. ]
  145. },
  146. "require": {
  147. "php": ">=5.3"
  148. },
  149. "suggest": {
  150. "ext-event": "For better performance. "
  151. },
  152. "time": "2020-06-12T16:21:56+00:00",
  153. "type": "library",
  154. "installation-source": "dist",
  155. "autoload": {
  156. "psr-4": {
  157. "Workerman\\": "./"
  158. }
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "walkor",
  167. "email": "walkor@workerman.net",
  168. "homepage": "http://www.workerman.net",
  169. "role": "Developer"
  170. }
  171. ],
  172. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  173. "homepage": "http://www.workerman.net",
  174. "keywords": [
  175. "asynchronous",
  176. "event-loop"
  177. ]
  178. }
  179. ]