暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162
  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": "76e04afe3cb40e6e8e532262ddbaa564",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "2.5.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "8aaffb653c5777781b0f7f69a5d937baf7ab6cdb"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8aaffb653c5777781b0f7f69a5d937baf7ab6cdb",
  20. "reference": "8aaffb653c5777781b0f7f69a5d937baf7ab6cdb",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "league/mime-type-detection": "^1.0.0",
  26. "php": "^7.2 || ^8.0"
  27. },
  28. "conflict": {
  29. "guzzlehttp/ringphp": "<1.1.1"
  30. },
  31. "require-dev": {
  32. "async-aws/s3": "^1.5",
  33. "async-aws/simple-s3": "^1.0",
  34. "aws/aws-sdk-php": "^3.132.4",
  35. "composer/semver": "^3.0",
  36. "ext-fileinfo": "*",
  37. "ext-ftp": "*",
  38. "friendsofphp/php-cs-fixer": "^3.2",
  39. "google/cloud-storage": "^1.23",
  40. "phpseclib/phpseclib": "^2.0",
  41. "phpstan/phpstan": "^0.12.26",
  42. "phpunit/phpunit": "^8.5 || ^9.4",
  43. "sabre/dav": "^4.1"
  44. },
  45. "type": "library",
  46. "autoload": {
  47. "psr-4": {
  48. "League\\Flysystem\\": "src"
  49. }
  50. },
  51. "notification-url": "https://packagist.org/downloads/",
  52. "license": [
  53. "MIT"
  54. ],
  55. "authors": [
  56. {
  57. "name": "Frank de Jonge",
  58. "email": "info@frankdejonge.nl"
  59. }
  60. ],
  61. "description": "File storage abstraction for PHP",
  62. "keywords": [
  63. "WebDAV",
  64. "aws",
  65. "cloud",
  66. "file",
  67. "files",
  68. "filesystem",
  69. "filesystems",
  70. "ftp",
  71. "s3",
  72. "sftp",
  73. "storage"
  74. ],
  75. "support": {
  76. "issues": "https://github.com/thephpleague/flysystem/issues",
  77. "source": "https://github.com/thephpleague/flysystem/tree/2.5.0"
  78. },
  79. "funding": [
  80. {
  81. "url": "https://ecologi.com/frankdejonge",
  82. "type": "custom"
  83. },
  84. {
  85. "url": "https://github.com/frankdejonge",
  86. "type": "github"
  87. },
  88. {
  89. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  90. "type": "tidelift"
  91. }
  92. ],
  93. "time": "2022-09-17T21:02:32+00:00"
  94. },
  95. {
  96. "name": "league/mime-type-detection",
  97. "version": "1.15.0",
  98. "source": {
  99. "type": "git",
  100. "url": "https://github.com/thephpleague/mime-type-detection.git",
  101. "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
  102. },
  103. "dist": {
  104. "type": "zip",
  105. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
  106. "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
  107. "shasum": ""
  108. },
  109. "require": {
  110. "ext-fileinfo": "*",
  111. "php": "^7.4 || ^8.0"
  112. },
  113. "require-dev": {
  114. "friendsofphp/php-cs-fixer": "^3.2",
  115. "phpstan/phpstan": "^0.12.68",
  116. "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
  117. },
  118. "type": "library",
  119. "autoload": {
  120. "psr-4": {
  121. "League\\MimeTypeDetection\\": "src"
  122. }
  123. },
  124. "notification-url": "https://packagist.org/downloads/",
  125. "license": [
  126. "MIT"
  127. ],
  128. "authors": [
  129. {
  130. "name": "Frank de Jonge",
  131. "email": "info@frankdejonge.nl"
  132. }
  133. ],
  134. "description": "Mime-type detection for Flysystem",
  135. "support": {
  136. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  137. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
  138. },
  139. "funding": [
  140. {
  141. "url": "https://github.com/frankdejonge",
  142. "type": "github"
  143. },
  144. {
  145. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  146. "type": "tidelift"
  147. }
  148. ],
  149. "time": "2024-01-28T23:22:08+00:00"
  150. },
  151. {
  152. "name": "psr/container",
  153. "version": "2.0.2",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/php-fig/container.git",
  157. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  162. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "php": ">=7.4.0"
  167. },
  168. "type": "library",
  169. "extra": {
  170. "branch-alias": {
  171. "dev-master": "2.0.x-dev"
  172. }
  173. },
  174. "autoload": {
  175. "psr-4": {
  176. "Psr\\Container\\": "src/"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT"
  182. ],
  183. "authors": [
  184. {
  185. "name": "PHP-FIG",
  186. "homepage": "https://www.php-fig.org/"
  187. }
  188. ],
  189. "description": "Common Container Interface (PHP FIG PSR-11)",
  190. "homepage": "https://github.com/php-fig/container",
  191. "keywords": [
  192. "PSR-11",
  193. "container",
  194. "container-interface",
  195. "container-interop",
  196. "psr"
  197. ],
  198. "support": {
  199. "issues": "https://github.com/php-fig/container/issues",
  200. "source": "https://github.com/php-fig/container/tree/2.0.2"
  201. },
  202. "time": "2021-11-05T16:47:00+00:00"
  203. },
  204. {
  205. "name": "psr/http-message",
  206. "version": "1.1",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/php-fig/http-message.git",
  210. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  215. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "php": "^7.2 || ^8.0"
  220. },
  221. "type": "library",
  222. "extra": {
  223. "branch-alias": {
  224. "dev-master": "1.1.x-dev"
  225. }
  226. },
  227. "autoload": {
  228. "psr-4": {
  229. "Psr\\Http\\Message\\": "src/"
  230. }
  231. },
  232. "notification-url": "https://packagist.org/downloads/",
  233. "license": [
  234. "MIT"
  235. ],
  236. "authors": [
  237. {
  238. "name": "PHP-FIG",
  239. "homepage": "http://www.php-fig.org/"
  240. }
  241. ],
  242. "description": "Common interface for HTTP messages",
  243. "homepage": "https://github.com/php-fig/http-message",
  244. "keywords": [
  245. "http",
  246. "http-message",
  247. "psr",
  248. "psr-7",
  249. "request",
  250. "response"
  251. ],
  252. "support": {
  253. "source": "https://github.com/php-fig/http-message/tree/1.1"
  254. },
  255. "time": "2023-04-04T09:50:52+00:00"
  256. },
  257. {
  258. "name": "psr/log",
  259. "version": "3.0.0",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/php-fig/log.git",
  263. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  268. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "php": ">=8.0.0"
  273. },
  274. "type": "library",
  275. "extra": {
  276. "branch-alias": {
  277. "dev-master": "3.x-dev"
  278. }
  279. },
  280. "autoload": {
  281. "psr-4": {
  282. "Psr\\Log\\": "src"
  283. }
  284. },
  285. "notification-url": "https://packagist.org/downloads/",
  286. "license": [
  287. "MIT"
  288. ],
  289. "authors": [
  290. {
  291. "name": "PHP-FIG",
  292. "homepage": "https://www.php-fig.org/"
  293. }
  294. ],
  295. "description": "Common interface for logging libraries",
  296. "homepage": "https://github.com/php-fig/log",
  297. "keywords": [
  298. "log",
  299. "psr",
  300. "psr-3"
  301. ],
  302. "support": {
  303. "source": "https://github.com/php-fig/log/tree/3.0.0"
  304. },
  305. "time": "2021-07-14T16:46:02+00:00"
  306. },
  307. {
  308. "name": "psr/simple-cache",
  309. "version": "3.0.0",
  310. "source": {
  311. "type": "git",
  312. "url": "https://github.com/php-fig/simple-cache.git",
  313. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  314. },
  315. "dist": {
  316. "type": "zip",
  317. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  318. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  319. "shasum": ""
  320. },
  321. "require": {
  322. "php": ">=8.0.0"
  323. },
  324. "type": "library",
  325. "extra": {
  326. "branch-alias": {
  327. "dev-master": "3.0.x-dev"
  328. }
  329. },
  330. "autoload": {
  331. "psr-4": {
  332. "Psr\\SimpleCache\\": "src/"
  333. }
  334. },
  335. "notification-url": "https://packagist.org/downloads/",
  336. "license": [
  337. "MIT"
  338. ],
  339. "authors": [
  340. {
  341. "name": "PHP-FIG",
  342. "homepage": "https://www.php-fig.org/"
  343. }
  344. ],
  345. "description": "Common interfaces for simple caching",
  346. "keywords": [
  347. "cache",
  348. "caching",
  349. "psr",
  350. "psr-16",
  351. "simple-cache"
  352. ],
  353. "support": {
  354. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  355. },
  356. "time": "2021-10-29T13:26:27+00:00"
  357. },
  358. {
  359. "name": "topthink/framework",
  360. "version": "v8.0.3",
  361. "source": {
  362. "type": "git",
  363. "url": "https://github.com/top-think/framework.git",
  364. "reference": "5e59fb1e2bcb400c6f82e99d1a40dd058afc8563"
  365. },
  366. "dist": {
  367. "type": "zip",
  368. "url": "https://api.github.com/repos/top-think/framework/zipball/5e59fb1e2bcb400c6f82e99d1a40dd058afc8563",
  369. "reference": "5e59fb1e2bcb400c6f82e99d1a40dd058afc8563",
  370. "shasum": ""
  371. },
  372. "require": {
  373. "ext-json": "*",
  374. "ext-mbstring": "*",
  375. "php": ">=8.0.0",
  376. "psr/container": "^2.0",
  377. "psr/http-message": "^1.0",
  378. "psr/log": "^1.0|^2.0|^3.0",
  379. "psr/simple-cache": "^1.0|^2.0|^3.0",
  380. "topthink/think-helper": "^3.1",
  381. "topthink/think-orm": "^3.0"
  382. },
  383. "require-dev": {
  384. "guzzlehttp/psr7": "^2.1.0",
  385. "mikey179/vfsstream": "^1.6",
  386. "mockery/mockery": "^1.2",
  387. "phpunit/phpunit": "^9.5"
  388. },
  389. "type": "library",
  390. "autoload": {
  391. "files": [],
  392. "psr-4": {
  393. "think\\": "src/think/"
  394. }
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "Apache-2.0"
  399. ],
  400. "authors": [
  401. {
  402. "name": "liu21st",
  403. "email": "liu21st@gmail.com"
  404. },
  405. {
  406. "name": "yunwuxin",
  407. "email": "448901948@qq.com"
  408. }
  409. ],
  410. "description": "The ThinkPHP Framework.",
  411. "homepage": "http://thinkphp.cn/",
  412. "keywords": [
  413. "framework",
  414. "orm",
  415. "thinkphp"
  416. ],
  417. "support": {
  418. "issues": "https://github.com/top-think/framework/issues",
  419. "source": "https://github.com/top-think/framework/tree/v8.0.3"
  420. },
  421. "time": "2023-10-17T08:31:52+00:00"
  422. },
  423. {
  424. "name": "topthink/think-filesystem",
  425. "version": "v2.0.2",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/top-think/think-filesystem.git",
  429. "reference": "c08503232fcae0c3c7fefae5e6b5c841ffe09f2f"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/c08503232fcae0c3c7fefae5e6b5c841ffe09f2f",
  434. "reference": "c08503232fcae0c3c7fefae5e6b5c841ffe09f2f",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "league/flysystem": "^2.0",
  439. "topthink/framework": "^6.1|^8.0"
  440. },
  441. "require-dev": {
  442. "mikey179/vfsstream": "^1.6",
  443. "mockery/mockery": "^1.2",
  444. "phpunit/phpunit": "^8.0"
  445. },
  446. "type": "library",
  447. "autoload": {
  448. "psr-4": {
  449. "think\\": "src"
  450. }
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "Apache-2.0"
  455. ],
  456. "authors": [
  457. {
  458. "name": "yunwuxin",
  459. "email": "448901948@qq.com"
  460. }
  461. ],
  462. "description": "The ThinkPHP6.1 Filesystem Package",
  463. "support": {
  464. "issues": "https://github.com/top-think/think-filesystem/issues",
  465. "source": "https://github.com/top-think/think-filesystem/tree/v2.0.2"
  466. },
  467. "time": "2023-02-08T01:23:42+00:00"
  468. },
  469. {
  470. "name": "topthink/think-helper",
  471. "version": "v3.1.6",
  472. "source": {
  473. "type": "git",
  474. "url": "https://github.com/top-think/think-helper.git",
  475. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  476. },
  477. "dist": {
  478. "type": "zip",
  479. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  480. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  481. "shasum": ""
  482. },
  483. "require": {
  484. "php": ">=7.1.0"
  485. },
  486. "require-dev": {
  487. "phpunit/phpunit": "^9.5"
  488. },
  489. "type": "library",
  490. "autoload": {
  491. "files": [
  492. "src/helper.php"
  493. ],
  494. "psr-4": {
  495. "think\\": "src"
  496. }
  497. },
  498. "notification-url": "https://packagist.org/downloads/",
  499. "license": [
  500. "Apache-2.0"
  501. ],
  502. "authors": [
  503. {
  504. "name": "yunwuxin",
  505. "email": "448901948@qq.com"
  506. }
  507. ],
  508. "description": "The ThinkPHP6 Helper Package",
  509. "support": {
  510. "issues": "https://github.com/top-think/think-helper/issues",
  511. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  512. },
  513. "time": "2021-12-15T04:27:55+00:00"
  514. },
  515. {
  516. "name": "topthink/think-multi-app",
  517. "version": "v1.0.17",
  518. "source": {
  519. "type": "git",
  520. "url": "https://github.com/top-think/think-multi-app.git",
  521. "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c"
  522. },
  523. "dist": {
  524. "type": "zip",
  525. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
  526. "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
  527. "shasum": ""
  528. },
  529. "require": {
  530. "php": ">=7.1.0",
  531. "topthink/framework": "^6.0|^8.0"
  532. },
  533. "type": "library",
  534. "extra": {
  535. "think": {
  536. "services": [
  537. "think\\app\\Service"
  538. ]
  539. }
  540. },
  541. "autoload": {
  542. "psr-4": {
  543. "think\\app\\": "src"
  544. }
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "Apache-2.0"
  549. ],
  550. "authors": [
  551. {
  552. "name": "liu21st",
  553. "email": "liu21st@gmail.com"
  554. }
  555. ],
  556. "description": "thinkphp multi app support",
  557. "support": {
  558. "issues": "https://github.com/top-think/think-multi-app/issues",
  559. "source": "https://github.com/top-think/think-multi-app/tree/v1.0.17"
  560. },
  561. "time": "2023-03-29T02:04:29+00:00"
  562. },
  563. {
  564. "name": "topthink/think-orm",
  565. "version": "v3.0.14",
  566. "source": {
  567. "type": "git",
  568. "url": "https://github.com/top-think/think-orm.git",
  569. "reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b"
  570. },
  571. "dist": {
  572. "type": "zip",
  573. "url": "https://api.github.com/repos/top-think/think-orm/zipball/7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
  574. "reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
  575. "shasum": ""
  576. },
  577. "require": {
  578. "ext-json": "*",
  579. "ext-pdo": "*",
  580. "php": ">=8.0.0",
  581. "psr/log": ">=1.0",
  582. "psr/simple-cache": ">=1.0",
  583. "topthink/think-helper": "^3.1"
  584. },
  585. "require-dev": {
  586. "phpunit/phpunit": "^8|^9.5|^10"
  587. },
  588. "type": "library",
  589. "autoload": {
  590. "files": [
  591. "stubs/load_stubs.php"
  592. ],
  593. "psr-4": {
  594. "think\\": "src"
  595. }
  596. },
  597. "notification-url": "https://packagist.org/downloads/",
  598. "license": [
  599. "Apache-2.0"
  600. ],
  601. "authors": [
  602. {
  603. "name": "liu21st",
  604. "email": "liu21st@gmail.com"
  605. }
  606. ],
  607. "description": "the PHP Database&ORM Framework",
  608. "keywords": [
  609. "database",
  610. "orm"
  611. ],
  612. "support": {
  613. "issues": "https://github.com/top-think/think-orm/issues",
  614. "source": "https://github.com/top-think/think-orm/tree/v3.0.14"
  615. },
  616. "time": "2023-09-24T13:15:07+00:00"
  617. },
  618. {
  619. "name": "topthink/think-template",
  620. "version": "v3.0.0",
  621. "source": {
  622. "type": "git",
  623. "url": "https://github.com/top-think/think-template.git",
  624. "reference": "4352d2cf627abfb8b49f830686c25c02f59c23f2"
  625. },
  626. "dist": {
  627. "type": "zip",
  628. "url": "https://api.github.com/repos/top-think/think-template/zipball/4352d2cf627abfb8b49f830686c25c02f59c23f2",
  629. "reference": "4352d2cf627abfb8b49f830686c25c02f59c23f2",
  630. "shasum": ""
  631. },
  632. "require": {
  633. "php": ">=8.0.0",
  634. "psr/simple-cache": ">=1.0"
  635. },
  636. "type": "library",
  637. "autoload": {
  638. "psr-4": {
  639. "think\\": "src"
  640. }
  641. },
  642. "notification-url": "https://packagist.org/downloads/",
  643. "license": [
  644. "Apache-2.0"
  645. ],
  646. "authors": [
  647. {
  648. "name": "liu21st",
  649. "email": "liu21st@gmail.com"
  650. }
  651. ],
  652. "description": "the php template engine",
  653. "support": {
  654. "issues": "https://github.com/top-think/think-template/issues",
  655. "source": "https://github.com/top-think/think-template/tree/v3.0.0"
  656. },
  657. "time": "2023-02-25T12:11:14+00:00"
  658. },
  659. {
  660. "name": "topthink/think-view",
  661. "version": "v2.0.0",
  662. "source": {
  663. "type": "git",
  664. "url": "https://github.com/top-think/think-view.git",
  665. "reference": "d2a076011c96d2edd8016703a827fb54b2683c62"
  666. },
  667. "dist": {
  668. "type": "zip",
  669. "url": "https://api.github.com/repos/top-think/think-view/zipball/d2a076011c96d2edd8016703a827fb54b2683c62",
  670. "reference": "d2a076011c96d2edd8016703a827fb54b2683c62",
  671. "shasum": ""
  672. },
  673. "require": {
  674. "php": ">=8.0.0",
  675. "topthink/think-template": "^3.0"
  676. },
  677. "type": "library",
  678. "autoload": {
  679. "psr-4": {
  680. "think\\view\\driver\\": "src"
  681. }
  682. },
  683. "notification-url": "https://packagist.org/downloads/",
  684. "license": [
  685. "Apache-2.0"
  686. ],
  687. "authors": [
  688. {
  689. "name": "liu21st",
  690. "email": "liu21st@gmail.com"
  691. }
  692. ],
  693. "description": "thinkphp template driver",
  694. "support": {
  695. "issues": "https://github.com/top-think/think-view/issues",
  696. "source": "https://github.com/top-think/think-view/tree/v2.0.0"
  697. },
  698. "time": "2023-02-25T12:18:09+00:00"
  699. },
  700. {
  701. "name": "topthink/think-worker",
  702. "version": "v4.0.0",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/top-think/think-worker.git",
  706. "reference": "2bd716582c912075e38036f896a2b45e64bf858d"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/top-think/think-worker/zipball/2bd716582c912075e38036f896a2b45e64bf858d",
  711. "reference": "2bd716582c912075e38036f896a2b45e64bf858d",
  712. "shasum": ""
  713. },
  714. "require": {
  715. "ext-fileinfo": "*",
  716. "topthink/framework": "^8.0",
  717. "workerman/gateway-worker": "^3.0.0",
  718. "workerman/workerman": "^3.5.23"
  719. },
  720. "type": "library",
  721. "extra": {
  722. "think": {
  723. "services": [
  724. "think\\worker\\Service"
  725. ],
  726. "config": {
  727. "worker": "src/config/worker.php",
  728. "worker_server": "src/config/server.php",
  729. "gateway_worker": "src/config/gateway.php"
  730. }
  731. }
  732. },
  733. "autoload": {
  734. "psr-4": {
  735. "think\\worker\\": "src"
  736. }
  737. },
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "Apache-2.0"
  741. ],
  742. "authors": [
  743. {
  744. "name": "liu21st",
  745. "email": "liu21st@gmail.com"
  746. }
  747. ],
  748. "description": "workerman extend for thinkphp6.0",
  749. "support": {
  750. "issues": "https://github.com/top-think/think-worker/issues",
  751. "source": "https://github.com/top-think/think-worker/tree/v4.0.0"
  752. },
  753. "time": "2023-07-20T08:50:45+00:00"
  754. },
  755. {
  756. "name": "workerman/gateway-worker",
  757. "version": "v3.0.22",
  758. "source": {
  759. "type": "git",
  760. "url": "https://github.com/walkor/GatewayWorker.git",
  761. "reference": "a615036c482d11f68b693998575e804752ef9068"
  762. },
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/a615036c482d11f68b693998575e804752ef9068",
  766. "reference": "a615036c482d11f68b693998575e804752ef9068",
  767. "shasum": ""
  768. },
  769. "require": {
  770. "workerman/workerman": ">=3.5.0"
  771. },
  772. "type": "library",
  773. "autoload": {
  774. "psr-4": {
  775. "GatewayWorker\\": "./src"
  776. }
  777. },
  778. "notification-url": "https://packagist.org/downloads/",
  779. "license": [
  780. "MIT"
  781. ],
  782. "homepage": "http://www.workerman.net",
  783. "keywords": [
  784. "communication",
  785. "distributed"
  786. ],
  787. "support": {
  788. "issues": "https://github.com/walkor/GatewayWorker/issues",
  789. "source": "https://github.com/walkor/GatewayWorker/tree/v3.0.22"
  790. },
  791. "funding": [
  792. {
  793. "url": "https://opencollective.com/walkor",
  794. "type": "open_collective"
  795. },
  796. {
  797. "url": "https://www.patreon.com/walkor",
  798. "type": "patreon"
  799. }
  800. ],
  801. "time": "2021-12-23T13:13:09+00:00"
  802. },
  803. {
  804. "name": "workerman/workerman",
  805. "version": "v3.5.34",
  806. "source": {
  807. "type": "git",
  808. "url": "https://github.com/walkor/workerman.git",
  809. "reference": "fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a"
  810. },
  811. "dist": {
  812. "type": "zip",
  813. "url": "https://api.github.com/repos/walkor/workerman/zipball/fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a",
  814. "reference": "fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a",
  815. "shasum": ""
  816. },
  817. "require": {
  818. "php": ">=5.3"
  819. },
  820. "suggest": {
  821. "ext-event": "For better performance. "
  822. },
  823. "type": "library",
  824. "autoload": {
  825. "psr-4": {
  826. "Workerman\\": "./"
  827. }
  828. },
  829. "notification-url": "https://packagist.org/downloads/",
  830. "license": [
  831. "MIT"
  832. ],
  833. "authors": [
  834. {
  835. "name": "walkor",
  836. "email": "walkor@workerman.net",
  837. "homepage": "http://www.workerman.net",
  838. "role": "Developer"
  839. }
  840. ],
  841. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  842. "homepage": "http://www.workerman.net",
  843. "keywords": [
  844. "asynchronous",
  845. "event-loop"
  846. ],
  847. "support": {
  848. "email": "walkor@workerman.net",
  849. "forum": "http://wenda.workerman.net/",
  850. "issues": "https://github.com/walkor/workerman/issues",
  851. "source": "https://github.com/walkor/workerman",
  852. "wiki": "http://doc.workerman.net/"
  853. },
  854. "funding": [
  855. {
  856. "url": "https://opencollective.com/workerman",
  857. "type": "open_collective"
  858. },
  859. {
  860. "url": "https://www.patreon.com/walkor",
  861. "type": "patreon"
  862. }
  863. ],
  864. "time": "2022-12-16T02:47:08+00:00"
  865. }
  866. ],
  867. "packages-dev": [
  868. {
  869. "name": "symfony/deprecation-contracts",
  870. "version": "v3.5.0",
  871. "source": {
  872. "type": "git",
  873. "url": "https://github.com/symfony/deprecation-contracts.git",
  874. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
  875. },
  876. "dist": {
  877. "type": "zip",
  878. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  879. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  880. "shasum": ""
  881. },
  882. "require": {
  883. "php": ">=8.1"
  884. },
  885. "type": "library",
  886. "extra": {
  887. "branch-alias": {
  888. "dev-main": "3.5-dev"
  889. },
  890. "thanks": {
  891. "name": "symfony/contracts",
  892. "url": "https://github.com/symfony/contracts"
  893. }
  894. },
  895. "autoload": {
  896. "files": [
  897. "function.php"
  898. ]
  899. },
  900. "notification-url": "https://packagist.org/downloads/",
  901. "license": [
  902. "MIT"
  903. ],
  904. "authors": [
  905. {
  906. "name": "Nicolas Grekas",
  907. "email": "p@tchwork.com"
  908. },
  909. {
  910. "name": "Symfony Community",
  911. "homepage": "https://symfony.com/contributors"
  912. }
  913. ],
  914. "description": "A generic function and convention to trigger deprecation notices",
  915. "homepage": "https://symfony.com",
  916. "support": {
  917. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
  918. },
  919. "funding": [
  920. {
  921. "url": "https://symfony.com/sponsor",
  922. "type": "custom"
  923. },
  924. {
  925. "url": "https://github.com/fabpot",
  926. "type": "github"
  927. },
  928. {
  929. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  930. "type": "tidelift"
  931. }
  932. ],
  933. "time": "2024-04-18T09:32:20+00:00"
  934. },
  935. {
  936. "name": "symfony/polyfill-mbstring",
  937. "version": "v1.29.0",
  938. "source": {
  939. "type": "git",
  940. "url": "https://github.com/symfony/polyfill-mbstring.git",
  941. "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
  942. },
  943. "dist": {
  944. "type": "zip",
  945. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
  946. "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
  947. "shasum": ""
  948. },
  949. "require": {
  950. "php": ">=7.1"
  951. },
  952. "provide": {
  953. "ext-mbstring": "*"
  954. },
  955. "suggest": {
  956. "ext-mbstring": "For best performance"
  957. },
  958. "type": "library",
  959. "extra": {
  960. "thanks": {
  961. "name": "symfony/polyfill",
  962. "url": "https://github.com/symfony/polyfill"
  963. }
  964. },
  965. "autoload": {
  966. "files": [
  967. "bootstrap.php"
  968. ],
  969. "psr-4": {
  970. "Symfony\\Polyfill\\Mbstring\\": ""
  971. }
  972. },
  973. "notification-url": "https://packagist.org/downloads/",
  974. "license": [
  975. "MIT"
  976. ],
  977. "authors": [
  978. {
  979. "name": "Nicolas Grekas",
  980. "email": "p@tchwork.com"
  981. },
  982. {
  983. "name": "Symfony Community",
  984. "homepage": "https://symfony.com/contributors"
  985. }
  986. ],
  987. "description": "Symfony polyfill for the Mbstring extension",
  988. "homepage": "https://symfony.com",
  989. "keywords": [
  990. "compatibility",
  991. "mbstring",
  992. "polyfill",
  993. "portable",
  994. "shim"
  995. ],
  996. "support": {
  997. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
  998. },
  999. "funding": [
  1000. {
  1001. "url": "https://symfony.com/sponsor",
  1002. "type": "custom"
  1003. },
  1004. {
  1005. "url": "https://github.com/fabpot",
  1006. "type": "github"
  1007. },
  1008. {
  1009. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1010. "type": "tidelift"
  1011. }
  1012. ],
  1013. "time": "2024-01-29T20:11:03+00:00"
  1014. },
  1015. {
  1016. "name": "symfony/var-dumper",
  1017. "version": "v6.4.7",
  1018. "source": {
  1019. "type": "git",
  1020. "url": "https://github.com/symfony/var-dumper.git",
  1021. "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7"
  1022. },
  1023. "dist": {
  1024. "type": "zip",
  1025. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7a9cd977cd1c5fed3694bee52990866432af07d7",
  1026. "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7",
  1027. "shasum": ""
  1028. },
  1029. "require": {
  1030. "php": ">=8.1",
  1031. "symfony/deprecation-contracts": "^2.5|^3",
  1032. "symfony/polyfill-mbstring": "~1.0"
  1033. },
  1034. "conflict": {
  1035. "symfony/console": "<5.4"
  1036. },
  1037. "require-dev": {
  1038. "ext-iconv": "*",
  1039. "symfony/console": "^5.4|^6.0|^7.0",
  1040. "symfony/error-handler": "^6.3|^7.0",
  1041. "symfony/http-kernel": "^5.4|^6.0|^7.0",
  1042. "symfony/process": "^5.4|^6.0|^7.0",
  1043. "symfony/uid": "^5.4|^6.0|^7.0",
  1044. "twig/twig": "^2.13|^3.0.4"
  1045. },
  1046. "bin": [
  1047. "Resources/bin/var-dump-server"
  1048. ],
  1049. "type": "library",
  1050. "autoload": {
  1051. "files": [
  1052. "Resources/functions/dump.php"
  1053. ],
  1054. "psr-4": {
  1055. "Symfony\\Component\\VarDumper\\": ""
  1056. },
  1057. "exclude-from-classmap": [
  1058. "/Tests/"
  1059. ]
  1060. },
  1061. "notification-url": "https://packagist.org/downloads/",
  1062. "license": [
  1063. "MIT"
  1064. ],
  1065. "authors": [
  1066. {
  1067. "name": "Nicolas Grekas",
  1068. "email": "p@tchwork.com"
  1069. },
  1070. {
  1071. "name": "Symfony Community",
  1072. "homepage": "https://symfony.com/contributors"
  1073. }
  1074. ],
  1075. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1076. "homepage": "https://symfony.com",
  1077. "keywords": [
  1078. "debug",
  1079. "dump"
  1080. ],
  1081. "support": {
  1082. "source": "https://github.com/symfony/var-dumper/tree/v6.4.7"
  1083. },
  1084. "funding": [
  1085. {
  1086. "url": "https://symfony.com/sponsor",
  1087. "type": "custom"
  1088. },
  1089. {
  1090. "url": "https://github.com/fabpot",
  1091. "type": "github"
  1092. },
  1093. {
  1094. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1095. "type": "tidelift"
  1096. }
  1097. ],
  1098. "time": "2024-04-18T09:22:46+00:00"
  1099. },
  1100. {
  1101. "name": "topthink/think-trace",
  1102. "version": "v1.6",
  1103. "source": {
  1104. "type": "git",
  1105. "url": "https://github.com/top-think/think-trace.git",
  1106. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
  1107. },
  1108. "dist": {
  1109. "type": "zip",
  1110. "url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1111. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1112. "shasum": ""
  1113. },
  1114. "require": {
  1115. "php": ">=7.1.0",
  1116. "topthink/framework": "^6.0|^8.0"
  1117. },
  1118. "type": "library",
  1119. "extra": {
  1120. "think": {
  1121. "services": [
  1122. "think\\trace\\Service"
  1123. ],
  1124. "config": {
  1125. "trace": "src/config.php"
  1126. }
  1127. }
  1128. },
  1129. "autoload": {
  1130. "psr-4": {
  1131. "think\\trace\\": "src"
  1132. }
  1133. },
  1134. "notification-url": "https://packagist.org/downloads/",
  1135. "license": [
  1136. "Apache-2.0"
  1137. ],
  1138. "authors": [
  1139. {
  1140. "name": "liu21st",
  1141. "email": "liu21st@gmail.com"
  1142. }
  1143. ],
  1144. "description": "thinkphp debug trace",
  1145. "support": {
  1146. "issues": "https://github.com/top-think/think-trace/issues",
  1147. "source": "https://github.com/top-think/think-trace/tree/v1.6"
  1148. },
  1149. "time": "2023-02-07T08:36:32+00:00"
  1150. }
  1151. ],
  1152. "aliases": [],
  1153. "minimum-stability": "stable",
  1154. "stability-flags": [],
  1155. "prefer-stable": false,
  1156. "prefer-lowest": false,
  1157. "platform": {
  1158. "php": ">=8.0.0"
  1159. },
  1160. "platform-dev": [],
  1161. "plugin-api-version": "2.0.0"
  1162. }