composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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": "286e7e334b77d4eab745343ec897b0ec",
  8. "packages": [
  9. {
  10. "name": "psr/container",
  11. "version": "1.1.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/container.git",
  15. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  20. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.4.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-4": {
  29. "Psr\\Container\\": "src/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "authors": [
  37. {
  38. "name": "PHP-FIG",
  39. "homepage": "https://www.php-fig.org/"
  40. }
  41. ],
  42. "description": "Common Container Interface (PHP FIG PSR-11)",
  43. "homepage": "https://github.com/php-fig/container",
  44. "keywords": [
  45. "PSR-11",
  46. "container",
  47. "container-interface",
  48. "container-interop",
  49. "psr"
  50. ],
  51. "support": {
  52. "issues": "https://github.com/php-fig/container/issues",
  53. "source": "https://github.com/php-fig/container/tree/1.1.2"
  54. },
  55. "time": "2021-11-05T16:50:12+00:00"
  56. },
  57. {
  58. "name": "psr/http-message",
  59. "version": "1.0.1",
  60. "source": {
  61. "type": "git",
  62. "url": "https://github.com/php-fig/http-message.git",
  63. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  64. },
  65. "dist": {
  66. "type": "zip",
  67. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  68. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  69. "shasum": ""
  70. },
  71. "require": {
  72. "php": ">=5.3.0"
  73. },
  74. "type": "library",
  75. "extra": {
  76. "branch-alias": {
  77. "dev-master": "1.0.x-dev"
  78. }
  79. },
  80. "autoload": {
  81. "psr-4": {
  82. "Psr\\Http\\Message\\": "src/"
  83. }
  84. },
  85. "notification-url": "https://packagist.org/downloads/",
  86. "license": [
  87. "MIT"
  88. ],
  89. "authors": [
  90. {
  91. "name": "PHP-FIG",
  92. "homepage": "http://www.php-fig.org/"
  93. }
  94. ],
  95. "description": "Common interface for HTTP messages",
  96. "homepage": "https://github.com/php-fig/http-message",
  97. "keywords": [
  98. "http",
  99. "http-message",
  100. "psr",
  101. "psr-7",
  102. "request",
  103. "response"
  104. ],
  105. "support": {
  106. "source": "https://github.com/php-fig/http-message/tree/master"
  107. },
  108. "time": "2016-08-06T14:39:51+00:00"
  109. },
  110. {
  111. "name": "psr/log",
  112. "version": "1.1.4",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/php-fig/log.git",
  116. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  121. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  122. "shasum": ""
  123. },
  124. "require": {
  125. "php": ">=5.3.0"
  126. },
  127. "type": "library",
  128. "extra": {
  129. "branch-alias": {
  130. "dev-master": "1.1.x-dev"
  131. }
  132. },
  133. "autoload": {
  134. "psr-4": {
  135. "Psr\\Log\\": "Psr/Log/"
  136. }
  137. },
  138. "notification-url": "https://packagist.org/downloads/",
  139. "license": [
  140. "MIT"
  141. ],
  142. "authors": [
  143. {
  144. "name": "PHP-FIG",
  145. "homepage": "https://www.php-fig.org/"
  146. }
  147. ],
  148. "description": "Common interface for logging libraries",
  149. "homepage": "https://github.com/php-fig/log",
  150. "keywords": [
  151. "log",
  152. "psr",
  153. "psr-3"
  154. ],
  155. "support": {
  156. "source": "https://github.com/php-fig/log/tree/1.1.4"
  157. },
  158. "time": "2021-05-03T11:20:27+00:00"
  159. },
  160. {
  161. "name": "psr/simple-cache",
  162. "version": "1.0.1",
  163. "source": {
  164. "type": "git",
  165. "url": "https://github.com/php-fig/simple-cache.git",
  166. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  167. },
  168. "dist": {
  169. "type": "zip",
  170. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  171. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  172. "shasum": ""
  173. },
  174. "require": {
  175. "php": ">=5.3.0"
  176. },
  177. "type": "library",
  178. "extra": {
  179. "branch-alias": {
  180. "dev-master": "1.0.x-dev"
  181. }
  182. },
  183. "autoload": {
  184. "psr-4": {
  185. "Psr\\SimpleCache\\": "src/"
  186. }
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "MIT"
  191. ],
  192. "authors": [
  193. {
  194. "name": "PHP-FIG",
  195. "homepage": "http://www.php-fig.org/"
  196. }
  197. ],
  198. "description": "Common interfaces for simple caching",
  199. "keywords": [
  200. "cache",
  201. "caching",
  202. "psr",
  203. "psr-16",
  204. "simple-cache"
  205. ],
  206. "support": {
  207. "source": "https://github.com/php-fig/simple-cache/tree/master"
  208. },
  209. "time": "2017-10-23T01:57:42+00:00"
  210. },
  211. {
  212. "name": "topthink/framework",
  213. "version": "v6.1.2",
  214. "source": {
  215. "type": "git",
  216. "url": "https://github.com/top-think/framework.git",
  217. "reference": "67235be5b919aaaf1de5aed9839f65d8e766aca3"
  218. },
  219. "dist": {
  220. "type": "zip",
  221. "url": "https://api.github.com/repos/top-think/framework/zipball/67235be5b919aaaf1de5aed9839f65d8e766aca3",
  222. "reference": "67235be5b919aaaf1de5aed9839f65d8e766aca3",
  223. "shasum": ""
  224. },
  225. "require": {
  226. "ext-json": "*",
  227. "ext-mbstring": "*",
  228. "php": ">=7.2.5",
  229. "psr/container": "~1.0",
  230. "psr/http-message": "^1.0",
  231. "psr/log": "~1.0",
  232. "psr/simple-cache": "^1.0",
  233. "topthink/think-helper": "^3.1.1",
  234. "topthink/think-orm": "^2.0|^3.0"
  235. },
  236. "require-dev": {
  237. "guzzlehttp/psr7": "^2.1.0",
  238. "mikey179/vfsstream": "^1.6",
  239. "mockery/mockery": "^1.2",
  240. "phpunit/phpunit": "^7.0"
  241. },
  242. "type": "library",
  243. "autoload": {
  244. "files": [],
  245. "psr-4": {
  246. "think\\": "src/think/"
  247. }
  248. },
  249. "notification-url": "https://packagist.org/downloads/",
  250. "license": [
  251. "Apache-2.0"
  252. ],
  253. "authors": [
  254. {
  255. "name": "liu21st",
  256. "email": "liu21st@gmail.com"
  257. },
  258. {
  259. "name": "yunwuxin",
  260. "email": "448901948@qq.com"
  261. }
  262. ],
  263. "description": "The ThinkPHP Framework.",
  264. "homepage": "http://thinkphp.cn/",
  265. "keywords": [
  266. "framework",
  267. "orm",
  268. "thinkphp"
  269. ],
  270. "support": {
  271. "issues": "https://github.com/top-think/framework/issues",
  272. "source": "https://github.com/top-think/framework/tree/v6.1.2"
  273. },
  274. "time": "2023-02-08T02:24:01+00:00"
  275. },
  276. {
  277. "name": "topthink/think-helper",
  278. "version": "v3.1.6",
  279. "source": {
  280. "type": "git",
  281. "url": "https://github.com/top-think/think-helper.git",
  282. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  283. },
  284. "dist": {
  285. "type": "zip",
  286. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  287. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  288. "shasum": ""
  289. },
  290. "require": {
  291. "php": ">=7.1.0"
  292. },
  293. "require-dev": {
  294. "phpunit/phpunit": "^9.5"
  295. },
  296. "type": "library",
  297. "autoload": {
  298. "files": [
  299. "src/helper.php"
  300. ],
  301. "psr-4": {
  302. "think\\": "src"
  303. }
  304. },
  305. "notification-url": "https://packagist.org/downloads/",
  306. "license": [
  307. "Apache-2.0"
  308. ],
  309. "authors": [
  310. {
  311. "name": "yunwuxin",
  312. "email": "448901948@qq.com"
  313. }
  314. ],
  315. "description": "The ThinkPHP6 Helper Package",
  316. "support": {
  317. "issues": "https://github.com/top-think/think-helper/issues",
  318. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  319. },
  320. "time": "2021-12-15T04:27:55+00:00"
  321. },
  322. {
  323. "name": "topthink/think-orm",
  324. "version": "v3.0.3",
  325. "source": {
  326. "type": "git",
  327. "url": "https://github.com/top-think/think-orm.git",
  328. "reference": "6bf1b41030b7d9ed98aa37323132c9a9563e9ffc"
  329. },
  330. "dist": {
  331. "type": "zip",
  332. "url": "https://api.github.com/repos/top-think/think-orm/zipball/6bf1b41030b7d9ed98aa37323132c9a9563e9ffc",
  333. "reference": "6bf1b41030b7d9ed98aa37323132c9a9563e9ffc",
  334. "shasum": ""
  335. },
  336. "require": {
  337. "ext-json": "*",
  338. "ext-pdo": "*",
  339. "php": ">=8.0.0",
  340. "psr/log": ">=1.0",
  341. "psr/simple-cache": ">=1.0",
  342. "topthink/think-helper": "^3.1"
  343. },
  344. "require-dev": {
  345. "phpunit/phpunit": "^7|^8|^9.5"
  346. },
  347. "type": "library",
  348. "autoload": {
  349. "files": [
  350. "stubs/load_stubs.php"
  351. ],
  352. "psr-4": {
  353. "think\\": "src"
  354. }
  355. },
  356. "notification-url": "https://packagist.org/downloads/",
  357. "license": [
  358. "Apache-2.0"
  359. ],
  360. "authors": [
  361. {
  362. "name": "liu21st",
  363. "email": "liu21st@gmail.com"
  364. }
  365. ],
  366. "description": "think orm",
  367. "keywords": [
  368. "database",
  369. "orm"
  370. ],
  371. "support": {
  372. "issues": "https://github.com/top-think/think-orm/issues",
  373. "source": "https://github.com/top-think/think-orm/tree/v3.0.3"
  374. },
  375. "time": "2023-02-07T05:47:35+00:00"
  376. }
  377. ],
  378. "packages-dev": [],
  379. "aliases": [],
  380. "minimum-stability": "stable",
  381. "stability-flags": [],
  382. "prefer-stable": false,
  383. "prefer-lowest": false,
  384. "platform": {
  385. "php": ">=7.1.0"
  386. },
  387. "platform-dev": [],
  388. "plugin-api-version": "2.3.0"
  389. }