composer.lock 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  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.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea",
  20. "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea",
  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.5"
  100. },
  101. "funding": [
  102. {
  103. "url": "https://offset.earth/frankdejonge",
  104. "type": "other"
  105. }
  106. ],
  107. "time": "2021-08-17T13:49:42+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.8.0",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/thephpleague/mime-type-detection.git",
  172. "reference": "b38b25d7b372e9fddb00335400467b223349fd7e"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e",
  177. "reference": "b38b25d7b372e9fddb00335400467b223349fd7e",
  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": "^2.18",
  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.8.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": "2021-09-25T08:23:19+00:00"
  227. },
  228. {
  229. "name": "psr/cache",
  230. "version": "1.0.1",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/php-fig/cache.git",
  234. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  239. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  240. "shasum": "",
  241. "mirrors": [
  242. {
  243. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  244. "preferred": true
  245. }
  246. ]
  247. },
  248. "require": {
  249. "php": ">=5.3.0"
  250. },
  251. "type": "library",
  252. "extra": {
  253. "branch-alias": {
  254. "dev-master": "1.0.x-dev"
  255. }
  256. },
  257. "autoload": {
  258. "psr-4": {
  259. "Psr\\Cache\\": "src/"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "PHP-FIG",
  269. "homepage": "http://www.php-fig.org/"
  270. }
  271. ],
  272. "description": "Common interface for caching libraries",
  273. "keywords": [
  274. "cache",
  275. "psr",
  276. "psr-6"
  277. ],
  278. "support": {
  279. "source": "https://github.com/php-fig/cache/tree/master"
  280. },
  281. "time": "2016-08-06T20:24:11+00:00"
  282. },
  283. {
  284. "name": "psr/container",
  285. "version": "1.1.1",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/php-fig/container.git",
  289. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  294. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  295. "shasum": "",
  296. "mirrors": [
  297. {
  298. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  299. "preferred": true
  300. }
  301. ]
  302. },
  303. "require": {
  304. "php": ">=7.2.0"
  305. },
  306. "type": "library",
  307. "autoload": {
  308. "psr-4": {
  309. "Psr\\Container\\": "src/"
  310. }
  311. },
  312. "notification-url": "https://packagist.org/downloads/",
  313. "license": [
  314. "MIT"
  315. ],
  316. "authors": [
  317. {
  318. "name": "PHP-FIG",
  319. "homepage": "https://www.php-fig.org/"
  320. }
  321. ],
  322. "description": "Common Container Interface (PHP FIG PSR-11)",
  323. "homepage": "https://github.com/php-fig/container",
  324. "keywords": [
  325. "PSR-11",
  326. "container",
  327. "container-interface",
  328. "container-interop",
  329. "psr"
  330. ],
  331. "support": {
  332. "issues": "https://github.com/php-fig/container/issues",
  333. "source": "https://github.com/php-fig/container/tree/1.1.1"
  334. },
  335. "time": "2021-03-05T17:36:06+00:00"
  336. },
  337. {
  338. "name": "psr/log",
  339. "version": "1.1.4",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-fig/log.git",
  343. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  348. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  349. "shasum": "",
  350. "mirrors": [
  351. {
  352. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  353. "preferred": true
  354. }
  355. ]
  356. },
  357. "require": {
  358. "php": ">=5.3.0"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "1.1.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Psr\\Log\\": "Psr/Log/"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "PHP-FIG",
  378. "homepage": "https://www.php-fig.org/"
  379. }
  380. ],
  381. "description": "Common interface for logging libraries",
  382. "homepage": "https://github.com/php-fig/log",
  383. "keywords": [
  384. "log",
  385. "psr",
  386. "psr-3"
  387. ],
  388. "support": {
  389. "source": "https://github.com/php-fig/log/tree/1.1.4"
  390. },
  391. "time": "2021-05-03T11:20:27+00:00"
  392. },
  393. {
  394. "name": "psr/simple-cache",
  395. "version": "1.0.1",
  396. "source": {
  397. "type": "git",
  398. "url": "https://github.com/php-fig/simple-cache.git",
  399. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  400. },
  401. "dist": {
  402. "type": "zip",
  403. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  404. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  405. "shasum": "",
  406. "mirrors": [
  407. {
  408. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  409. "preferred": true
  410. }
  411. ]
  412. },
  413. "require": {
  414. "php": ">=5.3.0"
  415. },
  416. "type": "library",
  417. "extra": {
  418. "branch-alias": {
  419. "dev-master": "1.0.x-dev"
  420. }
  421. },
  422. "autoload": {
  423. "psr-4": {
  424. "Psr\\SimpleCache\\": "src/"
  425. }
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "MIT"
  430. ],
  431. "authors": [
  432. {
  433. "name": "PHP-FIG",
  434. "homepage": "http://www.php-fig.org/"
  435. }
  436. ],
  437. "description": "Common interfaces for simple caching",
  438. "keywords": [
  439. "cache",
  440. "caching",
  441. "psr",
  442. "psr-16",
  443. "simple-cache"
  444. ],
  445. "support": {
  446. "source": "https://github.com/php-fig/simple-cache/tree/master"
  447. },
  448. "time": "2017-10-23T01:57:42+00:00"
  449. },
  450. {
  451. "name": "topthink/framework",
  452. "version": "v6.0.9",
  453. "source": {
  454. "type": "git",
  455. "url": "https://github.com/top-think/framework.git",
  456. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617"
  457. },
  458. "dist": {
  459. "type": "zip",
  460. "url": "https://api.github.com/repos/top-think/framework/zipball/0b5fb453f0e533de3af3a1ab6a202510b61be617",
  461. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617",
  462. "shasum": "",
  463. "mirrors": [
  464. {
  465. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  466. "preferred": true
  467. }
  468. ]
  469. },
  470. "require": {
  471. "ext-json": "*",
  472. "ext-mbstring": "*",
  473. "league/flysystem": "^1.1.4",
  474. "league/flysystem-cached-adapter": "^1.0",
  475. "php": ">=7.2.5",
  476. "psr/container": "~1.0",
  477. "psr/log": "~1.0",
  478. "psr/simple-cache": "^1.0",
  479. "topthink/think-helper": "^3.1.1",
  480. "topthink/think-orm": "^2.0"
  481. },
  482. "require-dev": {
  483. "mikey179/vfsstream": "^1.6",
  484. "mockery/mockery": "^1.2",
  485. "phpunit/phpunit": "^7.0"
  486. },
  487. "type": "library",
  488. "autoload": {
  489. "files": [],
  490. "psr-4": {
  491. "think\\": "src/think/"
  492. }
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "Apache-2.0"
  497. ],
  498. "authors": [
  499. {
  500. "name": "liu21st",
  501. "email": "liu21st@gmail.com"
  502. },
  503. {
  504. "name": "yunwuxin",
  505. "email": "448901948@qq.com"
  506. }
  507. ],
  508. "description": "The ThinkPHP Framework.",
  509. "homepage": "http://thinkphp.cn/",
  510. "keywords": [
  511. "framework",
  512. "orm",
  513. "thinkphp"
  514. ],
  515. "support": {
  516. "issues": "https://github.com/top-think/framework/issues",
  517. "source": "https://github.com/top-think/framework/tree/v6.0.9"
  518. },
  519. "time": "2021-07-22T03:24:49+00:00"
  520. },
  521. {
  522. "name": "topthink/think-helper",
  523. "version": "v3.1.5",
  524. "source": {
  525. "type": "git",
  526. "url": "https://github.com/top-think/think-helper.git",
  527. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905"
  528. },
  529. "dist": {
  530. "type": "zip",
  531. "url": "https://api.github.com/repos/top-think/think-helper/zipball/f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  532. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  533. "shasum": "",
  534. "mirrors": [
  535. {
  536. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  537. "preferred": true
  538. }
  539. ]
  540. },
  541. "require": {
  542. "php": ">=7.1.0"
  543. },
  544. "type": "library",
  545. "autoload": {
  546. "psr-4": {
  547. "think\\": "src"
  548. },
  549. "files": [
  550. "src/helper.php"
  551. ]
  552. },
  553. "notification-url": "https://packagist.org/downloads/",
  554. "license": [
  555. "Apache-2.0"
  556. ],
  557. "authors": [
  558. {
  559. "name": "yunwuxin",
  560. "email": "448901948@qq.com"
  561. }
  562. ],
  563. "description": "The ThinkPHP6 Helper Package",
  564. "support": {
  565. "issues": "https://github.com/top-think/think-helper/issues",
  566. "source": "https://github.com/top-think/think-helper/tree/v3.1.5"
  567. },
  568. "time": "2021-06-21T06:17:31+00:00"
  569. },
  570. {
  571. "name": "topthink/think-multi-app",
  572. "version": "v1.0.14",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/top-think/think-multi-app.git",
  576. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  581. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  582. "shasum": "",
  583. "mirrors": [
  584. {
  585. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  586. "preferred": true
  587. }
  588. ]
  589. },
  590. "require": {
  591. "php": ">=7.1.0",
  592. "topthink/framework": "^6.0.0"
  593. },
  594. "type": "library",
  595. "extra": {
  596. "think": {
  597. "services": [
  598. "think\\app\\Service"
  599. ]
  600. }
  601. },
  602. "autoload": {
  603. "psr-4": {
  604. "think\\app\\": "src"
  605. }
  606. },
  607. "notification-url": "https://packagist.org/downloads/",
  608. "license": [
  609. "Apache-2.0"
  610. ],
  611. "authors": [
  612. {
  613. "name": "liu21st",
  614. "email": "liu21st@gmail.com"
  615. }
  616. ],
  617. "description": "thinkphp6 multi app support",
  618. "support": {
  619. "issues": "https://github.com/top-think/think-multi-app/issues",
  620. "source": "https://github.com/top-think/think-multi-app/tree/master"
  621. },
  622. "time": "2020-07-12T13:50:37+00:00"
  623. },
  624. {
  625. "name": "topthink/think-orm",
  626. "version": "v2.0.44",
  627. "source": {
  628. "type": "git",
  629. "url": "https://github.com/top-think/think-orm.git",
  630. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409"
  631. },
  632. "dist": {
  633. "type": "zip",
  634. "url": "https://api.github.com/repos/top-think/think-orm/zipball/5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  635. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  636. "shasum": "",
  637. "mirrors": [
  638. {
  639. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  640. "preferred": true
  641. }
  642. ]
  643. },
  644. "require": {
  645. "ext-json": "*",
  646. "ext-pdo": "*",
  647. "php": ">=7.1.0",
  648. "psr/log": "~1.0",
  649. "psr/simple-cache": "^1.0",
  650. "topthink/think-helper": "^3.1"
  651. },
  652. "require-dev": {
  653. "phpunit/phpunit": "^7|^8|^9.5"
  654. },
  655. "type": "library",
  656. "autoload": {
  657. "psr-4": {
  658. "think\\": "src"
  659. },
  660. "files": [
  661. "stubs/load_stubs.php"
  662. ]
  663. },
  664. "notification-url": "https://packagist.org/downloads/",
  665. "license": [
  666. "Apache-2.0"
  667. ],
  668. "authors": [
  669. {
  670. "name": "liu21st",
  671. "email": "liu21st@gmail.com"
  672. }
  673. ],
  674. "description": "think orm",
  675. "keywords": [
  676. "database",
  677. "orm"
  678. ],
  679. "support": {
  680. "issues": "https://github.com/top-think/think-orm/issues",
  681. "source": "https://github.com/top-think/think-orm/tree/v2.0.44"
  682. },
  683. "time": "2021-07-21T02:22:31+00:00"
  684. }
  685. ],
  686. "packages-dev": [
  687. {
  688. "name": "symfony/polyfill-mbstring",
  689. "version": "v1.23.1",
  690. "source": {
  691. "type": "git",
  692. "url": "https://github.com/symfony/polyfill-mbstring.git",
  693. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
  694. },
  695. "dist": {
  696. "type": "zip",
  697. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
  698. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
  699. "shasum": "",
  700. "mirrors": [
  701. {
  702. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  703. "preferred": true
  704. }
  705. ]
  706. },
  707. "require": {
  708. "php": ">=7.1"
  709. },
  710. "suggest": {
  711. "ext-mbstring": "For best performance"
  712. },
  713. "type": "library",
  714. "extra": {
  715. "branch-alias": {
  716. "dev-main": "1.23-dev"
  717. },
  718. "thanks": {
  719. "name": "symfony/polyfill",
  720. "url": "https://github.com/symfony/polyfill"
  721. }
  722. },
  723. "autoload": {
  724. "psr-4": {
  725. "Symfony\\Polyfill\\Mbstring\\": ""
  726. },
  727. "files": [
  728. "bootstrap.php"
  729. ]
  730. },
  731. "notification-url": "https://packagist.org/downloads/",
  732. "license": [
  733. "MIT"
  734. ],
  735. "authors": [
  736. {
  737. "name": "Nicolas Grekas",
  738. "email": "p@tchwork.com"
  739. },
  740. {
  741. "name": "Symfony Community",
  742. "homepage": "https://symfony.com/contributors"
  743. }
  744. ],
  745. "description": "Symfony polyfill for the Mbstring extension",
  746. "homepage": "https://symfony.com",
  747. "keywords": [
  748. "compatibility",
  749. "mbstring",
  750. "polyfill",
  751. "portable",
  752. "shim"
  753. ],
  754. "support": {
  755. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
  756. },
  757. "funding": [
  758. {
  759. "url": "https://symfony.com/sponsor",
  760. "type": "custom"
  761. },
  762. {
  763. "url": "https://github.com/fabpot",
  764. "type": "github"
  765. },
  766. {
  767. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  768. "type": "tidelift"
  769. }
  770. ],
  771. "time": "2021-05-27T12:26:48+00:00"
  772. },
  773. {
  774. "name": "symfony/polyfill-php72",
  775. "version": "v1.23.0",
  776. "source": {
  777. "type": "git",
  778. "url": "https://github.com/symfony/polyfill-php72.git",
  779. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  780. },
  781. "dist": {
  782. "type": "zip",
  783. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  784. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  785. "shasum": "",
  786. "mirrors": [
  787. {
  788. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  789. "preferred": true
  790. }
  791. ]
  792. },
  793. "require": {
  794. "php": ">=7.1"
  795. },
  796. "type": "library",
  797. "extra": {
  798. "branch-alias": {
  799. "dev-main": "1.23-dev"
  800. },
  801. "thanks": {
  802. "name": "symfony/polyfill",
  803. "url": "https://github.com/symfony/polyfill"
  804. }
  805. },
  806. "autoload": {
  807. "psr-4": {
  808. "Symfony\\Polyfill\\Php72\\": ""
  809. },
  810. "files": [
  811. "bootstrap.php"
  812. ]
  813. },
  814. "notification-url": "https://packagist.org/downloads/",
  815. "license": [
  816. "MIT"
  817. ],
  818. "authors": [
  819. {
  820. "name": "Nicolas Grekas",
  821. "email": "p@tchwork.com"
  822. },
  823. {
  824. "name": "Symfony Community",
  825. "homepage": "https://symfony.com/contributors"
  826. }
  827. ],
  828. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  829. "homepage": "https://symfony.com",
  830. "keywords": [
  831. "compatibility",
  832. "polyfill",
  833. "portable",
  834. "shim"
  835. ],
  836. "support": {
  837. "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
  838. },
  839. "funding": [
  840. {
  841. "url": "https://symfony.com/sponsor",
  842. "type": "custom"
  843. },
  844. {
  845. "url": "https://github.com/fabpot",
  846. "type": "github"
  847. },
  848. {
  849. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  850. "type": "tidelift"
  851. }
  852. ],
  853. "time": "2021-05-27T09:17:38+00:00"
  854. },
  855. {
  856. "name": "symfony/polyfill-php80",
  857. "version": "v1.23.1",
  858. "source": {
  859. "type": "git",
  860. "url": "https://github.com/symfony/polyfill-php80.git",
  861. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
  862. },
  863. "dist": {
  864. "type": "zip",
  865. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
  866. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
  867. "shasum": "",
  868. "mirrors": [
  869. {
  870. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  871. "preferred": true
  872. }
  873. ]
  874. },
  875. "require": {
  876. "php": ">=7.1"
  877. },
  878. "type": "library",
  879. "extra": {
  880. "branch-alias": {
  881. "dev-main": "1.23-dev"
  882. },
  883. "thanks": {
  884. "name": "symfony/polyfill",
  885. "url": "https://github.com/symfony/polyfill"
  886. }
  887. },
  888. "autoload": {
  889. "psr-4": {
  890. "Symfony\\Polyfill\\Php80\\": ""
  891. },
  892. "files": [
  893. "bootstrap.php"
  894. ],
  895. "classmap": [
  896. "Resources/stubs"
  897. ]
  898. },
  899. "notification-url": "https://packagist.org/downloads/",
  900. "license": [
  901. "MIT"
  902. ],
  903. "authors": [
  904. {
  905. "name": "Ion Bazan",
  906. "email": "ion.bazan@gmail.com"
  907. },
  908. {
  909. "name": "Nicolas Grekas",
  910. "email": "p@tchwork.com"
  911. },
  912. {
  913. "name": "Symfony Community",
  914. "homepage": "https://symfony.com/contributors"
  915. }
  916. ],
  917. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  918. "homepage": "https://symfony.com",
  919. "keywords": [
  920. "compatibility",
  921. "polyfill",
  922. "portable",
  923. "shim"
  924. ],
  925. "support": {
  926. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
  927. },
  928. "funding": [
  929. {
  930. "url": "https://symfony.com/sponsor",
  931. "type": "custom"
  932. },
  933. {
  934. "url": "https://github.com/fabpot",
  935. "type": "github"
  936. },
  937. {
  938. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  939. "type": "tidelift"
  940. }
  941. ],
  942. "time": "2021-07-28T13:41:28+00:00"
  943. },
  944. {
  945. "name": "symfony/var-dumper",
  946. "version": "v4.4.33",
  947. "source": {
  948. "type": "git",
  949. "url": "https://github.com/symfony/var-dumper.git",
  950. "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee"
  951. },
  952. "dist": {
  953. "type": "zip",
  954. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/50286e2b7189bfb4f419c0731e86632cddf7c5ee",
  955. "reference": "50286e2b7189bfb4f419c0731e86632cddf7c5ee",
  956. "shasum": "",
  957. "mirrors": [
  958. {
  959. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  960. "preferred": true
  961. }
  962. ]
  963. },
  964. "require": {
  965. "php": ">=7.1.3",
  966. "symfony/polyfill-mbstring": "~1.0",
  967. "symfony/polyfill-php72": "~1.5",
  968. "symfony/polyfill-php80": "^1.16"
  969. },
  970. "conflict": {
  971. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  972. "symfony/console": "<3.4"
  973. },
  974. "require-dev": {
  975. "ext-iconv": "*",
  976. "symfony/console": "^3.4|^4.0|^5.0",
  977. "symfony/process": "^4.4|^5.0",
  978. "twig/twig": "^1.43|^2.13|^3.0.4"
  979. },
  980. "suggest": {
  981. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  982. "ext-intl": "To show region name in time zone dump",
  983. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  984. },
  985. "bin": [
  986. "Resources/bin/var-dump-server"
  987. ],
  988. "type": "library",
  989. "autoload": {
  990. "files": [
  991. "Resources/functions/dump.php"
  992. ],
  993. "psr-4": {
  994. "Symfony\\Component\\VarDumper\\": ""
  995. },
  996. "exclude-from-classmap": [
  997. "/Tests/"
  998. ]
  999. },
  1000. "notification-url": "https://packagist.org/downloads/",
  1001. "license": [
  1002. "MIT"
  1003. ],
  1004. "authors": [
  1005. {
  1006. "name": "Nicolas Grekas",
  1007. "email": "p@tchwork.com"
  1008. },
  1009. {
  1010. "name": "Symfony Community",
  1011. "homepage": "https://symfony.com/contributors"
  1012. }
  1013. ],
  1014. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1015. "homepage": "https://symfony.com",
  1016. "keywords": [
  1017. "debug",
  1018. "dump"
  1019. ],
  1020. "support": {
  1021. "source": "https://github.com/symfony/var-dumper/tree/v4.4.33"
  1022. },
  1023. "funding": [
  1024. {
  1025. "url": "https://symfony.com/sponsor",
  1026. "type": "custom"
  1027. },
  1028. {
  1029. "url": "https://github.com/fabpot",
  1030. "type": "github"
  1031. },
  1032. {
  1033. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1034. "type": "tidelift"
  1035. }
  1036. ],
  1037. "time": "2021-10-25T20:24:58+00:00"
  1038. },
  1039. {
  1040. "name": "topthink/think-trace",
  1041. "version": "v1.4",
  1042. "source": {
  1043. "type": "git",
  1044. "url": "https://github.com/top-think/think-trace.git",
  1045. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1046. },
  1047. "dist": {
  1048. "type": "zip",
  1049. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1050. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1051. "shasum": "",
  1052. "mirrors": [
  1053. {
  1054. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1055. "preferred": true
  1056. }
  1057. ]
  1058. },
  1059. "require": {
  1060. "php": ">=7.1.0",
  1061. "topthink/framework": "^6.0.0"
  1062. },
  1063. "type": "library",
  1064. "extra": {
  1065. "think": {
  1066. "services": [
  1067. "think\\trace\\Service"
  1068. ],
  1069. "config": {
  1070. "trace": "src/config.php"
  1071. }
  1072. }
  1073. },
  1074. "autoload": {
  1075. "psr-4": {
  1076. "think\\trace\\": "src"
  1077. }
  1078. },
  1079. "notification-url": "https://packagist.org/downloads/",
  1080. "license": [
  1081. "Apache-2.0"
  1082. ],
  1083. "authors": [
  1084. {
  1085. "name": "liu21st",
  1086. "email": "liu21st@gmail.com"
  1087. }
  1088. ],
  1089. "description": "thinkphp debug trace",
  1090. "support": {
  1091. "issues": "https://github.com/top-think/think-trace/issues",
  1092. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1093. },
  1094. "time": "2020-06-29T05:27:28+00:00"
  1095. }
  1096. ],
  1097. "aliases": [],
  1098. "minimum-stability": "stable",
  1099. "stability-flags": [],
  1100. "prefer-stable": false,
  1101. "prefer-lowest": false,
  1102. "platform": {
  1103. "php": ">=7.1.0"
  1104. },
  1105. "platform-dev": [],
  1106. "plugin-api-version": "2.0.0"
  1107. }