composer.lock 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247
  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": "3aa191934404180c982ae2eea0633938",
  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.12",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/top-think/framework.git",
  588. "reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/top-think/framework/zipball/e478316ac843c1a884a3b3a7a94db17c4001ff5c",
  593. "reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c",
  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.12"
  652. },
  653. "time": "2022-01-21T06:31:07+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.53",
  764. "source": {
  765. "type": "git",
  766. "url": "https://github.com/top-think/think-orm.git",
  767. "reference": "06783eda65547a70ea686360a897759e1f873fff"
  768. },
  769. "dist": {
  770. "type": "zip",
  771. "url": "https://api.github.com/repos/top-think/think-orm/zipball/06783eda65547a70ea686360a897759e1f873fff",
  772. "reference": "06783eda65547a70ea686360a897759e1f873fff",
  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",
  786. "psr/simple-cache": "^1.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.53"
  819. },
  820. "time": "2022-02-28T14:54:22+00:00"
  821. }
  822. ],
  823. "packages-dev": [
  824. {
  825. "name": "symfony/polyfill-mbstring",
  826. "version": "v1.26.0",
  827. "source": {
  828. "type": "git",
  829. "url": "https://github.com/symfony/polyfill-mbstring.git",
  830. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  831. },
  832. "dist": {
  833. "type": "zip",
  834. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  835. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  836. "shasum": "",
  837. "mirrors": [
  838. {
  839. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  840. "preferred": true
  841. }
  842. ]
  843. },
  844. "require": {
  845. "php": ">=7.1"
  846. },
  847. "provide": {
  848. "ext-mbstring": "*"
  849. },
  850. "suggest": {
  851. "ext-mbstring": "For best performance"
  852. },
  853. "type": "library",
  854. "extra": {
  855. "branch-alias": {
  856. "dev-main": "1.26-dev"
  857. },
  858. "thanks": {
  859. "name": "symfony/polyfill",
  860. "url": "https://github.com/symfony/polyfill"
  861. }
  862. },
  863. "autoload": {
  864. "files": [
  865. "bootstrap.php"
  866. ],
  867. "psr-4": {
  868. "Symfony\\Polyfill\\Mbstring\\": ""
  869. }
  870. },
  871. "notification-url": "https://packagist.org/downloads/",
  872. "license": [
  873. "MIT"
  874. ],
  875. "authors": [
  876. {
  877. "name": "Nicolas Grekas",
  878. "email": "p@tchwork.com"
  879. },
  880. {
  881. "name": "Symfony Community",
  882. "homepage": "https://symfony.com/contributors"
  883. }
  884. ],
  885. "description": "Symfony polyfill for the Mbstring extension",
  886. "homepage": "https://symfony.com",
  887. "keywords": [
  888. "compatibility",
  889. "mbstring",
  890. "polyfill",
  891. "portable",
  892. "shim"
  893. ],
  894. "support": {
  895. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
  896. },
  897. "funding": [
  898. {
  899. "url": "https://symfony.com/sponsor",
  900. "type": "custom"
  901. },
  902. {
  903. "url": "https://github.com/fabpot",
  904. "type": "github"
  905. },
  906. {
  907. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  908. "type": "tidelift"
  909. }
  910. ],
  911. "time": "2022-05-24T11:49:31+00:00"
  912. },
  913. {
  914. "name": "symfony/polyfill-php72",
  915. "version": "v1.26.0",
  916. "source": {
  917. "type": "git",
  918. "url": "https://github.com/symfony/polyfill-php72.git",
  919. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
  920. },
  921. "dist": {
  922. "type": "zip",
  923. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
  924. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
  925. "shasum": "",
  926. "mirrors": [
  927. {
  928. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  929. "preferred": true
  930. }
  931. ]
  932. },
  933. "require": {
  934. "php": ">=7.1"
  935. },
  936. "type": "library",
  937. "extra": {
  938. "branch-alias": {
  939. "dev-main": "1.26-dev"
  940. },
  941. "thanks": {
  942. "name": "symfony/polyfill",
  943. "url": "https://github.com/symfony/polyfill"
  944. }
  945. },
  946. "autoload": {
  947. "files": [
  948. "bootstrap.php"
  949. ],
  950. "psr-4": {
  951. "Symfony\\Polyfill\\Php72\\": ""
  952. }
  953. },
  954. "notification-url": "https://packagist.org/downloads/",
  955. "license": [
  956. "MIT"
  957. ],
  958. "authors": [
  959. {
  960. "name": "Nicolas Grekas",
  961. "email": "p@tchwork.com"
  962. },
  963. {
  964. "name": "Symfony Community",
  965. "homepage": "https://symfony.com/contributors"
  966. }
  967. ],
  968. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  969. "homepage": "https://symfony.com",
  970. "keywords": [
  971. "compatibility",
  972. "polyfill",
  973. "portable",
  974. "shim"
  975. ],
  976. "support": {
  977. "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
  978. },
  979. "funding": [
  980. {
  981. "url": "https://symfony.com/sponsor",
  982. "type": "custom"
  983. },
  984. {
  985. "url": "https://github.com/fabpot",
  986. "type": "github"
  987. },
  988. {
  989. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  990. "type": "tidelift"
  991. }
  992. ],
  993. "time": "2022-05-24T11:49:31+00:00"
  994. },
  995. {
  996. "name": "symfony/polyfill-php80",
  997. "version": "v1.26.0",
  998. "source": {
  999. "type": "git",
  1000. "url": "https://github.com/symfony/polyfill-php80.git",
  1001. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
  1002. },
  1003. "dist": {
  1004. "type": "zip",
  1005. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1006. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1007. "shasum": "",
  1008. "mirrors": [
  1009. {
  1010. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1011. "preferred": true
  1012. }
  1013. ]
  1014. },
  1015. "require": {
  1016. "php": ">=7.1"
  1017. },
  1018. "type": "library",
  1019. "extra": {
  1020. "branch-alias": {
  1021. "dev-main": "1.26-dev"
  1022. },
  1023. "thanks": {
  1024. "name": "symfony/polyfill",
  1025. "url": "https://github.com/symfony/polyfill"
  1026. }
  1027. },
  1028. "autoload": {
  1029. "files": [
  1030. "bootstrap.php"
  1031. ],
  1032. "psr-4": {
  1033. "Symfony\\Polyfill\\Php80\\": ""
  1034. },
  1035. "classmap": [
  1036. "Resources/stubs"
  1037. ]
  1038. },
  1039. "notification-url": "https://packagist.org/downloads/",
  1040. "license": [
  1041. "MIT"
  1042. ],
  1043. "authors": [
  1044. {
  1045. "name": "Ion Bazan",
  1046. "email": "ion.bazan@gmail.com"
  1047. },
  1048. {
  1049. "name": "Nicolas Grekas",
  1050. "email": "p@tchwork.com"
  1051. },
  1052. {
  1053. "name": "Symfony Community",
  1054. "homepage": "https://symfony.com/contributors"
  1055. }
  1056. ],
  1057. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1058. "homepage": "https://symfony.com",
  1059. "keywords": [
  1060. "compatibility",
  1061. "polyfill",
  1062. "portable",
  1063. "shim"
  1064. ],
  1065. "support": {
  1066. "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
  1067. },
  1068. "funding": [
  1069. {
  1070. "url": "https://symfony.com/sponsor",
  1071. "type": "custom"
  1072. },
  1073. {
  1074. "url": "https://github.com/fabpot",
  1075. "type": "github"
  1076. },
  1077. {
  1078. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1079. "type": "tidelift"
  1080. }
  1081. ],
  1082. "time": "2022-05-10T07:21:04+00:00"
  1083. },
  1084. {
  1085. "name": "symfony/var-dumper",
  1086. "version": "v4.4.42",
  1087. "source": {
  1088. "type": "git",
  1089. "url": "https://github.com/symfony/var-dumper.git",
  1090. "reference": "742aab50ad097bcb62d91fccb613f66b8047d2ca"
  1091. },
  1092. "dist": {
  1093. "type": "zip",
  1094. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/742aab50ad097bcb62d91fccb613f66b8047d2ca",
  1095. "reference": "742aab50ad097bcb62d91fccb613f66b8047d2ca",
  1096. "shasum": "",
  1097. "mirrors": [
  1098. {
  1099. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1100. "preferred": true
  1101. }
  1102. ]
  1103. },
  1104. "require": {
  1105. "php": ">=7.1.3",
  1106. "symfony/polyfill-mbstring": "~1.0",
  1107. "symfony/polyfill-php72": "~1.5",
  1108. "symfony/polyfill-php80": "^1.16"
  1109. },
  1110. "conflict": {
  1111. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1112. "symfony/console": "<3.4"
  1113. },
  1114. "require-dev": {
  1115. "ext-iconv": "*",
  1116. "symfony/console": "^3.4|^4.0|^5.0",
  1117. "symfony/process": "^4.4|^5.0",
  1118. "twig/twig": "^1.43|^2.13|^3.0.4"
  1119. },
  1120. "suggest": {
  1121. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1122. "ext-intl": "To show region name in time zone dump",
  1123. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1124. },
  1125. "bin": [
  1126. "Resources/bin/var-dump-server"
  1127. ],
  1128. "type": "library",
  1129. "autoload": {
  1130. "files": [
  1131. "Resources/functions/dump.php"
  1132. ],
  1133. "psr-4": {
  1134. "Symfony\\Component\\VarDumper\\": ""
  1135. },
  1136. "exclude-from-classmap": [
  1137. "/Tests/"
  1138. ]
  1139. },
  1140. "notification-url": "https://packagist.org/downloads/",
  1141. "license": [
  1142. "MIT"
  1143. ],
  1144. "authors": [
  1145. {
  1146. "name": "Nicolas Grekas",
  1147. "email": "p@tchwork.com"
  1148. },
  1149. {
  1150. "name": "Symfony Community",
  1151. "homepage": "https://symfony.com/contributors"
  1152. }
  1153. ],
  1154. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1155. "homepage": "https://symfony.com",
  1156. "keywords": [
  1157. "debug",
  1158. "dump"
  1159. ],
  1160. "support": {
  1161. "source": "https://github.com/symfony/var-dumper/tree/v4.4.42"
  1162. },
  1163. "funding": [
  1164. {
  1165. "url": "https://symfony.com/sponsor",
  1166. "type": "custom"
  1167. },
  1168. {
  1169. "url": "https://github.com/fabpot",
  1170. "type": "github"
  1171. },
  1172. {
  1173. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1174. "type": "tidelift"
  1175. }
  1176. ],
  1177. "time": "2022-05-21T10:00:54+00:00"
  1178. },
  1179. {
  1180. "name": "topthink/think-trace",
  1181. "version": "v1.4",
  1182. "source": {
  1183. "type": "git",
  1184. "url": "https://github.com/top-think/think-trace.git",
  1185. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1186. },
  1187. "dist": {
  1188. "type": "zip",
  1189. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1190. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1191. "shasum": "",
  1192. "mirrors": [
  1193. {
  1194. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1195. "preferred": true
  1196. }
  1197. ]
  1198. },
  1199. "require": {
  1200. "php": ">=7.1.0",
  1201. "topthink/framework": "^6.0.0"
  1202. },
  1203. "type": "library",
  1204. "extra": {
  1205. "think": {
  1206. "services": [
  1207. "think\\trace\\Service"
  1208. ],
  1209. "config": {
  1210. "trace": "src/config.php"
  1211. }
  1212. }
  1213. },
  1214. "autoload": {
  1215. "psr-4": {
  1216. "think\\trace\\": "src"
  1217. }
  1218. },
  1219. "notification-url": "https://packagist.org/downloads/",
  1220. "license": [
  1221. "Apache-2.0"
  1222. ],
  1223. "authors": [
  1224. {
  1225. "name": "liu21st",
  1226. "email": "liu21st@gmail.com"
  1227. }
  1228. ],
  1229. "description": "thinkphp debug trace",
  1230. "support": {
  1231. "issues": "https://github.com/top-think/think-trace/issues",
  1232. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1233. },
  1234. "time": "2020-06-29T05:27:28+00:00"
  1235. }
  1236. ],
  1237. "aliases": [],
  1238. "minimum-stability": "stable",
  1239. "stability-flags": [],
  1240. "prefer-stable": false,
  1241. "prefer-lowest": false,
  1242. "platform": {
  1243. "php": ">=7.2.5"
  1244. },
  1245. "platform-dev": [],
  1246. "plugin-api-version": "2.2.0"
  1247. }