tp5.1框架 think-queue 队列
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

composer.lock 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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": "96d9cef57d4d985d58590b21708c88fc",
  8. "packages": [
  9. {
  10. "name": "topthink/framework",
  11. "version": "v5.1.42",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/top-think/framework.git",
  15. "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/top-think/framework/zipball/ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
  20. "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.6.0",
  25. "topthink/think-installer": "2.*"
  26. },
  27. "require-dev": {
  28. "johnkary/phpunit-speedtrap": "^1.0",
  29. "mikey179/vfsstream": "~1.6",
  30. "phpdocumentor/reflection-docblock": "^2.0",
  31. "phploc/phploc": "2.*",
  32. "phpunit/phpunit": "^5.0|^6.0",
  33. "sebastian/phpcpd": "2.*",
  34. "squizlabs/php_codesniffer": "2.*"
  35. },
  36. "type": "think-framework",
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "Apache-2.0"
  40. ],
  41. "authors": [
  42. {
  43. "name": "liu21st",
  44. "email": "liu21st@gmail.com"
  45. },
  46. {
  47. "name": "yunwuxin",
  48. "email": "448901948@qq.com"
  49. }
  50. ],
  51. "description": "the new thinkphp framework",
  52. "homepage": "http://thinkphp.cn/",
  53. "keywords": [
  54. "framework",
  55. "orm",
  56. "thinkphp"
  57. ],
  58. "support": {
  59. "issues": "https://github.com/top-think/framework/issues",
  60. "source": "https://github.com/top-think/framework/tree/v5.1.42"
  61. },
  62. "time": "2022-10-25T15:04:49+00:00"
  63. },
  64. {
  65. "name": "topthink/think-helper",
  66. "version": "v3.1.6",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/top-think/think-helper.git",
  70. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  75. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=7.1.0"
  80. },
  81. "require-dev": {
  82. "phpunit/phpunit": "^9.5"
  83. },
  84. "type": "library",
  85. "autoload": {
  86. "files": [
  87. "src/helper.php"
  88. ],
  89. "psr-4": {
  90. "think\\": "src"
  91. }
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "Apache-2.0"
  96. ],
  97. "authors": [
  98. {
  99. "name": "yunwuxin",
  100. "email": "448901948@qq.com"
  101. }
  102. ],
  103. "description": "The ThinkPHP6 Helper Package",
  104. "support": {
  105. "issues": "https://github.com/top-think/think-helper/issues",
  106. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  107. },
  108. "time": "2021-12-15T04:27:55+00:00"
  109. },
  110. {
  111. "name": "topthink/think-installer",
  112. "version": "v2.0.5",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/top-think/think-installer.git",
  116. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
  121. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
  122. "shasum": ""
  123. },
  124. "require": {
  125. "composer-plugin-api": "^1.0||^2.0"
  126. },
  127. "require-dev": {
  128. "composer/composer": "^1.0||^2.0"
  129. },
  130. "type": "composer-plugin",
  131. "extra": {
  132. "class": "think\\composer\\Plugin"
  133. },
  134. "autoload": {
  135. "psr-4": {
  136. "think\\composer\\": "src"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "Apache-2.0"
  142. ],
  143. "authors": [
  144. {
  145. "name": "yunwuxin",
  146. "email": "448901948@qq.com"
  147. }
  148. ],
  149. "support": {
  150. "issues": "https://github.com/top-think/think-installer/issues",
  151. "source": "https://github.com/top-think/think-installer/tree/v2.0.5"
  152. },
  153. "time": "2021-01-14T12:12:14+00:00"
  154. },
  155. {
  156. "name": "topthink/think-queue",
  157. "version": "v2.0.4",
  158. "source": {
  159. "type": "git",
  160. "url": "https://github.com/top-think/think-queue.git",
  161. "reference": "d9b8f38c7af8ad770257b0d7db711ce8b12a6969"
  162. },
  163. "dist": {
  164. "type": "zip",
  165. "url": "https://api.github.com/repos/top-think/think-queue/zipball/d9b8f38c7af8ad770257b0d7db711ce8b12a6969",
  166. "reference": "d9b8f38c7af8ad770257b0d7db711ce8b12a6969",
  167. "shasum": ""
  168. },
  169. "require": {
  170. "topthink/framework": "5.1.*",
  171. "topthink/think-helper": ">=1.0.4",
  172. "topthink/think-installer": "^2.0"
  173. },
  174. "type": "think-extend",
  175. "extra": {
  176. "think-config": {
  177. "queue": "src/config.php"
  178. }
  179. },
  180. "autoload": {
  181. "files": [
  182. "src/common.php"
  183. ],
  184. "psr-4": {
  185. "think\\": "src"
  186. }
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "Apache-2.0"
  191. ],
  192. "authors": [
  193. {
  194. "name": "yunwuxin",
  195. "email": "448901948@qq.com"
  196. }
  197. ],
  198. "description": "The ThinkPHP5 Queue Package",
  199. "support": {
  200. "issues": "https://github.com/top-think/think-queue/issues",
  201. "source": "https://github.com/top-think/think-queue/tree/2.0"
  202. },
  203. "time": "2018-05-11T06:55:55+00:00"
  204. }
  205. ],
  206. "packages-dev": [],
  207. "aliases": [],
  208. "minimum-stability": "stable",
  209. "stability-flags": [],
  210. "prefer-stable": false,
  211. "prefer-lowest": false,
  212. "platform": {
  213. "php": ">=5.6.0"
  214. },
  215. "platform-dev": [],
  216. "plugin-api-version": "2.0.0"
  217. }