composer.lock 47 KB

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