installed.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. [
  2. {
  3. "name": "workerman/gateway-worker",
  4. "version": "v3.0.18",
  5. "version_normalized": "3.0.18.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/walkor/GatewayWorker.git",
  9. "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
  14. "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
  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-07-15T06:45:01+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/mysql",
  46. "version": "v1.0.6",
  47. "version_normalized": "1.0.6.0",
  48. "source": {
  49. "type": "git",
  50. "url": "https://github.com/walkor/mysql.git",
  51. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228"
  52. },
  53. "dist": {
  54. "type": "zip",
  55. "url": "https://api.github.com/repos/walkor/mysql/zipball/28272aa68f9ea1a482f9bb0cf709d169f772d228",
  56. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228",
  57. "shasum": "",
  58. "mirrors": [
  59. {
  60. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  61. "preferred": true
  62. }
  63. ]
  64. },
  65. "require": {
  66. "ext-pdo": "*",
  67. "ext-pdo_mysql": "*",
  68. "php": ">=5.3"
  69. },
  70. "time": "2019-08-02T10:43:09+00:00",
  71. "type": "library",
  72. "installation-source": "source",
  73. "autoload": {
  74. "psr-4": {
  75. "Workerman\\MySQL\\": "./src"
  76. }
  77. },
  78. "notification-url": "https://packagist.org/downloads/",
  79. "license": [
  80. "MIT"
  81. ],
  82. "description": "Long-living MySQL connection for daemon.",
  83. "homepage": "http://www.workerman.net",
  84. "keywords": [
  85. "mysql",
  86. "pdo",
  87. "pdo_mysql"
  88. ]
  89. },
  90. {
  91. "name": "workerman/workerman",
  92. "version": "v4.0.6",
  93. "version_normalized": "4.0.6.0",
  94. "source": {
  95. "type": "git",
  96. "url": "https://github.com/walkor/Workerman.git",
  97. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf"
  98. },
  99. "dist": {
  100. "type": "zip",
  101. "url": "https://api.github.com/repos/walkor/Workerman/zipball/14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  102. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  103. "shasum": "",
  104. "mirrors": [
  105. {
  106. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  107. "preferred": true
  108. }
  109. ]
  110. },
  111. "require": {
  112. "php": ">=5.3"
  113. },
  114. "suggest": {
  115. "ext-event": "For better performance. "
  116. },
  117. "time": "2020-06-12T16:21:56+00:00",
  118. "type": "library",
  119. "installation-source": "dist",
  120. "autoload": {
  121. "psr-4": {
  122. "Workerman\\": "./"
  123. }
  124. },
  125. "notification-url": "https://packagist.org/downloads/",
  126. "license": [
  127. "MIT"
  128. ],
  129. "authors": [
  130. {
  131. "name": "walkor",
  132. "email": "walkor@workerman.net",
  133. "homepage": "http://www.workerman.net",
  134. "role": "Developer"
  135. }
  136. ],
  137. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  138. "homepage": "http://www.workerman.net",
  139. "keywords": [
  140. "asynchronous",
  141. "event-loop"
  142. ]
  143. }
  144. ]