composer.lock 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294
  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": "4174b5579aa8a24f4904581840faeae3",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.1.9",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
  20. "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
  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.9"
  100. },
  101. "funding": [
  102. {
  103. "url": "https://offset.earth/frankdejonge",
  104. "type": "other"
  105. }
  106. ],
  107. "time": "2021-12-09T09:40:50+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": "phpoffice/phpexcel",
  230. "version": "1.8.2",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/PHPOffice/PHPExcel.git",
  234. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  239. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  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. "ext-mbstring": "*",
  250. "ext-xml": "*",
  251. "ext-xmlwriter": "*",
  252. "php": "^5.2|^7.0"
  253. },
  254. "require-dev": {
  255. "squizlabs/php_codesniffer": "2.*"
  256. },
  257. "type": "library",
  258. "autoload": {
  259. "psr-0": {
  260. "PHPExcel": "Classes/"
  261. }
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "LGPL-2.1"
  266. ],
  267. "authors": [
  268. {
  269. "name": "Maarten Balliauw",
  270. "homepage": "http://blog.maartenballiauw.be"
  271. },
  272. {
  273. "name": "Erik Tilt"
  274. },
  275. {
  276. "name": "Franck Lefevre",
  277. "homepage": "http://rootslabs.net"
  278. },
  279. {
  280. "name": "Mark Baker",
  281. "homepage": "http://markbakeruk.net"
  282. }
  283. ],
  284. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  285. "homepage": "https://github.com/PHPOffice/PHPExcel",
  286. "keywords": [
  287. "OpenXML",
  288. "excel",
  289. "php",
  290. "spreadsheet",
  291. "xls",
  292. "xlsx"
  293. ],
  294. "support": {
  295. "issues": "https://github.com/PHPOffice/PHPExcel/issues",
  296. "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
  297. },
  298. "abandoned": "phpoffice/phpspreadsheet",
  299. "time": "2018-11-22T23:07:24+00:00"
  300. },
  301. {
  302. "name": "psr/cache",
  303. "version": "1.0.1",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/php-fig/cache.git",
  307. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  312. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  313. "shasum": "",
  314. "mirrors": [
  315. {
  316. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  317. "preferred": true
  318. }
  319. ]
  320. },
  321. "require": {
  322. "php": ">=5.3.0"
  323. },
  324. "type": "library",
  325. "extra": {
  326. "branch-alias": {
  327. "dev-master": "1.0.x-dev"
  328. }
  329. },
  330. "autoload": {
  331. "psr-4": {
  332. "Psr\\Cache\\": "src/"
  333. }
  334. },
  335. "notification-url": "https://packagist.org/downloads/",
  336. "license": [
  337. "MIT"
  338. ],
  339. "authors": [
  340. {
  341. "name": "PHP-FIG",
  342. "homepage": "http://www.php-fig.org/"
  343. }
  344. ],
  345. "description": "Common interface for caching libraries",
  346. "keywords": [
  347. "cache",
  348. "psr",
  349. "psr-6"
  350. ],
  351. "support": {
  352. "source": "https://github.com/php-fig/cache/tree/master"
  353. },
  354. "time": "2016-08-06T20:24:11+00:00"
  355. },
  356. {
  357. "name": "psr/container",
  358. "version": "1.1.1",
  359. "source": {
  360. "type": "git",
  361. "url": "https://github.com/php-fig/container.git",
  362. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  363. },
  364. "dist": {
  365. "type": "zip",
  366. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  367. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  368. "shasum": "",
  369. "mirrors": [
  370. {
  371. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  372. "preferred": true
  373. }
  374. ]
  375. },
  376. "require": {
  377. "php": ">=7.2.0"
  378. },
  379. "type": "library",
  380. "autoload": {
  381. "psr-4": {
  382. "Psr\\Container\\": "src/"
  383. }
  384. },
  385. "notification-url": "https://packagist.org/downloads/",
  386. "license": [
  387. "MIT"
  388. ],
  389. "authors": [
  390. {
  391. "name": "PHP-FIG",
  392. "homepage": "https://www.php-fig.org/"
  393. }
  394. ],
  395. "description": "Common Container Interface (PHP FIG PSR-11)",
  396. "homepage": "https://github.com/php-fig/container",
  397. "keywords": [
  398. "PSR-11",
  399. "container",
  400. "container-interface",
  401. "container-interop",
  402. "psr"
  403. ],
  404. "support": {
  405. "issues": "https://github.com/php-fig/container/issues",
  406. "source": "https://github.com/php-fig/container/tree/1.1.1"
  407. },
  408. "time": "2021-03-05T17:36:06+00:00"
  409. },
  410. {
  411. "name": "psr/http-message",
  412. "version": "1.0.1",
  413. "source": {
  414. "type": "git",
  415. "url": "https://github.com/php-fig/http-message.git",
  416. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  417. },
  418. "dist": {
  419. "type": "zip",
  420. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  421. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  422. "shasum": "",
  423. "mirrors": [
  424. {
  425. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  426. "preferred": true
  427. }
  428. ]
  429. },
  430. "require": {
  431. "php": ">=5.3.0"
  432. },
  433. "type": "library",
  434. "extra": {
  435. "branch-alias": {
  436. "dev-master": "1.0.x-dev"
  437. }
  438. },
  439. "autoload": {
  440. "psr-4": {
  441. "Psr\\Http\\Message\\": "src/"
  442. }
  443. },
  444. "notification-url": "https://packagist.org/downloads/",
  445. "license": [
  446. "MIT"
  447. ],
  448. "authors": [
  449. {
  450. "name": "PHP-FIG",
  451. "homepage": "http://www.php-fig.org/"
  452. }
  453. ],
  454. "description": "Common interface for HTTP messages",
  455. "homepage": "https://github.com/php-fig/http-message",
  456. "keywords": [
  457. "http",
  458. "http-message",
  459. "psr",
  460. "psr-7",
  461. "request",
  462. "response"
  463. ],
  464. "support": {
  465. "source": "https://github.com/php-fig/http-message/tree/master"
  466. },
  467. "time": "2016-08-06T14:39:51+00:00"
  468. },
  469. {
  470. "name": "psr/log",
  471. "version": "1.1.4",
  472. "source": {
  473. "type": "git",
  474. "url": "https://github.com/php-fig/log.git",
  475. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  476. },
  477. "dist": {
  478. "type": "zip",
  479. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  480. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  481. "shasum": "",
  482. "mirrors": [
  483. {
  484. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  485. "preferred": true
  486. }
  487. ]
  488. },
  489. "require": {
  490. "php": ">=5.3.0"
  491. },
  492. "type": "library",
  493. "extra": {
  494. "branch-alias": {
  495. "dev-master": "1.1.x-dev"
  496. }
  497. },
  498. "autoload": {
  499. "psr-4": {
  500. "Psr\\Log\\": "Psr/Log/"
  501. }
  502. },
  503. "notification-url": "https://packagist.org/downloads/",
  504. "license": [
  505. "MIT"
  506. ],
  507. "authors": [
  508. {
  509. "name": "PHP-FIG",
  510. "homepage": "https://www.php-fig.org/"
  511. }
  512. ],
  513. "description": "Common interface for logging libraries",
  514. "homepage": "https://github.com/php-fig/log",
  515. "keywords": [
  516. "log",
  517. "psr",
  518. "psr-3"
  519. ],
  520. "support": {
  521. "source": "https://github.com/php-fig/log/tree/1.1.4"
  522. },
  523. "time": "2021-05-03T11:20:27+00:00"
  524. },
  525. {
  526. "name": "psr/simple-cache",
  527. "version": "1.0.1",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/php-fig/simple-cache.git",
  531. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  536. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  537. "shasum": "",
  538. "mirrors": [
  539. {
  540. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  541. "preferred": true
  542. }
  543. ]
  544. },
  545. "require": {
  546. "php": ">=5.3.0"
  547. },
  548. "type": "library",
  549. "extra": {
  550. "branch-alias": {
  551. "dev-master": "1.0.x-dev"
  552. }
  553. },
  554. "autoload": {
  555. "psr-4": {
  556. "Psr\\SimpleCache\\": "src/"
  557. }
  558. },
  559. "notification-url": "https://packagist.org/downloads/",
  560. "license": [
  561. "MIT"
  562. ],
  563. "authors": [
  564. {
  565. "name": "PHP-FIG",
  566. "homepage": "http://www.php-fig.org/"
  567. }
  568. ],
  569. "description": "Common interfaces for simple caching",
  570. "keywords": [
  571. "cache",
  572. "caching",
  573. "psr",
  574. "psr-16",
  575. "simple-cache"
  576. ],
  577. "support": {
  578. "source": "https://github.com/php-fig/simple-cache/tree/master"
  579. },
  580. "time": "2017-10-23T01:57:42+00:00"
  581. },
  582. {
  583. "name": "topthink/framework",
  584. "version": "v6.0.13",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/top-think/framework.git",
  588. "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/top-think/framework/zipball/126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
  593. "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
  594. "shasum": "",
  595. "mirrors": [
  596. {
  597. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  598. "preferred": true
  599. }
  600. ]
  601. },
  602. "require": {
  603. "ext-json": "*",
  604. "ext-mbstring": "*",
  605. "league/flysystem": "^1.1.4",
  606. "league/flysystem-cached-adapter": "^1.0",
  607. "php": ">=7.2.5",
  608. "psr/container": "~1.0",
  609. "psr/http-message": "^1.0",
  610. "psr/log": "~1.0",
  611. "psr/simple-cache": "^1.0",
  612. "topthink/think-helper": "^3.1.1",
  613. "topthink/think-orm": "^2.0"
  614. },
  615. "require-dev": {
  616. "guzzlehttp/psr7": "^2.1.0",
  617. "mikey179/vfsstream": "^1.6",
  618. "mockery/mockery": "^1.2",
  619. "phpunit/phpunit": "^7.0"
  620. },
  621. "type": "library",
  622. "autoload": {
  623. "files": [],
  624. "psr-4": {
  625. "think\\": "src/think/"
  626. }
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "Apache-2.0"
  631. ],
  632. "authors": [
  633. {
  634. "name": "liu21st",
  635. "email": "liu21st@gmail.com"
  636. },
  637. {
  638. "name": "yunwuxin",
  639. "email": "448901948@qq.com"
  640. }
  641. ],
  642. "description": "The ThinkPHP Framework.",
  643. "homepage": "http://thinkphp.cn/",
  644. "keywords": [
  645. "framework",
  646. "orm",
  647. "thinkphp"
  648. ],
  649. "support": {
  650. "issues": "https://github.com/top-think/framework/issues",
  651. "source": "https://github.com/top-think/framework/tree/v6.0.13"
  652. },
  653. "time": "2022-07-15T02:52:08+00:00"
  654. },
  655. {
  656. "name": "topthink/think-helper",
  657. "version": "v3.1.6",
  658. "source": {
  659. "type": "git",
  660. "url": "https://github.com/top-think/think-helper.git",
  661. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  662. },
  663. "dist": {
  664. "type": "zip",
  665. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  666. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  667. "shasum": "",
  668. "mirrors": [
  669. {
  670. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  671. "preferred": true
  672. }
  673. ]
  674. },
  675. "require": {
  676. "php": ">=7.1.0"
  677. },
  678. "require-dev": {
  679. "phpunit/phpunit": "^9.5"
  680. },
  681. "type": "library",
  682. "autoload": {
  683. "files": [
  684. "src/helper.php"
  685. ],
  686. "psr-4": {
  687. "think\\": "src"
  688. }
  689. },
  690. "notification-url": "https://packagist.org/downloads/",
  691. "license": [
  692. "Apache-2.0"
  693. ],
  694. "authors": [
  695. {
  696. "name": "yunwuxin",
  697. "email": "448901948@qq.com"
  698. }
  699. ],
  700. "description": "The ThinkPHP6 Helper Package",
  701. "support": {
  702. "issues": "https://github.com/top-think/think-helper/issues",
  703. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  704. },
  705. "time": "2021-12-15T04:27:55+00:00"
  706. },
  707. {
  708. "name": "topthink/think-multi-app",
  709. "version": "v1.0.14",
  710. "source": {
  711. "type": "git",
  712. "url": "https://github.com/top-think/think-multi-app.git",
  713. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
  714. },
  715. "dist": {
  716. "type": "zip",
  717. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  718. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  719. "shasum": "",
  720. "mirrors": [
  721. {
  722. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  723. "preferred": true
  724. }
  725. ]
  726. },
  727. "require": {
  728. "php": ">=7.1.0",
  729. "topthink/framework": "^6.0.0"
  730. },
  731. "type": "library",
  732. "extra": {
  733. "think": {
  734. "services": [
  735. "think\\app\\Service"
  736. ]
  737. }
  738. },
  739. "autoload": {
  740. "psr-4": {
  741. "think\\app\\": "src"
  742. }
  743. },
  744. "notification-url": "https://packagist.org/downloads/",
  745. "license": [
  746. "Apache-2.0"
  747. ],
  748. "authors": [
  749. {
  750. "name": "liu21st",
  751. "email": "liu21st@gmail.com"
  752. }
  753. ],
  754. "description": "thinkphp6 multi app support",
  755. "support": {
  756. "issues": "https://github.com/top-think/think-multi-app/issues",
  757. "source": "https://github.com/top-think/think-multi-app/tree/master"
  758. },
  759. "time": "2020-07-12T13:50:37+00:00"
  760. },
  761. {
  762. "name": "topthink/think-orm",
  763. "version": "v2.0.54",
  764. "source": {
  765. "type": "git",
  766. "url": "https://github.com/top-think/think-orm.git",
  767. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e"
  768. },
  769. "dist": {
  770. "type": "zip",
  771. "url": "https://api.github.com/repos/top-think/think-orm/zipball/97b061b47616301ff29fbd4c35ed9184e1162e4e",
  772. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e",
  773. "shasum": "",
  774. "mirrors": [
  775. {
  776. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  777. "preferred": true
  778. }
  779. ]
  780. },
  781. "require": {
  782. "ext-json": "*",
  783. "ext-pdo": "*",
  784. "php": ">=7.1.0",
  785. "psr/log": "^1.0|^2.0",
  786. "psr/simple-cache": "^1.0|^2.0",
  787. "topthink/think-helper": "^3.1"
  788. },
  789. "require-dev": {
  790. "phpunit/phpunit": "^7|^8|^9.5"
  791. },
  792. "type": "library",
  793. "autoload": {
  794. "files": [
  795. "stubs/load_stubs.php"
  796. ],
  797. "psr-4": {
  798. "think\\": "src"
  799. }
  800. },
  801. "notification-url": "https://packagist.org/downloads/",
  802. "license": [
  803. "Apache-2.0"
  804. ],
  805. "authors": [
  806. {
  807. "name": "liu21st",
  808. "email": "liu21st@gmail.com"
  809. }
  810. ],
  811. "description": "think orm",
  812. "keywords": [
  813. "database",
  814. "orm"
  815. ],
  816. "support": {
  817. "issues": "https://github.com/top-think/think-orm/issues",
  818. "source": "https://github.com/top-think/think-orm/tree/v2.0.54"
  819. },
  820. "time": "2022-07-05T05:25:51+00:00"
  821. },
  822. {
  823. "name": "zoujingli/wechat-php-sdk",
  824. "version": "v1.3.18",
  825. "source": {
  826. "type": "git",
  827. "url": "https://github.com/zoujingli/wechat-php-sdk.git",
  828. "reference": "d37d0c1919ede2ee54e65100ac3792e947b1e0ef"
  829. },
  830. "dist": {
  831. "type": "zip",
  832. "url": "https://api.github.com/repos/zoujingli/wechat-php-sdk/zipball/d37d0c1919ede2ee54e65100ac3792e947b1e0ef",
  833. "reference": "d37d0c1919ede2ee54e65100ac3792e947b1e0ef",
  834. "shasum": "",
  835. "mirrors": [
  836. {
  837. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  838. "preferred": true
  839. }
  840. ]
  841. },
  842. "require": {
  843. "ext-json": "*",
  844. "ext-libxml": "*",
  845. "ext-simplexml": "*",
  846. "php": ">=5.3.3"
  847. },
  848. "type": "project",
  849. "autoload": {
  850. "psr-4": {
  851. "Wechat\\": "./Wechat"
  852. }
  853. },
  854. "notification-url": "https://packagist.org/downloads/",
  855. "license": [
  856. "MIT"
  857. ],
  858. "description": "WeChat development of SDK",
  859. "homepage": "http://www.kancloud.cn/zoujingli/wechat-php-sdk",
  860. "keywords": [
  861. "wechat-php-sdk"
  862. ],
  863. "support": {
  864. "issues": "https://github.com/zoujingli/wechat-php-sdk/issues",
  865. "source": "https://github.com/zoujingli/wechat-php-sdk/tree/v1.3.18"
  866. },
  867. "time": "2019-10-10T09:42:15+00:00"
  868. }
  869. ],
  870. "packages-dev": [
  871. {
  872. "name": "symfony/polyfill-mbstring",
  873. "version": "v1.26.0",
  874. "source": {
  875. "type": "git",
  876. "url": "https://github.com/symfony/polyfill-mbstring.git",
  877. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  878. },
  879. "dist": {
  880. "type": "zip",
  881. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  882. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  883. "shasum": "",
  884. "mirrors": [
  885. {
  886. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  887. "preferred": true
  888. }
  889. ]
  890. },
  891. "require": {
  892. "php": ">=7.1"
  893. },
  894. "provide": {
  895. "ext-mbstring": "*"
  896. },
  897. "suggest": {
  898. "ext-mbstring": "For best performance"
  899. },
  900. "type": "library",
  901. "extra": {
  902. "branch-alias": {
  903. "dev-main": "1.26-dev"
  904. },
  905. "thanks": {
  906. "name": "symfony/polyfill",
  907. "url": "https://github.com/symfony/polyfill"
  908. }
  909. },
  910. "autoload": {
  911. "files": [
  912. "bootstrap.php"
  913. ],
  914. "psr-4": {
  915. "Symfony\\Polyfill\\Mbstring\\": ""
  916. }
  917. },
  918. "notification-url": "https://packagist.org/downloads/",
  919. "license": [
  920. "MIT"
  921. ],
  922. "authors": [
  923. {
  924. "name": "Nicolas Grekas",
  925. "email": "p@tchwork.com"
  926. },
  927. {
  928. "name": "Symfony Community",
  929. "homepage": "https://symfony.com/contributors"
  930. }
  931. ],
  932. "description": "Symfony polyfill for the Mbstring extension",
  933. "homepage": "https://symfony.com",
  934. "keywords": [
  935. "compatibility",
  936. "mbstring",
  937. "polyfill",
  938. "portable",
  939. "shim"
  940. ],
  941. "support": {
  942. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
  943. },
  944. "funding": [
  945. {
  946. "url": "https://symfony.com/sponsor",
  947. "type": "custom"
  948. },
  949. {
  950. "url": "https://github.com/fabpot",
  951. "type": "github"
  952. },
  953. {
  954. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  955. "type": "tidelift"
  956. }
  957. ],
  958. "time": "2022-05-24T11:49:31+00:00"
  959. },
  960. {
  961. "name": "symfony/polyfill-php72",
  962. "version": "v1.26.0",
  963. "source": {
  964. "type": "git",
  965. "url": "https://github.com/symfony/polyfill-php72.git",
  966. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
  967. },
  968. "dist": {
  969. "type": "zip",
  970. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
  971. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
  972. "shasum": "",
  973. "mirrors": [
  974. {
  975. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  976. "preferred": true
  977. }
  978. ]
  979. },
  980. "require": {
  981. "php": ">=7.1"
  982. },
  983. "type": "library",
  984. "extra": {
  985. "branch-alias": {
  986. "dev-main": "1.26-dev"
  987. },
  988. "thanks": {
  989. "name": "symfony/polyfill",
  990. "url": "https://github.com/symfony/polyfill"
  991. }
  992. },
  993. "autoload": {
  994. "files": [
  995. "bootstrap.php"
  996. ],
  997. "psr-4": {
  998. "Symfony\\Polyfill\\Php72\\": ""
  999. }
  1000. },
  1001. "notification-url": "https://packagist.org/downloads/",
  1002. "license": [
  1003. "MIT"
  1004. ],
  1005. "authors": [
  1006. {
  1007. "name": "Nicolas Grekas",
  1008. "email": "p@tchwork.com"
  1009. },
  1010. {
  1011. "name": "Symfony Community",
  1012. "homepage": "https://symfony.com/contributors"
  1013. }
  1014. ],
  1015. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1016. "homepage": "https://symfony.com",
  1017. "keywords": [
  1018. "compatibility",
  1019. "polyfill",
  1020. "portable",
  1021. "shim"
  1022. ],
  1023. "support": {
  1024. "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
  1025. },
  1026. "funding": [
  1027. {
  1028. "url": "https://symfony.com/sponsor",
  1029. "type": "custom"
  1030. },
  1031. {
  1032. "url": "https://github.com/fabpot",
  1033. "type": "github"
  1034. },
  1035. {
  1036. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1037. "type": "tidelift"
  1038. }
  1039. ],
  1040. "time": "2022-05-24T11:49:31+00:00"
  1041. },
  1042. {
  1043. "name": "symfony/polyfill-php80",
  1044. "version": "v1.26.0",
  1045. "source": {
  1046. "type": "git",
  1047. "url": "https://github.com/symfony/polyfill-php80.git",
  1048. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
  1049. },
  1050. "dist": {
  1051. "type": "zip",
  1052. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1053. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1054. "shasum": "",
  1055. "mirrors": [
  1056. {
  1057. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1058. "preferred": true
  1059. }
  1060. ]
  1061. },
  1062. "require": {
  1063. "php": ">=7.1"
  1064. },
  1065. "type": "library",
  1066. "extra": {
  1067. "branch-alias": {
  1068. "dev-main": "1.26-dev"
  1069. },
  1070. "thanks": {
  1071. "name": "symfony/polyfill",
  1072. "url": "https://github.com/symfony/polyfill"
  1073. }
  1074. },
  1075. "autoload": {
  1076. "files": [
  1077. "bootstrap.php"
  1078. ],
  1079. "psr-4": {
  1080. "Symfony\\Polyfill\\Php80\\": ""
  1081. },
  1082. "classmap": [
  1083. "Resources/stubs"
  1084. ]
  1085. },
  1086. "notification-url": "https://packagist.org/downloads/",
  1087. "license": [
  1088. "MIT"
  1089. ],
  1090. "authors": [
  1091. {
  1092. "name": "Ion Bazan",
  1093. "email": "ion.bazan@gmail.com"
  1094. },
  1095. {
  1096. "name": "Nicolas Grekas",
  1097. "email": "p@tchwork.com"
  1098. },
  1099. {
  1100. "name": "Symfony Community",
  1101. "homepage": "https://symfony.com/contributors"
  1102. }
  1103. ],
  1104. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1105. "homepage": "https://symfony.com",
  1106. "keywords": [
  1107. "compatibility",
  1108. "polyfill",
  1109. "portable",
  1110. "shim"
  1111. ],
  1112. "support": {
  1113. "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
  1114. },
  1115. "funding": [
  1116. {
  1117. "url": "https://symfony.com/sponsor",
  1118. "type": "custom"
  1119. },
  1120. {
  1121. "url": "https://github.com/fabpot",
  1122. "type": "github"
  1123. },
  1124. {
  1125. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1126. "type": "tidelift"
  1127. }
  1128. ],
  1129. "time": "2022-05-10T07:21:04+00:00"
  1130. },
  1131. {
  1132. "name": "symfony/var-dumper",
  1133. "version": "v4.4.44",
  1134. "source": {
  1135. "type": "git",
  1136. "url": "https://github.com/symfony/var-dumper.git",
  1137. "reference": "f19951007dae942cc79b979c1fe26bfdfbeb54ed"
  1138. },
  1139. "dist": {
  1140. "type": "zip",
  1141. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f19951007dae942cc79b979c1fe26bfdfbeb54ed",
  1142. "reference": "f19951007dae942cc79b979c1fe26bfdfbeb54ed",
  1143. "shasum": "",
  1144. "mirrors": [
  1145. {
  1146. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1147. "preferred": true
  1148. }
  1149. ]
  1150. },
  1151. "require": {
  1152. "php": ">=7.1.3",
  1153. "symfony/polyfill-mbstring": "~1.0",
  1154. "symfony/polyfill-php72": "~1.5",
  1155. "symfony/polyfill-php80": "^1.16"
  1156. },
  1157. "conflict": {
  1158. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1159. "symfony/console": "<3.4"
  1160. },
  1161. "require-dev": {
  1162. "ext-iconv": "*",
  1163. "symfony/console": "^3.4|^4.0|^5.0",
  1164. "symfony/process": "^4.4|^5.0",
  1165. "twig/twig": "^1.43|^2.13|^3.0.4"
  1166. },
  1167. "suggest": {
  1168. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1169. "ext-intl": "To show region name in time zone dump",
  1170. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1171. },
  1172. "bin": [
  1173. "Resources/bin/var-dump-server"
  1174. ],
  1175. "type": "library",
  1176. "autoload": {
  1177. "files": [
  1178. "Resources/functions/dump.php"
  1179. ],
  1180. "psr-4": {
  1181. "Symfony\\Component\\VarDumper\\": ""
  1182. },
  1183. "exclude-from-classmap": [
  1184. "/Tests/"
  1185. ]
  1186. },
  1187. "notification-url": "https://packagist.org/downloads/",
  1188. "license": [
  1189. "MIT"
  1190. ],
  1191. "authors": [
  1192. {
  1193. "name": "Nicolas Grekas",
  1194. "email": "p@tchwork.com"
  1195. },
  1196. {
  1197. "name": "Symfony Community",
  1198. "homepage": "https://symfony.com/contributors"
  1199. }
  1200. ],
  1201. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1202. "homepage": "https://symfony.com",
  1203. "keywords": [
  1204. "debug",
  1205. "dump"
  1206. ],
  1207. "support": {
  1208. "source": "https://github.com/symfony/var-dumper/tree/v4.4.44"
  1209. },
  1210. "funding": [
  1211. {
  1212. "url": "https://symfony.com/sponsor",
  1213. "type": "custom"
  1214. },
  1215. {
  1216. "url": "https://github.com/fabpot",
  1217. "type": "github"
  1218. },
  1219. {
  1220. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1221. "type": "tidelift"
  1222. }
  1223. ],
  1224. "time": "2022-07-20T09:59:04+00:00"
  1225. },
  1226. {
  1227. "name": "topthink/think-trace",
  1228. "version": "v1.4",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/top-think/think-trace.git",
  1232. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1237. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1238. "shasum": "",
  1239. "mirrors": [
  1240. {
  1241. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1242. "preferred": true
  1243. }
  1244. ]
  1245. },
  1246. "require": {
  1247. "php": ">=7.1.0",
  1248. "topthink/framework": "^6.0.0"
  1249. },
  1250. "type": "library",
  1251. "extra": {
  1252. "think": {
  1253. "services": [
  1254. "think\\trace\\Service"
  1255. ],
  1256. "config": {
  1257. "trace": "src/config.php"
  1258. }
  1259. }
  1260. },
  1261. "autoload": {
  1262. "psr-4": {
  1263. "think\\trace\\": "src"
  1264. }
  1265. },
  1266. "notification-url": "https://packagist.org/downloads/",
  1267. "license": [
  1268. "Apache-2.0"
  1269. ],
  1270. "authors": [
  1271. {
  1272. "name": "liu21st",
  1273. "email": "liu21st@gmail.com"
  1274. }
  1275. ],
  1276. "description": "thinkphp debug trace",
  1277. "support": {
  1278. "issues": "https://github.com/top-think/think-trace/issues",
  1279. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1280. },
  1281. "time": "2020-06-29T05:27:28+00:00"
  1282. }
  1283. ],
  1284. "aliases": [],
  1285. "minimum-stability": "stable",
  1286. "stability-flags": [],
  1287. "prefer-stable": false,
  1288. "prefer-lowest": false,
  1289. "platform": {
  1290. "php": ">=7.2.5"
  1291. },
  1292. "platform-dev": [],
  1293. "plugin-api-version": "2.3.0"
  1294. }