installed.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "packages": [
  3. {
  4. "name": "workerman/channel",
  5. "version": "v1.1.0",
  6. "version_normalized": "1.1.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/walkor/channel.git",
  10. "reference": "3df772d0d20d4cebfcfd621c33d1a1ab732db523"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/walkor/channel/zipball/3df772d0d20d4cebfcfd621c33d1a1ab732db523",
  15. "reference": "3df772d0d20d4cebfcfd621c33d1a1ab732db523",
  16. "shasum": "",
  17. "mirrors": [
  18. {
  19. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  20. "preferred": true
  21. }
  22. ]
  23. },
  24. "require": {
  25. "workerman/workerman": ">=4.0.12"
  26. },
  27. "time": "2021-02-08T02:45:42+00:00",
  28. "type": "library",
  29. "installation-source": "dist",
  30. "autoload": {
  31. "psr-4": {
  32. "Channel\\": "./src"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "homepage": "http://www.workerman.net",
  40. "support": {
  41. "issues": "https://github.com/walkor/channel/issues",
  42. "source": "https://github.com/walkor/channel/tree/v1.1.0"
  43. },
  44. "install-path": "../workerman/channel"
  45. },
  46. {
  47. "name": "workerman/phpsocket.io",
  48. "version": "v1.1.13",
  49. "version_normalized": "1.1.13.0",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/walkor/phpsocket.io.git",
  53. "reference": "25243e320bf6b43f11b96974d1a54241dcd07bce"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/walkor/phpsocket.io/zipball/25243e320bf6b43f11b96974d1a54241dcd07bce",
  58. "reference": "25243e320bf6b43f11b96974d1a54241dcd07bce",
  59. "shasum": "",
  60. "mirrors": [
  61. {
  62. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  63. "preferred": true
  64. }
  65. ]
  66. },
  67. "require": {
  68. "workerman/channel": ">=1.0.0",
  69. "workerman/workerman": ">=3.5.16"
  70. },
  71. "time": "2022-01-19T07:54:05+00:00",
  72. "type": "library",
  73. "installation-source": "dist",
  74. "autoload": {
  75. "psr-4": {
  76. "PHPSocketIO\\": "./src"
  77. }
  78. },
  79. "notification-url": "https://packagist.org/downloads/",
  80. "license": [
  81. "MIT"
  82. ],
  83. "homepage": "http://www.workerman.net",
  84. "keywords": [
  85. "Socket.io"
  86. ],
  87. "support": {
  88. "issues": "https://github.com/walkor/phpsocket.io/issues",
  89. "source": "https://github.com/walkor/phpsocket.io/tree/v1.1.13"
  90. },
  91. "funding": [
  92. {
  93. "url": "https://opencollective.com/walkor",
  94. "type": "open_collective"
  95. },
  96. {
  97. "url": "https://www.patreon.com/walkor",
  98. "type": "patreon"
  99. }
  100. ],
  101. "install-path": "../workerman/phpsocket.io"
  102. },
  103. {
  104. "name": "workerman/workerman",
  105. "version": "v4.0.27",
  106. "version_normalized": "4.0.27.0",
  107. "source": {
  108. "type": "git",
  109. "url": "https://github.com/walkor/workerman.git",
  110. "reference": "d2787647c2bca724248ae6d1e3bb717c2be69be4"
  111. },
  112. "dist": {
  113. "type": "zip",
  114. "url": "https://api.github.com/repos/walkor/workerman/zipball/d2787647c2bca724248ae6d1e3bb717c2be69be4",
  115. "reference": "d2787647c2bca724248ae6d1e3bb717c2be69be4",
  116. "shasum": "",
  117. "mirrors": [
  118. {
  119. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  120. "preferred": true
  121. }
  122. ]
  123. },
  124. "require": {
  125. "php": ">=5.3"
  126. },
  127. "suggest": {
  128. "ext-event": "For better performance. "
  129. },
  130. "time": "2022-02-10T14:20:14+00:00",
  131. "type": "library",
  132. "installation-source": "dist",
  133. "autoload": {
  134. "psr-4": {
  135. "Workerman\\": "./"
  136. }
  137. },
  138. "notification-url": "https://packagist.org/downloads/",
  139. "license": [
  140. "MIT"
  141. ],
  142. "authors": [
  143. {
  144. "name": "walkor",
  145. "email": "walkor@workerman.net",
  146. "homepage": "http://www.workerman.net",
  147. "role": "Developer"
  148. }
  149. ],
  150. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  151. "homepage": "http://www.workerman.net",
  152. "keywords": [
  153. "asynchronous",
  154. "event-loop"
  155. ],
  156. "support": {
  157. "email": "walkor@workerman.net",
  158. "forum": "http://wenda.workerman.net/",
  159. "issues": "https://github.com/walkor/workerman/issues",
  160. "source": "https://github.com/walkor/workerman",
  161. "wiki": "http://doc.workerman.net/"
  162. },
  163. "funding": [
  164. {
  165. "url": "https://opencollective.com/workerman",
  166. "type": "open_collective"
  167. },
  168. {
  169. "url": "https://www.patreon.com/walkor",
  170. "type": "patreon"
  171. }
  172. ],
  173. "install-path": "../workerman/workerman"
  174. }
  175. ],
  176. "dev": true,
  177. "dev-package-names": []
  178. }