composer.lock 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "1dde1245f9d2a3136070907f6b983547",
  8. "packages": [
  9. {
  10. "name": "workerman/gateway-worker",
  11. "version": "v3.0.18",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/walkor/GatewayWorker.git",
  15. "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
  20. "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "workerman/workerman": ">=3.5.0"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "psr-4": {
  35. "GatewayWorker\\": "./src"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "homepage": "http://www.workerman.net",
  43. "keywords": [
  44. "communication",
  45. "distributed"
  46. ],
  47. "time": "2020-07-15T06:45:01+00:00"
  48. },
  49. {
  50. "name": "workerman/mysql",
  51. "version": "v1.0.6",
  52. "source": {
  53. "type": "git",
  54. "url": "https://github.com/walkor/mysql.git",
  55. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228"
  56. },
  57. "dist": {
  58. "type": "zip",
  59. "url": "https://api.github.com/repos/walkor/mysql/zipball/28272aa68f9ea1a482f9bb0cf709d169f772d228",
  60. "reference": "28272aa68f9ea1a482f9bb0cf709d169f772d228",
  61. "shasum": "",
  62. "mirrors": [
  63. {
  64. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  65. "preferred": true
  66. }
  67. ]
  68. },
  69. "require": {
  70. "ext-pdo": "*",
  71. "ext-pdo_mysql": "*",
  72. "php": ">=5.3"
  73. },
  74. "type": "library",
  75. "autoload": {
  76. "psr-4": {
  77. "Workerman\\MySQL\\": "./src"
  78. }
  79. },
  80. "notification-url": "https://packagist.org/downloads/",
  81. "license": [
  82. "MIT"
  83. ],
  84. "description": "Long-living MySQL connection for daemon.",
  85. "homepage": "http://www.workerman.net",
  86. "keywords": [
  87. "mysql",
  88. "pdo",
  89. "pdo_mysql"
  90. ],
  91. "time": "2019-08-02T10:43:09+00:00"
  92. },
  93. {
  94. "name": "workerman/workerman",
  95. "version": "v4.0.6",
  96. "source": {
  97. "type": "git",
  98. "url": "https://github.com/walkor/Workerman.git",
  99. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf"
  100. },
  101. "dist": {
  102. "type": "zip",
  103. "url": "https://api.github.com/repos/walkor/Workerman/zipball/14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  104. "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
  105. "shasum": "",
  106. "mirrors": [
  107. {
  108. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  109. "preferred": true
  110. }
  111. ]
  112. },
  113. "require": {
  114. "php": ">=5.3"
  115. },
  116. "suggest": {
  117. "ext-event": "For better performance. "
  118. },
  119. "type": "library",
  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. "time": "2020-06-12T16:21:56+00:00"
  144. }
  145. ],
  146. "packages-dev": [],
  147. "aliases": [],
  148. "minimum-stability": "stable",
  149. "stability-flags": [],
  150. "prefer-stable": false,
  151. "prefer-lowest": false,
  152. "platform": [],
  153. "platform-dev": []
  154. }