composer.lock 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379
  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": "04e78688bd7119e6b1b2fcb490f8f0d4",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.1.10",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
  20. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
  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. "ext-fileinfo": "*",
  31. "league/mime-type-detection": "^1.3",
  32. "php": "^7.2.5 || ^8.0"
  33. },
  34. "conflict": {
  35. "league/flysystem-sftp": "<1.0.6"
  36. },
  37. "require-dev": {
  38. "phpspec/prophecy": "^1.11.1",
  39. "phpunit/phpunit": "^8.5.8"
  40. },
  41. "suggest": {
  42. "ext-ftp": "Allows you to use FTP server storage",
  43. "ext-openssl": "Allows you to use FTPS server storage",
  44. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  45. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  46. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  47. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  48. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  49. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  50. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  51. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  52. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  53. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  54. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  55. },
  56. "type": "library",
  57. "extra": {
  58. "branch-alias": {
  59. "dev-master": "1.1-dev"
  60. }
  61. },
  62. "autoload": {
  63. "psr-4": {
  64. "League\\Flysystem\\": "src/"
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "Frank de Jonge",
  74. "email": "info@frenky.net"
  75. }
  76. ],
  77. "description": "Filesystem abstraction: Many filesystems, one API.",
  78. "keywords": [
  79. "Cloud Files",
  80. "WebDAV",
  81. "abstraction",
  82. "aws",
  83. "cloud",
  84. "copy.com",
  85. "dropbox",
  86. "file systems",
  87. "files",
  88. "filesystem",
  89. "filesystems",
  90. "ftp",
  91. "rackspace",
  92. "remote",
  93. "s3",
  94. "sftp",
  95. "storage"
  96. ],
  97. "support": {
  98. "issues": "https://github.com/thephpleague/flysystem/issues",
  99. "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
  100. },
  101. "funding": [
  102. {
  103. "url": "https://offset.earth/frankdejonge",
  104. "type": "other"
  105. }
  106. ],
  107. "time": "2022-10-04T09:16:37+00:00"
  108. },
  109. {
  110. "name": "league/flysystem-cached-adapter",
  111. "version": "1.1.0",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  115. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  120. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  121. "shasum": "",
  122. "mirrors": [
  123. {
  124. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  125. "preferred": true
  126. }
  127. ]
  128. },
  129. "require": {
  130. "league/flysystem": "~1.0",
  131. "psr/cache": "^1.0.0"
  132. },
  133. "require-dev": {
  134. "mockery/mockery": "~0.9",
  135. "phpspec/phpspec": "^3.4",
  136. "phpunit/phpunit": "^5.7",
  137. "predis/predis": "~1.0",
  138. "tedivm/stash": "~0.12"
  139. },
  140. "suggest": {
  141. "ext-phpredis": "Pure C implemented extension for PHP"
  142. },
  143. "type": "library",
  144. "autoload": {
  145. "psr-4": {
  146. "League\\Flysystem\\Cached\\": "src/"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "frankdejonge",
  156. "email": "info@frenky.net"
  157. }
  158. ],
  159. "description": "An adapter decorator to enable meta-data caching.",
  160. "support": {
  161. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  162. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  163. },
  164. "time": "2020-07-25T15:56:04+00:00"
  165. },
  166. {
  167. "name": "league/mime-type-detection",
  168. "version": "1.11.0",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/thephpleague/mime-type-detection.git",
  172. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  177. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  178. "shasum": "",
  179. "mirrors": [
  180. {
  181. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  182. "preferred": true
  183. }
  184. ]
  185. },
  186. "require": {
  187. "ext-fileinfo": "*",
  188. "php": "^7.2 || ^8.0"
  189. },
  190. "require-dev": {
  191. "friendsofphp/php-cs-fixer": "^3.2",
  192. "phpstan/phpstan": "^0.12.68",
  193. "phpunit/phpunit": "^8.5.8 || ^9.3"
  194. },
  195. "type": "library",
  196. "autoload": {
  197. "psr-4": {
  198. "League\\MimeTypeDetection\\": "src"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "MIT"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Frank de Jonge",
  208. "email": "info@frankdejonge.nl"
  209. }
  210. ],
  211. "description": "Mime-type detection for Flysystem",
  212. "support": {
  213. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  214. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  215. },
  216. "funding": [
  217. {
  218. "url": "https://github.com/frankdejonge",
  219. "type": "github"
  220. },
  221. {
  222. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  223. "type": "tidelift"
  224. }
  225. ],
  226. "time": "2022-04-17T13:12:02+00:00"
  227. },
  228. {
  229. "name": "psr/cache",
  230. "version": "1.0.1",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/php-fig/cache.git",
  234. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  239. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  240. "shasum": "",
  241. "mirrors": [
  242. {
  243. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  244. "preferred": true
  245. }
  246. ]
  247. },
  248. "require": {
  249. "php": ">=5.3.0"
  250. },
  251. "type": "library",
  252. "extra": {
  253. "branch-alias": {
  254. "dev-master": "1.0.x-dev"
  255. }
  256. },
  257. "autoload": {
  258. "psr-4": {
  259. "Psr\\Cache\\": "src/"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "PHP-FIG",
  269. "homepage": "http://www.php-fig.org/"
  270. }
  271. ],
  272. "description": "Common interface for caching libraries",
  273. "keywords": [
  274. "cache",
  275. "psr",
  276. "psr-6"
  277. ],
  278. "support": {
  279. "source": "https://github.com/php-fig/cache/tree/master"
  280. },
  281. "time": "2016-08-06T20:24:11+00:00"
  282. },
  283. {
  284. "name": "psr/container",
  285. "version": "1.1.1",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/php-fig/container.git",
  289. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  294. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  295. "shasum": "",
  296. "mirrors": [
  297. {
  298. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  299. "preferred": true
  300. }
  301. ]
  302. },
  303. "require": {
  304. "php": ">=7.2.0"
  305. },
  306. "type": "library",
  307. "autoload": {
  308. "psr-4": {
  309. "Psr\\Container\\": "src/"
  310. }
  311. },
  312. "notification-url": "https://packagist.org/downloads/",
  313. "license": [
  314. "MIT"
  315. ],
  316. "authors": [
  317. {
  318. "name": "PHP-FIG",
  319. "homepage": "https://www.php-fig.org/"
  320. }
  321. ],
  322. "description": "Common Container Interface (PHP FIG PSR-11)",
  323. "homepage": "https://github.com/php-fig/container",
  324. "keywords": [
  325. "PSR-11",
  326. "container",
  327. "container-interface",
  328. "container-interop",
  329. "psr"
  330. ],
  331. "support": {
  332. "issues": "https://github.com/php-fig/container/issues",
  333. "source": "https://github.com/php-fig/container/tree/1.1.1"
  334. },
  335. "time": "2021-03-05T17:36:06+00:00"
  336. },
  337. {
  338. "name": "psr/http-message",
  339. "version": "1.1",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-fig/http-message.git",
  343. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  348. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  349. "shasum": "",
  350. "mirrors": [
  351. {
  352. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  353. "preferred": true
  354. }
  355. ]
  356. },
  357. "require": {
  358. "php": "^7.2 || ^8.0"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "1.1.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Psr\\Http\\Message\\": "src/"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "PHP-FIG",
  378. "homepage": "http://www.php-fig.org/"
  379. }
  380. ],
  381. "description": "Common interface for HTTP messages",
  382. "homepage": "https://github.com/php-fig/http-message",
  383. "keywords": [
  384. "http",
  385. "http-message",
  386. "psr",
  387. "psr-7",
  388. "request",
  389. "response"
  390. ],
  391. "support": {
  392. "source": "https://github.com/php-fig/http-message/tree/1.1"
  393. },
  394. "time": "2023-04-04T09:50:52+00:00"
  395. },
  396. {
  397. "name": "psr/log",
  398. "version": "1.1.4",
  399. "source": {
  400. "type": "git",
  401. "url": "https://github.com/php-fig/log.git",
  402. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  403. },
  404. "dist": {
  405. "type": "zip",
  406. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  407. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  408. "shasum": "",
  409. "mirrors": [
  410. {
  411. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  412. "preferred": true
  413. }
  414. ]
  415. },
  416. "require": {
  417. "php": ">=5.3.0"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-master": "1.1.x-dev"
  423. }
  424. },
  425. "autoload": {
  426. "psr-4": {
  427. "Psr\\Log\\": "Psr/Log/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "PHP-FIG",
  437. "homepage": "https://www.php-fig.org/"
  438. }
  439. ],
  440. "description": "Common interface for logging libraries",
  441. "homepage": "https://github.com/php-fig/log",
  442. "keywords": [
  443. "log",
  444. "psr",
  445. "psr-3"
  446. ],
  447. "support": {
  448. "source": "https://github.com/php-fig/log/tree/1.1.4"
  449. },
  450. "time": "2021-05-03T11:20:27+00:00"
  451. },
  452. {
  453. "name": "psr/simple-cache",
  454. "version": "1.0.1",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/php-fig/simple-cache.git",
  458. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  463. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  464. "shasum": "",
  465. "mirrors": [
  466. {
  467. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  468. "preferred": true
  469. }
  470. ]
  471. },
  472. "require": {
  473. "php": ">=5.3.0"
  474. },
  475. "type": "library",
  476. "extra": {
  477. "branch-alias": {
  478. "dev-master": "1.0.x-dev"
  479. }
  480. },
  481. "autoload": {
  482. "psr-4": {
  483. "Psr\\SimpleCache\\": "src/"
  484. }
  485. },
  486. "notification-url": "https://packagist.org/downloads/",
  487. "license": [
  488. "MIT"
  489. ],
  490. "authors": [
  491. {
  492. "name": "PHP-FIG",
  493. "homepage": "http://www.php-fig.org/"
  494. }
  495. ],
  496. "description": "Common interfaces for simple caching",
  497. "keywords": [
  498. "cache",
  499. "caching",
  500. "psr",
  501. "psr-16",
  502. "simple-cache"
  503. ],
  504. "support": {
  505. "source": "https://github.com/php-fig/simple-cache/tree/master"
  506. },
  507. "time": "2017-10-23T01:57:42+00:00"
  508. },
  509. {
  510. "name": "topthink/framework",
  511. "version": "v6.1.3",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/top-think/framework.git",
  515. "reference": "7c324e7011246f0064b055b62ab9c3921cf0a041"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/top-think/framework/zipball/7c324e7011246f0064b055b62ab9c3921cf0a041",
  520. "reference": "7c324e7011246f0064b055b62ab9c3921cf0a041",
  521. "shasum": "",
  522. "mirrors": [
  523. {
  524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  525. "preferred": true
  526. }
  527. ]
  528. },
  529. "require": {
  530. "ext-json": "*",
  531. "ext-mbstring": "*",
  532. "php": ">=7.2.5",
  533. "psr/container": "~1.0",
  534. "psr/http-message": "^1.0",
  535. "psr/log": "~1.0",
  536. "psr/simple-cache": "^1.0",
  537. "topthink/think-helper": "^3.1.1",
  538. "topthink/think-orm": "^2.0|^3.0"
  539. },
  540. "require-dev": {
  541. "guzzlehttp/psr7": "^2.1.0",
  542. "mikey179/vfsstream": "^1.6",
  543. "mockery/mockery": "^1.2",
  544. "phpunit/phpunit": "^7.0"
  545. },
  546. "type": "library",
  547. "autoload": {
  548. "files": [],
  549. "psr-4": {
  550. "think\\": "src/think/"
  551. }
  552. },
  553. "notification-url": "https://packagist.org/downloads/",
  554. "license": [
  555. "Apache-2.0"
  556. ],
  557. "authors": [
  558. {
  559. "name": "liu21st",
  560. "email": "liu21st@gmail.com"
  561. },
  562. {
  563. "name": "yunwuxin",
  564. "email": "448901948@qq.com"
  565. }
  566. ],
  567. "description": "The ThinkPHP Framework.",
  568. "homepage": "http://thinkphp.cn/",
  569. "keywords": [
  570. "framework",
  571. "orm",
  572. "thinkphp"
  573. ],
  574. "support": {
  575. "issues": "https://github.com/top-think/framework/issues",
  576. "source": "https://github.com/top-think/framework/tree/v6.1.3"
  577. },
  578. "time": "2023-05-22T03:02:08+00:00"
  579. },
  580. {
  581. "name": "topthink/think-captcha",
  582. "version": "v3.0.9",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/top-think/think-captcha.git",
  586. "reference": "b1ef360670578214edeebcf824aaf6ab7ee0528b"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/b1ef360670578214edeebcf824aaf6ab7ee0528b",
  591. "reference": "b1ef360670578214edeebcf824aaf6ab7ee0528b",
  592. "shasum": "",
  593. "mirrors": [
  594. {
  595. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  596. "preferred": true
  597. }
  598. ]
  599. },
  600. "require": {
  601. "topthink/framework": "^6.0|^8.0"
  602. },
  603. "type": "library",
  604. "extra": {
  605. "think": {
  606. "services": [
  607. "think\\captcha\\CaptchaService"
  608. ],
  609. "config": {
  610. "captcha": "src/config.php"
  611. }
  612. }
  613. },
  614. "autoload": {
  615. "files": [
  616. "src/helper.php"
  617. ],
  618. "psr-4": {
  619. "think\\captcha\\": "src/"
  620. }
  621. },
  622. "notification-url": "https://packagist.org/downloads/",
  623. "license": [
  624. "Apache-2.0"
  625. ],
  626. "authors": [
  627. {
  628. "name": "yunwuxin",
  629. "email": "448901948@qq.com"
  630. }
  631. ],
  632. "description": "captcha package for thinkphp",
  633. "support": {
  634. "issues": "https://github.com/top-think/think-captcha/issues",
  635. "source": "https://github.com/top-think/think-captcha/tree/v3.0.9"
  636. },
  637. "time": "2023-04-27T07:18:40+00:00"
  638. },
  639. {
  640. "name": "topthink/think-filesystem",
  641. "version": "v1.0.3",
  642. "source": {
  643. "type": "git",
  644. "url": "https://github.com/top-think/think-filesystem.git",
  645. "reference": "29f19f140a9267c717fecd7ccb22c84c2d72382e"
  646. },
  647. "dist": {
  648. "type": "zip",
  649. "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/29f19f140a9267c717fecd7ccb22c84c2d72382e",
  650. "reference": "29f19f140a9267c717fecd7ccb22c84c2d72382e",
  651. "shasum": "",
  652. "mirrors": [
  653. {
  654. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  655. "preferred": true
  656. }
  657. ]
  658. },
  659. "require": {
  660. "league/flysystem": "^1.1.4",
  661. "league/flysystem-cached-adapter": "^1.0",
  662. "php": ">=7.2.5",
  663. "topthink/framework": "^6.1|^8.0"
  664. },
  665. "require-dev": {
  666. "mikey179/vfsstream": "^1.6",
  667. "mockery/mockery": "^1.2",
  668. "phpunit/phpunit": "^8.0"
  669. },
  670. "type": "library",
  671. "autoload": {
  672. "psr-4": {
  673. "think\\": "src"
  674. }
  675. },
  676. "notification-url": "https://packagist.org/downloads/",
  677. "license": [
  678. "Apache-2.0"
  679. ],
  680. "authors": [
  681. {
  682. "name": "yunwuxin",
  683. "email": "448901948@qq.com"
  684. }
  685. ],
  686. "description": "The ThinkPHP6.1 Filesystem Package",
  687. "support": {
  688. "issues": "https://github.com/top-think/think-filesystem/issues",
  689. "source": "https://github.com/top-think/think-filesystem/tree/v1.0.3"
  690. },
  691. "time": "2023-02-08T01:25:15+00:00"
  692. },
  693. {
  694. "name": "topthink/think-helper",
  695. "version": "v3.1.6",
  696. "source": {
  697. "type": "git",
  698. "url": "https://github.com/top-think/think-helper.git",
  699. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  700. },
  701. "dist": {
  702. "type": "zip",
  703. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  704. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  705. "shasum": "",
  706. "mirrors": [
  707. {
  708. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  709. "preferred": true
  710. }
  711. ]
  712. },
  713. "require": {
  714. "php": ">=7.1.0"
  715. },
  716. "require-dev": {
  717. "phpunit/phpunit": "^9.5"
  718. },
  719. "type": "library",
  720. "autoload": {
  721. "files": [
  722. "src/helper.php"
  723. ],
  724. "psr-4": {
  725. "think\\": "src"
  726. }
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "license": [
  730. "Apache-2.0"
  731. ],
  732. "authors": [
  733. {
  734. "name": "yunwuxin",
  735. "email": "448901948@qq.com"
  736. }
  737. ],
  738. "description": "The ThinkPHP6 Helper Package",
  739. "support": {
  740. "issues": "https://github.com/top-think/think-helper/issues",
  741. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  742. },
  743. "time": "2021-12-15T04:27:55+00:00"
  744. },
  745. {
  746. "name": "topthink/think-multi-app",
  747. "version": "v1.0.17",
  748. "source": {
  749. "type": "git",
  750. "url": "https://github.com/top-think/think-multi-app.git",
  751. "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c"
  752. },
  753. "dist": {
  754. "type": "zip",
  755. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
  756. "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
  757. "shasum": "",
  758. "mirrors": [
  759. {
  760. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  761. "preferred": true
  762. }
  763. ]
  764. },
  765. "require": {
  766. "php": ">=7.1.0",
  767. "topthink/framework": "^6.0|^8.0"
  768. },
  769. "type": "library",
  770. "extra": {
  771. "think": {
  772. "services": [
  773. "think\\app\\Service"
  774. ]
  775. }
  776. },
  777. "autoload": {
  778. "psr-4": {
  779. "think\\app\\": "src"
  780. }
  781. },
  782. "notification-url": "https://packagist.org/downloads/",
  783. "license": [
  784. "Apache-2.0"
  785. ],
  786. "authors": [
  787. {
  788. "name": "liu21st",
  789. "email": "liu21st@gmail.com"
  790. }
  791. ],
  792. "description": "thinkphp multi app support",
  793. "support": {
  794. "issues": "https://github.com/top-think/think-multi-app/issues",
  795. "source": "https://github.com/top-think/think-multi-app/tree/v1.0.17"
  796. },
  797. "time": "2023-03-29T02:04:29+00:00"
  798. },
  799. {
  800. "name": "topthink/think-orm",
  801. "version": "v2.0.61",
  802. "source": {
  803. "type": "git",
  804. "url": "https://github.com/top-think/think-orm.git",
  805. "reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6"
  806. },
  807. "dist": {
  808. "type": "zip",
  809. "url": "https://api.github.com/repos/top-think/think-orm/zipball/10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
  810. "reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
  811. "shasum": "",
  812. "mirrors": [
  813. {
  814. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  815. "preferred": true
  816. }
  817. ]
  818. },
  819. "require": {
  820. "ext-json": "*",
  821. "ext-pdo": "*",
  822. "php": ">=7.1.0",
  823. "psr/log": "^1.0|^2.0",
  824. "psr/simple-cache": "^1.0|^2.0",
  825. "topthink/think-helper": "^3.1"
  826. },
  827. "require-dev": {
  828. "phpunit/phpunit": "^7|^8|^9.5"
  829. },
  830. "type": "library",
  831. "autoload": {
  832. "files": [
  833. "stubs/load_stubs.php"
  834. ],
  835. "psr-4": {
  836. "think\\": "src"
  837. }
  838. },
  839. "notification-url": "https://packagist.org/downloads/",
  840. "license": [
  841. "Apache-2.0"
  842. ],
  843. "authors": [
  844. {
  845. "name": "liu21st",
  846. "email": "liu21st@gmail.com"
  847. }
  848. ],
  849. "description": "think orm",
  850. "keywords": [
  851. "database",
  852. "orm"
  853. ],
  854. "support": {
  855. "issues": "https://github.com/top-think/think-orm/issues",
  856. "source": "https://github.com/top-think/think-orm/tree/v2.0.61"
  857. },
  858. "time": "2023-04-20T14:27:51+00:00"
  859. },
  860. {
  861. "name": "topthink/think-template",
  862. "version": "v2.0.9",
  863. "source": {
  864. "type": "git",
  865. "url": "https://github.com/top-think/think-template.git",
  866. "reference": "6d25642ae0e306166742fd7073dc7a159e18073c"
  867. },
  868. "dist": {
  869. "type": "zip",
  870. "url": "https://api.github.com/repos/top-think/think-template/zipball/6d25642ae0e306166742fd7073dc7a159e18073c",
  871. "reference": "6d25642ae0e306166742fd7073dc7a159e18073c",
  872. "shasum": "",
  873. "mirrors": [
  874. {
  875. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  876. "preferred": true
  877. }
  878. ]
  879. },
  880. "require": {
  881. "php": ">=7.1.0",
  882. "psr/simple-cache": "^1.0"
  883. },
  884. "type": "library",
  885. "autoload": {
  886. "psr-4": {
  887. "think\\": "src"
  888. }
  889. },
  890. "notification-url": "https://packagist.org/downloads/",
  891. "license": [
  892. "Apache-2.0"
  893. ],
  894. "authors": [
  895. {
  896. "name": "liu21st",
  897. "email": "liu21st@gmail.com"
  898. }
  899. ],
  900. "description": "the php template engine",
  901. "support": {
  902. "issues": "https://github.com/top-think/think-template/issues",
  903. "source": "https://github.com/top-think/think-template/tree/v2.0.9"
  904. },
  905. "time": "2023-02-14T10:50:39+00:00"
  906. },
  907. {
  908. "name": "topthink/think-view",
  909. "version": "v1.0.14",
  910. "source": {
  911. "type": "git",
  912. "url": "https://github.com/top-think/think-view.git",
  913. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  914. },
  915. "dist": {
  916. "type": "zip",
  917. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  918. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  919. "shasum": "",
  920. "mirrors": [
  921. {
  922. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  923. "preferred": true
  924. }
  925. ]
  926. },
  927. "require": {
  928. "php": ">=7.1.0",
  929. "topthink/think-template": "^2.0"
  930. },
  931. "type": "library",
  932. "autoload": {
  933. "psr-4": {
  934. "think\\view\\driver\\": "src"
  935. }
  936. },
  937. "notification-url": "https://packagist.org/downloads/",
  938. "license": [
  939. "Apache-2.0"
  940. ],
  941. "authors": [
  942. {
  943. "name": "liu21st",
  944. "email": "liu21st@gmail.com"
  945. }
  946. ],
  947. "description": "thinkphp template driver",
  948. "support": {
  949. "issues": "https://github.com/top-think/think-view/issues",
  950. "source": "https://github.com/top-think/think-view/tree/v1.0.14"
  951. },
  952. "time": "2019-11-06T11:40:13+00:00"
  953. }
  954. ],
  955. "packages-dev": [
  956. {
  957. "name": "symfony/polyfill-mbstring",
  958. "version": "v1.27.0",
  959. "source": {
  960. "type": "git",
  961. "url": "https://github.com/symfony/polyfill-mbstring.git",
  962. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  963. },
  964. "dist": {
  965. "type": "zip",
  966. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  967. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  968. "shasum": "",
  969. "mirrors": [
  970. {
  971. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  972. "preferred": true
  973. }
  974. ]
  975. },
  976. "require": {
  977. "php": ">=7.1"
  978. },
  979. "provide": {
  980. "ext-mbstring": "*"
  981. },
  982. "suggest": {
  983. "ext-mbstring": "For best performance"
  984. },
  985. "type": "library",
  986. "extra": {
  987. "branch-alias": {
  988. "dev-main": "1.27-dev"
  989. },
  990. "thanks": {
  991. "name": "symfony/polyfill",
  992. "url": "https://github.com/symfony/polyfill"
  993. }
  994. },
  995. "autoload": {
  996. "files": [
  997. "bootstrap.php"
  998. ],
  999. "psr-4": {
  1000. "Symfony\\Polyfill\\Mbstring\\": ""
  1001. }
  1002. },
  1003. "notification-url": "https://packagist.org/downloads/",
  1004. "license": [
  1005. "MIT"
  1006. ],
  1007. "authors": [
  1008. {
  1009. "name": "Nicolas Grekas",
  1010. "email": "p@tchwork.com"
  1011. },
  1012. {
  1013. "name": "Symfony Community",
  1014. "homepage": "https://symfony.com/contributors"
  1015. }
  1016. ],
  1017. "description": "Symfony polyfill for the Mbstring extension",
  1018. "homepage": "https://symfony.com",
  1019. "keywords": [
  1020. "compatibility",
  1021. "mbstring",
  1022. "polyfill",
  1023. "portable",
  1024. "shim"
  1025. ],
  1026. "support": {
  1027. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  1028. },
  1029. "funding": [
  1030. {
  1031. "url": "https://symfony.com/sponsor",
  1032. "type": "custom"
  1033. },
  1034. {
  1035. "url": "https://github.com/fabpot",
  1036. "type": "github"
  1037. },
  1038. {
  1039. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1040. "type": "tidelift"
  1041. }
  1042. ],
  1043. "time": "2022-11-03T14:55:06+00:00"
  1044. },
  1045. {
  1046. "name": "symfony/polyfill-php72",
  1047. "version": "v1.27.0",
  1048. "source": {
  1049. "type": "git",
  1050. "url": "https://github.com/symfony/polyfill-php72.git",
  1051. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
  1052. },
  1053. "dist": {
  1054. "type": "zip",
  1055. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
  1056. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
  1057. "shasum": "",
  1058. "mirrors": [
  1059. {
  1060. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1061. "preferred": true
  1062. }
  1063. ]
  1064. },
  1065. "require": {
  1066. "php": ">=7.1"
  1067. },
  1068. "type": "library",
  1069. "extra": {
  1070. "branch-alias": {
  1071. "dev-main": "1.27-dev"
  1072. },
  1073. "thanks": {
  1074. "name": "symfony/polyfill",
  1075. "url": "https://github.com/symfony/polyfill"
  1076. }
  1077. },
  1078. "autoload": {
  1079. "files": [
  1080. "bootstrap.php"
  1081. ],
  1082. "psr-4": {
  1083. "Symfony\\Polyfill\\Php72\\": ""
  1084. }
  1085. },
  1086. "notification-url": "https://packagist.org/downloads/",
  1087. "license": [
  1088. "MIT"
  1089. ],
  1090. "authors": [
  1091. {
  1092. "name": "Nicolas Grekas",
  1093. "email": "p@tchwork.com"
  1094. },
  1095. {
  1096. "name": "Symfony Community",
  1097. "homepage": "https://symfony.com/contributors"
  1098. }
  1099. ],
  1100. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1101. "homepage": "https://symfony.com",
  1102. "keywords": [
  1103. "compatibility",
  1104. "polyfill",
  1105. "portable",
  1106. "shim"
  1107. ],
  1108. "support": {
  1109. "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
  1110. },
  1111. "funding": [
  1112. {
  1113. "url": "https://symfony.com/sponsor",
  1114. "type": "custom"
  1115. },
  1116. {
  1117. "url": "https://github.com/fabpot",
  1118. "type": "github"
  1119. },
  1120. {
  1121. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1122. "type": "tidelift"
  1123. }
  1124. ],
  1125. "time": "2022-11-03T14:55:06+00:00"
  1126. },
  1127. {
  1128. "name": "symfony/polyfill-php80",
  1129. "version": "v1.27.0",
  1130. "source": {
  1131. "type": "git",
  1132. "url": "https://github.com/symfony/polyfill-php80.git",
  1133. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  1134. },
  1135. "dist": {
  1136. "type": "zip",
  1137. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1138. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1139. "shasum": "",
  1140. "mirrors": [
  1141. {
  1142. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1143. "preferred": true
  1144. }
  1145. ]
  1146. },
  1147. "require": {
  1148. "php": ">=7.1"
  1149. },
  1150. "type": "library",
  1151. "extra": {
  1152. "branch-alias": {
  1153. "dev-main": "1.27-dev"
  1154. },
  1155. "thanks": {
  1156. "name": "symfony/polyfill",
  1157. "url": "https://github.com/symfony/polyfill"
  1158. }
  1159. },
  1160. "autoload": {
  1161. "files": [
  1162. "bootstrap.php"
  1163. ],
  1164. "psr-4": {
  1165. "Symfony\\Polyfill\\Php80\\": ""
  1166. },
  1167. "classmap": [
  1168. "Resources/stubs"
  1169. ]
  1170. },
  1171. "notification-url": "https://packagist.org/downloads/",
  1172. "license": [
  1173. "MIT"
  1174. ],
  1175. "authors": [
  1176. {
  1177. "name": "Ion Bazan",
  1178. "email": "ion.bazan@gmail.com"
  1179. },
  1180. {
  1181. "name": "Nicolas Grekas",
  1182. "email": "p@tchwork.com"
  1183. },
  1184. {
  1185. "name": "Symfony Community",
  1186. "homepage": "https://symfony.com/contributors"
  1187. }
  1188. ],
  1189. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1190. "homepage": "https://symfony.com",
  1191. "keywords": [
  1192. "compatibility",
  1193. "polyfill",
  1194. "portable",
  1195. "shim"
  1196. ],
  1197. "support": {
  1198. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  1199. },
  1200. "funding": [
  1201. {
  1202. "url": "https://symfony.com/sponsor",
  1203. "type": "custom"
  1204. },
  1205. {
  1206. "url": "https://github.com/fabpot",
  1207. "type": "github"
  1208. },
  1209. {
  1210. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1211. "type": "tidelift"
  1212. }
  1213. ],
  1214. "time": "2022-11-03T14:55:06+00:00"
  1215. },
  1216. {
  1217. "name": "symfony/var-dumper",
  1218. "version": "v4.4.47",
  1219. "source": {
  1220. "type": "git",
  1221. "url": "https://github.com/symfony/var-dumper.git",
  1222. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
  1223. },
  1224. "dist": {
  1225. "type": "zip",
  1226. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
  1227. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
  1228. "shasum": "",
  1229. "mirrors": [
  1230. {
  1231. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1232. "preferred": true
  1233. }
  1234. ]
  1235. },
  1236. "require": {
  1237. "php": ">=7.1.3",
  1238. "symfony/polyfill-mbstring": "~1.0",
  1239. "symfony/polyfill-php72": "~1.5",
  1240. "symfony/polyfill-php80": "^1.16"
  1241. },
  1242. "conflict": {
  1243. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1244. "symfony/console": "<3.4"
  1245. },
  1246. "require-dev": {
  1247. "ext-iconv": "*",
  1248. "symfony/console": "^3.4|^4.0|^5.0",
  1249. "symfony/process": "^4.4|^5.0",
  1250. "twig/twig": "^1.43|^2.13|^3.0.4"
  1251. },
  1252. "suggest": {
  1253. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1254. "ext-intl": "To show region name in time zone dump",
  1255. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1256. },
  1257. "bin": [
  1258. "Resources/bin/var-dump-server"
  1259. ],
  1260. "type": "library",
  1261. "autoload": {
  1262. "files": [
  1263. "Resources/functions/dump.php"
  1264. ],
  1265. "psr-4": {
  1266. "Symfony\\Component\\VarDumper\\": ""
  1267. },
  1268. "exclude-from-classmap": [
  1269. "/Tests/"
  1270. ]
  1271. },
  1272. "notification-url": "https://packagist.org/downloads/",
  1273. "license": [
  1274. "MIT"
  1275. ],
  1276. "authors": [
  1277. {
  1278. "name": "Nicolas Grekas",
  1279. "email": "p@tchwork.com"
  1280. },
  1281. {
  1282. "name": "Symfony Community",
  1283. "homepage": "https://symfony.com/contributors"
  1284. }
  1285. ],
  1286. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1287. "homepage": "https://symfony.com",
  1288. "keywords": [
  1289. "debug",
  1290. "dump"
  1291. ],
  1292. "support": {
  1293. "source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
  1294. },
  1295. "funding": [
  1296. {
  1297. "url": "https://symfony.com/sponsor",
  1298. "type": "custom"
  1299. },
  1300. {
  1301. "url": "https://github.com/fabpot",
  1302. "type": "github"
  1303. },
  1304. {
  1305. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1306. "type": "tidelift"
  1307. }
  1308. ],
  1309. "time": "2022-10-03T15:15:11+00:00"
  1310. },
  1311. {
  1312. "name": "topthink/think-trace",
  1313. "version": "v1.6",
  1314. "source": {
  1315. "type": "git",
  1316. "url": "https://github.com/top-think/think-trace.git",
  1317. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
  1318. },
  1319. "dist": {
  1320. "type": "zip",
  1321. "url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1322. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1323. "shasum": "",
  1324. "mirrors": [
  1325. {
  1326. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1327. "preferred": true
  1328. }
  1329. ]
  1330. },
  1331. "require": {
  1332. "php": ">=7.1.0",
  1333. "topthink/framework": "^6.0|^8.0"
  1334. },
  1335. "type": "library",
  1336. "extra": {
  1337. "think": {
  1338. "services": [
  1339. "think\\trace\\Service"
  1340. ],
  1341. "config": {
  1342. "trace": "src/config.php"
  1343. }
  1344. }
  1345. },
  1346. "autoload": {
  1347. "psr-4": {
  1348. "think\\trace\\": "src"
  1349. }
  1350. },
  1351. "notification-url": "https://packagist.org/downloads/",
  1352. "license": [
  1353. "Apache-2.0"
  1354. ],
  1355. "authors": [
  1356. {
  1357. "name": "liu21st",
  1358. "email": "liu21st@gmail.com"
  1359. }
  1360. ],
  1361. "description": "thinkphp debug trace",
  1362. "support": {
  1363. "issues": "https://github.com/top-think/think-trace/issues",
  1364. "source": "https://github.com/top-think/think-trace/tree/v1.6"
  1365. },
  1366. "time": "2023-02-07T08:36:32+00:00"
  1367. }
  1368. ],
  1369. "aliases": [],
  1370. "minimum-stability": "stable",
  1371. "stability-flags": [],
  1372. "prefer-stable": false,
  1373. "prefer-lowest": false,
  1374. "platform": {
  1375. "php": ">=7.2.5"
  1376. },
  1377. "platform-dev": [],
  1378. "plugin-api-version": "2.3.0"
  1379. }