composer.lock 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109
  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": "9ef3f6f1993fcd90da3b2fda07e08183",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.1.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
  20. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
  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-fileinfo": "Required for MimeType",
  43. "ext-ftp": "Allows you to use FTP server storage",
  44. "ext-openssl": "Allows you to use FTPS server storage",
  45. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  46. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  47. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  48. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  49. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  50. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  51. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  52. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  53. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  54. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  55. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  56. },
  57. "type": "library",
  58. "extra": {
  59. "branch-alias": {
  60. "dev-master": "1.1-dev"
  61. }
  62. },
  63. "autoload": {
  64. "psr-4": {
  65. "League\\Flysystem\\": "src/"
  66. }
  67. },
  68. "notification-url": "https://packagist.org/downloads/",
  69. "license": [
  70. "MIT"
  71. ],
  72. "authors": [
  73. {
  74. "name": "Frank de Jonge",
  75. "email": "info@frenky.net"
  76. }
  77. ],
  78. "description": "Filesystem abstraction: Many filesystems, one API.",
  79. "keywords": [
  80. "Cloud Files",
  81. "WebDAV",
  82. "abstraction",
  83. "aws",
  84. "cloud",
  85. "copy.com",
  86. "dropbox",
  87. "file systems",
  88. "files",
  89. "filesystem",
  90. "filesystems",
  91. "ftp",
  92. "rackspace",
  93. "remote",
  94. "s3",
  95. "sftp",
  96. "storage"
  97. ],
  98. "support": {
  99. "issues": "https://github.com/thephpleague/flysystem/issues",
  100. "source": "https://github.com/thephpleague/flysystem/tree/1.x"
  101. },
  102. "funding": [
  103. {
  104. "url": "https://offset.earth/frankdejonge",
  105. "type": "other"
  106. }
  107. ],
  108. "time": "2020-08-23T07:39:11+00:00"
  109. },
  110. {
  111. "name": "league/flysystem-cached-adapter",
  112. "version": "1.1.0",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  116. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  121. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  122. "shasum": "",
  123. "mirrors": [
  124. {
  125. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  126. "preferred": true
  127. }
  128. ]
  129. },
  130. "require": {
  131. "league/flysystem": "~1.0",
  132. "psr/cache": "^1.0.0"
  133. },
  134. "require-dev": {
  135. "mockery/mockery": "~0.9",
  136. "phpspec/phpspec": "^3.4",
  137. "phpunit/phpunit": "^5.7",
  138. "predis/predis": "~1.0",
  139. "tedivm/stash": "~0.12"
  140. },
  141. "suggest": {
  142. "ext-phpredis": "Pure C implemented extension for PHP"
  143. },
  144. "type": "library",
  145. "autoload": {
  146. "psr-4": {
  147. "League\\Flysystem\\Cached\\": "src/"
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "frankdejonge",
  157. "email": "info@frenky.net"
  158. }
  159. ],
  160. "description": "An adapter decorator to enable meta-data caching.",
  161. "support": {
  162. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  163. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  164. },
  165. "time": "2020-07-25T15:56:04+00:00"
  166. },
  167. {
  168. "name": "league/mime-type-detection",
  169. "version": "1.7.0",
  170. "source": {
  171. "type": "git",
  172. "url": "https://github.com/thephpleague/mime-type-detection.git",
  173. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
  174. },
  175. "dist": {
  176. "type": "zip",
  177. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  178. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  179. "shasum": "",
  180. "mirrors": [
  181. {
  182. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  183. "preferred": true
  184. }
  185. ]
  186. },
  187. "require": {
  188. "ext-fileinfo": "*",
  189. "php": "^7.2 || ^8.0"
  190. },
  191. "require-dev": {
  192. "friendsofphp/php-cs-fixer": "^2.18",
  193. "phpstan/phpstan": "^0.12.68",
  194. "phpunit/phpunit": "^8.5.8 || ^9.3"
  195. },
  196. "type": "library",
  197. "autoload": {
  198. "psr-4": {
  199. "League\\MimeTypeDetection\\": "src"
  200. }
  201. },
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "MIT"
  205. ],
  206. "authors": [
  207. {
  208. "name": "Frank de Jonge",
  209. "email": "info@frankdejonge.nl"
  210. }
  211. ],
  212. "description": "Mime-type detection for Flysystem",
  213. "support": {
  214. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  215. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
  216. },
  217. "funding": [
  218. {
  219. "url": "https://github.com/frankdejonge",
  220. "type": "github"
  221. },
  222. {
  223. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  224. "type": "tidelift"
  225. }
  226. ],
  227. "time": "2021-01-18T20:58:21+00:00"
  228. },
  229. {
  230. "name": "psr/cache",
  231. "version": "1.0.1",
  232. "source": {
  233. "type": "git",
  234. "url": "https://github.com/php-fig/cache.git",
  235. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  236. },
  237. "dist": {
  238. "type": "zip",
  239. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  240. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  241. "shasum": "",
  242. "mirrors": [
  243. {
  244. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  245. "preferred": true
  246. }
  247. ]
  248. },
  249. "require": {
  250. "php": ">=5.3.0"
  251. },
  252. "type": "library",
  253. "extra": {
  254. "branch-alias": {
  255. "dev-master": "1.0.x-dev"
  256. }
  257. },
  258. "autoload": {
  259. "psr-4": {
  260. "Psr\\Cache\\": "src/"
  261. }
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "MIT"
  266. ],
  267. "authors": [
  268. {
  269. "name": "PHP-FIG",
  270. "homepage": "http://www.php-fig.org/"
  271. }
  272. ],
  273. "description": "Common interface for caching libraries",
  274. "keywords": [
  275. "cache",
  276. "psr",
  277. "psr-6"
  278. ],
  279. "support": {
  280. "source": "https://github.com/php-fig/cache/tree/master"
  281. },
  282. "time": "2016-08-06T20:24:11+00:00"
  283. },
  284. {
  285. "name": "psr/container",
  286. "version": "1.1.1",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/php-fig/container.git",
  290. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  295. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  296. "shasum": "",
  297. "mirrors": [
  298. {
  299. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  300. "preferred": true
  301. }
  302. ]
  303. },
  304. "require": {
  305. "php": ">=7.2.0"
  306. },
  307. "type": "library",
  308. "autoload": {
  309. "psr-4": {
  310. "Psr\\Container\\": "src/"
  311. }
  312. },
  313. "notification-url": "https://packagist.org/downloads/",
  314. "license": [
  315. "MIT"
  316. ],
  317. "authors": [
  318. {
  319. "name": "PHP-FIG",
  320. "homepage": "https://www.php-fig.org/"
  321. }
  322. ],
  323. "description": "Common Container Interface (PHP FIG PSR-11)",
  324. "homepage": "https://github.com/php-fig/container",
  325. "keywords": [
  326. "PSR-11",
  327. "container",
  328. "container-interface",
  329. "container-interop",
  330. "psr"
  331. ],
  332. "support": {
  333. "issues": "https://github.com/php-fig/container/issues",
  334. "source": "https://github.com/php-fig/container/tree/1.1.1"
  335. },
  336. "time": "2021-03-05T17:36:06+00:00"
  337. },
  338. {
  339. "name": "psr/log",
  340. "version": "1.1.3",
  341. "source": {
  342. "type": "git",
  343. "url": "https://github.com/php-fig/log.git",
  344. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  345. },
  346. "dist": {
  347. "type": "zip",
  348. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  349. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  350. "shasum": "",
  351. "mirrors": [
  352. {
  353. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  354. "preferred": true
  355. }
  356. ]
  357. },
  358. "require": {
  359. "php": ">=5.3.0"
  360. },
  361. "type": "library",
  362. "extra": {
  363. "branch-alias": {
  364. "dev-master": "1.1.x-dev"
  365. }
  366. },
  367. "autoload": {
  368. "psr-4": {
  369. "Psr\\Log\\": "Psr/Log/"
  370. }
  371. },
  372. "notification-url": "https://packagist.org/downloads/",
  373. "license": [
  374. "MIT"
  375. ],
  376. "authors": [
  377. {
  378. "name": "PHP-FIG",
  379. "homepage": "http://www.php-fig.org/"
  380. }
  381. ],
  382. "description": "Common interface for logging libraries",
  383. "homepage": "https://github.com/php-fig/log",
  384. "keywords": [
  385. "log",
  386. "psr",
  387. "psr-3"
  388. ],
  389. "support": {
  390. "source": "https://github.com/php-fig/log/tree/1.1.3"
  391. },
  392. "time": "2020-03-23T09:12:05+00:00"
  393. },
  394. {
  395. "name": "psr/simple-cache",
  396. "version": "1.0.1",
  397. "source": {
  398. "type": "git",
  399. "url": "https://github.com/php-fig/simple-cache.git",
  400. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  401. },
  402. "dist": {
  403. "type": "zip",
  404. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  405. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  406. "shasum": "",
  407. "mirrors": [
  408. {
  409. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  410. "preferred": true
  411. }
  412. ]
  413. },
  414. "require": {
  415. "php": ">=5.3.0"
  416. },
  417. "type": "library",
  418. "extra": {
  419. "branch-alias": {
  420. "dev-master": "1.0.x-dev"
  421. }
  422. },
  423. "autoload": {
  424. "psr-4": {
  425. "Psr\\SimpleCache\\": "src/"
  426. }
  427. },
  428. "notification-url": "https://packagist.org/downloads/",
  429. "license": [
  430. "MIT"
  431. ],
  432. "authors": [
  433. {
  434. "name": "PHP-FIG",
  435. "homepage": "http://www.php-fig.org/"
  436. }
  437. ],
  438. "description": "Common interfaces for simple caching",
  439. "keywords": [
  440. "cache",
  441. "caching",
  442. "psr",
  443. "psr-16",
  444. "simple-cache"
  445. ],
  446. "support": {
  447. "source": "https://github.com/php-fig/simple-cache/tree/master"
  448. },
  449. "time": "2017-10-23T01:57:42+00:00"
  450. },
  451. {
  452. "name": "topthink/framework",
  453. "version": "v6.0.7",
  454. "source": {
  455. "type": "git",
  456. "url": "https://github.com/top-think/framework.git",
  457. "reference": "db8fe22520a9660dd5e4c87e304034ac49e39270"
  458. },
  459. "dist": {
  460. "type": "zip",
  461. "url": "https://api.github.com/repos/top-think/framework/zipball/db8fe22520a9660dd5e4c87e304034ac49e39270",
  462. "reference": "db8fe22520a9660dd5e4c87e304034ac49e39270",
  463. "shasum": "",
  464. "mirrors": [
  465. {
  466. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  467. "preferred": true
  468. }
  469. ]
  470. },
  471. "require": {
  472. "ext-json": "*",
  473. "ext-mbstring": "*",
  474. "league/flysystem": "^1.0",
  475. "league/flysystem-cached-adapter": "^1.0",
  476. "php": ">=7.1.0",
  477. "psr/container": "~1.0",
  478. "psr/log": "~1.0",
  479. "psr/simple-cache": "^1.0",
  480. "topthink/think-helper": "^3.1.1",
  481. "topthink/think-orm": "^2.0"
  482. },
  483. "require-dev": {
  484. "mikey179/vfsstream": "^1.6",
  485. "mockery/mockery": "^1.2",
  486. "phpunit/phpunit": "^7.0"
  487. },
  488. "type": "library",
  489. "autoload": {
  490. "files": [],
  491. "psr-4": {
  492. "think\\": "src/think/"
  493. }
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "Apache-2.0"
  498. ],
  499. "authors": [
  500. {
  501. "name": "liu21st",
  502. "email": "liu21st@gmail.com"
  503. },
  504. {
  505. "name": "yunwuxin",
  506. "email": "448901948@qq.com"
  507. }
  508. ],
  509. "description": "The ThinkPHP Framework.",
  510. "homepage": "http://thinkphp.cn/",
  511. "keywords": [
  512. "framework",
  513. "orm",
  514. "thinkphp"
  515. ],
  516. "support": {
  517. "issues": "https://github.com/top-think/framework/issues",
  518. "source": "https://github.com/top-think/framework/tree/v6.0.7"
  519. },
  520. "time": "2021-01-25T14:48:29+00:00"
  521. },
  522. {
  523. "name": "topthink/think-helper",
  524. "version": "v3.1.4",
  525. "source": {
  526. "type": "git",
  527. "url": "https://github.com/top-think/think-helper.git",
  528. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10"
  529. },
  530. "dist": {
  531. "type": "zip",
  532. "url": "https://api.github.com/repos/top-think/think-helper/zipball/c28d37743bda4a0455286ca85b17b5791d626e10",
  533. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10",
  534. "shasum": "",
  535. "mirrors": [
  536. {
  537. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  538. "preferred": true
  539. }
  540. ]
  541. },
  542. "require": {
  543. "php": ">=7.1.0"
  544. },
  545. "type": "library",
  546. "autoload": {
  547. "psr-4": {
  548. "think\\": "src"
  549. },
  550. "files": [
  551. "src/helper.php"
  552. ]
  553. },
  554. "notification-url": "https://packagist.org/downloads/",
  555. "license": [
  556. "Apache-2.0"
  557. ],
  558. "authors": [
  559. {
  560. "name": "yunwuxin",
  561. "email": "448901948@qq.com"
  562. }
  563. ],
  564. "description": "The ThinkPHP6 Helper Package",
  565. "support": {
  566. "issues": "https://github.com/top-think/think-helper/issues",
  567. "source": "https://github.com/top-think/think-helper/tree/3.0"
  568. },
  569. "time": "2019-11-08T08:01:10+00:00"
  570. },
  571. {
  572. "name": "topthink/think-multi-app",
  573. "version": "v1.0.14",
  574. "source": {
  575. "type": "git",
  576. "url": "https://github.com/top-think/think-multi-app.git",
  577. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
  578. },
  579. "dist": {
  580. "type": "zip",
  581. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  582. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  583. "shasum": "",
  584. "mirrors": [
  585. {
  586. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  587. "preferred": true
  588. }
  589. ]
  590. },
  591. "require": {
  592. "php": ">=7.1.0",
  593. "topthink/framework": "^6.0.0"
  594. },
  595. "type": "library",
  596. "extra": {
  597. "think": {
  598. "services": [
  599. "think\\app\\Service"
  600. ]
  601. }
  602. },
  603. "autoload": {
  604. "psr-4": {
  605. "think\\app\\": "src"
  606. }
  607. },
  608. "notification-url": "https://packagist.org/downloads/",
  609. "license": [
  610. "Apache-2.0"
  611. ],
  612. "authors": [
  613. {
  614. "name": "liu21st",
  615. "email": "liu21st@gmail.com"
  616. }
  617. ],
  618. "description": "thinkphp6 multi app support",
  619. "support": {
  620. "issues": "https://github.com/top-think/think-multi-app/issues",
  621. "source": "https://github.com/top-think/think-multi-app/tree/master"
  622. },
  623. "time": "2020-07-12T13:50:37+00:00"
  624. },
  625. {
  626. "name": "topthink/think-orm",
  627. "version": "v2.0.39",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/top-think/think-orm.git",
  631. "reference": "39a9d0a0e52d9b8bad9d98484d8484cdf5b683a7"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/top-think/think-orm/zipball/39a9d0a0e52d9b8bad9d98484d8484cdf5b683a7",
  636. "reference": "39a9d0a0e52d9b8bad9d98484d8484cdf5b683a7",
  637. "shasum": "",
  638. "mirrors": [
  639. {
  640. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  641. "preferred": true
  642. }
  643. ]
  644. },
  645. "require": {
  646. "ext-json": "*",
  647. "ext-pdo": "*",
  648. "php": ">=7.1.0",
  649. "psr/log": "~1.0",
  650. "psr/simple-cache": "^1.0",
  651. "topthink/think-helper": "^3.1"
  652. },
  653. "require-dev": {
  654. "phpunit/phpunit": "^7|^8|^9.5"
  655. },
  656. "type": "library",
  657. "autoload": {
  658. "psr-4": {
  659. "think\\": "src"
  660. },
  661. "files": [
  662. "stubs/load_stubs.php"
  663. ]
  664. },
  665. "notification-url": "https://packagist.org/downloads/",
  666. "license": [
  667. "Apache-2.0"
  668. ],
  669. "authors": [
  670. {
  671. "name": "liu21st",
  672. "email": "liu21st@gmail.com"
  673. }
  674. ],
  675. "description": "think orm",
  676. "keywords": [
  677. "database",
  678. "orm"
  679. ],
  680. "support": {
  681. "issues": "https://github.com/top-think/think-orm/issues",
  682. "source": "https://github.com/top-think/think-orm/tree/v2.0.39"
  683. },
  684. "time": "2021-02-26T10:20:00+00:00"
  685. }
  686. ],
  687. "packages-dev": [
  688. {
  689. "name": "symfony/polyfill-mbstring",
  690. "version": "v1.22.1",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/symfony/polyfill-mbstring.git",
  694. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
  699. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
  700. "shasum": "",
  701. "mirrors": [
  702. {
  703. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  704. "preferred": true
  705. }
  706. ]
  707. },
  708. "require": {
  709. "php": ">=7.1"
  710. },
  711. "suggest": {
  712. "ext-mbstring": "For best performance"
  713. },
  714. "type": "library",
  715. "extra": {
  716. "branch-alias": {
  717. "dev-main": "1.22-dev"
  718. },
  719. "thanks": {
  720. "name": "symfony/polyfill",
  721. "url": "https://github.com/symfony/polyfill"
  722. }
  723. },
  724. "autoload": {
  725. "psr-4": {
  726. "Symfony\\Polyfill\\Mbstring\\": ""
  727. },
  728. "files": [
  729. "bootstrap.php"
  730. ]
  731. },
  732. "notification-url": "https://packagist.org/downloads/",
  733. "license": [
  734. "MIT"
  735. ],
  736. "authors": [
  737. {
  738. "name": "Nicolas Grekas",
  739. "email": "p@tchwork.com"
  740. },
  741. {
  742. "name": "Symfony Community",
  743. "homepage": "https://symfony.com/contributors"
  744. }
  745. ],
  746. "description": "Symfony polyfill for the Mbstring extension",
  747. "homepage": "https://symfony.com",
  748. "keywords": [
  749. "compatibility",
  750. "mbstring",
  751. "polyfill",
  752. "portable",
  753. "shim"
  754. ],
  755. "support": {
  756. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
  757. },
  758. "funding": [
  759. {
  760. "url": "https://symfony.com/sponsor",
  761. "type": "custom"
  762. },
  763. {
  764. "url": "https://github.com/fabpot",
  765. "type": "github"
  766. },
  767. {
  768. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  769. "type": "tidelift"
  770. }
  771. ],
  772. "time": "2021-01-22T09:19:47+00:00"
  773. },
  774. {
  775. "name": "symfony/polyfill-php72",
  776. "version": "v1.22.1",
  777. "source": {
  778. "type": "git",
  779. "url": "https://github.com/symfony/polyfill-php72.git",
  780. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
  781. },
  782. "dist": {
  783. "type": "zip",
  784. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  785. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  786. "shasum": "",
  787. "mirrors": [
  788. {
  789. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  790. "preferred": true
  791. }
  792. ]
  793. },
  794. "require": {
  795. "php": ">=7.1"
  796. },
  797. "type": "library",
  798. "extra": {
  799. "branch-alias": {
  800. "dev-main": "1.22-dev"
  801. },
  802. "thanks": {
  803. "name": "symfony/polyfill",
  804. "url": "https://github.com/symfony/polyfill"
  805. }
  806. },
  807. "autoload": {
  808. "psr-4": {
  809. "Symfony\\Polyfill\\Php72\\": ""
  810. },
  811. "files": [
  812. "bootstrap.php"
  813. ]
  814. },
  815. "notification-url": "https://packagist.org/downloads/",
  816. "license": [
  817. "MIT"
  818. ],
  819. "authors": [
  820. {
  821. "name": "Nicolas Grekas",
  822. "email": "p@tchwork.com"
  823. },
  824. {
  825. "name": "Symfony Community",
  826. "homepage": "https://symfony.com/contributors"
  827. }
  828. ],
  829. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  830. "homepage": "https://symfony.com",
  831. "keywords": [
  832. "compatibility",
  833. "polyfill",
  834. "portable",
  835. "shim"
  836. ],
  837. "support": {
  838. "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
  839. },
  840. "funding": [
  841. {
  842. "url": "https://symfony.com/sponsor",
  843. "type": "custom"
  844. },
  845. {
  846. "url": "https://github.com/fabpot",
  847. "type": "github"
  848. },
  849. {
  850. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  851. "type": "tidelift"
  852. }
  853. ],
  854. "time": "2021-01-07T16:49:33+00:00"
  855. },
  856. {
  857. "name": "symfony/polyfill-php80",
  858. "version": "v1.22.1",
  859. "source": {
  860. "type": "git",
  861. "url": "https://github.com/symfony/polyfill-php80.git",
  862. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
  863. },
  864. "dist": {
  865. "type": "zip",
  866. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
  867. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
  868. "shasum": "",
  869. "mirrors": [
  870. {
  871. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  872. "preferred": true
  873. }
  874. ]
  875. },
  876. "require": {
  877. "php": ">=7.1"
  878. },
  879. "type": "library",
  880. "extra": {
  881. "branch-alias": {
  882. "dev-main": "1.22-dev"
  883. },
  884. "thanks": {
  885. "name": "symfony/polyfill",
  886. "url": "https://github.com/symfony/polyfill"
  887. }
  888. },
  889. "autoload": {
  890. "psr-4": {
  891. "Symfony\\Polyfill\\Php80\\": ""
  892. },
  893. "files": [
  894. "bootstrap.php"
  895. ],
  896. "classmap": [
  897. "Resources/stubs"
  898. ]
  899. },
  900. "notification-url": "https://packagist.org/downloads/",
  901. "license": [
  902. "MIT"
  903. ],
  904. "authors": [
  905. {
  906. "name": "Ion Bazan",
  907. "email": "ion.bazan@gmail.com"
  908. },
  909. {
  910. "name": "Nicolas Grekas",
  911. "email": "p@tchwork.com"
  912. },
  913. {
  914. "name": "Symfony Community",
  915. "homepage": "https://symfony.com/contributors"
  916. }
  917. ],
  918. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  919. "homepage": "https://symfony.com",
  920. "keywords": [
  921. "compatibility",
  922. "polyfill",
  923. "portable",
  924. "shim"
  925. ],
  926. "support": {
  927. "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
  928. },
  929. "funding": [
  930. {
  931. "url": "https://symfony.com/sponsor",
  932. "type": "custom"
  933. },
  934. {
  935. "url": "https://github.com/fabpot",
  936. "type": "github"
  937. },
  938. {
  939. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  940. "type": "tidelift"
  941. }
  942. ],
  943. "time": "2021-01-07T16:49:33+00:00"
  944. },
  945. {
  946. "name": "symfony/var-dumper",
  947. "version": "v4.4.21",
  948. "source": {
  949. "type": "git",
  950. "url": "https://github.com/symfony/var-dumper.git",
  951. "reference": "0da0e174f728996f5d5072d6a9f0a42259dbc806"
  952. },
  953. "dist": {
  954. "type": "zip",
  955. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0da0e174f728996f5d5072d6a9f0a42259dbc806",
  956. "reference": "0da0e174f728996f5d5072d6a9f0a42259dbc806",
  957. "shasum": "",
  958. "mirrors": [
  959. {
  960. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  961. "preferred": true
  962. }
  963. ]
  964. },
  965. "require": {
  966. "php": ">=7.1.3",
  967. "symfony/polyfill-mbstring": "~1.0",
  968. "symfony/polyfill-php72": "~1.5",
  969. "symfony/polyfill-php80": "^1.15"
  970. },
  971. "conflict": {
  972. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  973. "symfony/console": "<3.4"
  974. },
  975. "require-dev": {
  976. "ext-iconv": "*",
  977. "symfony/console": "^3.4|^4.0|^5.0",
  978. "symfony/process": "^4.4|^5.0",
  979. "twig/twig": "^1.43|^2.13|^3.0.4"
  980. },
  981. "suggest": {
  982. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  983. "ext-intl": "To show region name in time zone dump",
  984. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  985. },
  986. "bin": [
  987. "Resources/bin/var-dump-server"
  988. ],
  989. "type": "library",
  990. "autoload": {
  991. "files": [
  992. "Resources/functions/dump.php"
  993. ],
  994. "psr-4": {
  995. "Symfony\\Component\\VarDumper\\": ""
  996. },
  997. "exclude-from-classmap": [
  998. "/Tests/"
  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": "Provides mechanisms for walking through any arbitrary PHP variable",
  1016. "homepage": "https://symfony.com",
  1017. "keywords": [
  1018. "debug",
  1019. "dump"
  1020. ],
  1021. "support": {
  1022. "source": "https://github.com/symfony/var-dumper/tree/v4.4.21"
  1023. },
  1024. "funding": [
  1025. {
  1026. "url": "https://symfony.com/sponsor",
  1027. "type": "custom"
  1028. },
  1029. {
  1030. "url": "https://github.com/fabpot",
  1031. "type": "github"
  1032. },
  1033. {
  1034. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1035. "type": "tidelift"
  1036. }
  1037. ],
  1038. "time": "2021-03-27T19:49:03+00:00"
  1039. },
  1040. {
  1041. "name": "topthink/think-trace",
  1042. "version": "v1.4",
  1043. "source": {
  1044. "type": "git",
  1045. "url": "https://github.com/top-think/think-trace.git",
  1046. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1047. },
  1048. "dist": {
  1049. "type": "zip",
  1050. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1051. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1052. "shasum": "",
  1053. "mirrors": [
  1054. {
  1055. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1056. "preferred": true
  1057. }
  1058. ]
  1059. },
  1060. "require": {
  1061. "php": ">=7.1.0",
  1062. "topthink/framework": "^6.0.0"
  1063. },
  1064. "type": "library",
  1065. "extra": {
  1066. "think": {
  1067. "services": [
  1068. "think\\trace\\Service"
  1069. ],
  1070. "config": {
  1071. "trace": "src/config.php"
  1072. }
  1073. }
  1074. },
  1075. "autoload": {
  1076. "psr-4": {
  1077. "think\\trace\\": "src"
  1078. }
  1079. },
  1080. "notification-url": "https://packagist.org/downloads/",
  1081. "license": [
  1082. "Apache-2.0"
  1083. ],
  1084. "authors": [
  1085. {
  1086. "name": "liu21st",
  1087. "email": "liu21st@gmail.com"
  1088. }
  1089. ],
  1090. "description": "thinkphp debug trace",
  1091. "support": {
  1092. "issues": "https://github.com/top-think/think-trace/issues",
  1093. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1094. },
  1095. "time": "2020-06-29T05:27:28+00:00"
  1096. }
  1097. ],
  1098. "aliases": [],
  1099. "minimum-stability": "stable",
  1100. "stability-flags": [],
  1101. "prefer-stable": false,
  1102. "prefer-lowest": false,
  1103. "platform": {
  1104. "php": ">=7.1.0"
  1105. },
  1106. "platform-dev": [],
  1107. "plugin-api-version": "2.0.0"
  1108. }