composer.lock 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  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": "604f2c27afda19f9faea016a74813af0",
  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": "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/http-message",
  339. "version": "1.0.1",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-fig/http-message.git",
  343. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  348. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  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.0.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Psr\\Http\\Message\\": "src/"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "PHP-FIG",
  378. "homepage": "http://www.php-fig.org/"
  379. }
  380. ],
  381. "description": "Common interface for HTTP messages",
  382. "homepage": "https://github.com/php-fig/http-message",
  383. "keywords": [
  384. "http",
  385. "http-message",
  386. "psr",
  387. "psr-7",
  388. "request",
  389. "response"
  390. ],
  391. "support": {
  392. "source": "https://github.com/php-fig/http-message/tree/master"
  393. },
  394. "time": "2016-08-06T14:39:51+00:00"
  395. },
  396. {
  397. "name": "psr/log",
  398. "version": "1.1.4",
  399. "source": {
  400. "type": "git",
  401. "url": "https://github.com/php-fig/log.git",
  402. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  403. },
  404. "dist": {
  405. "type": "zip",
  406. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  407. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  408. "shasum": "",
  409. "mirrors": [
  410. {
  411. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  412. "preferred": true
  413. }
  414. ]
  415. },
  416. "require": {
  417. "php": ">=5.3.0"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-master": "1.1.x-dev"
  423. }
  424. },
  425. "autoload": {
  426. "psr-4": {
  427. "Psr\\Log\\": "Psr/Log/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "PHP-FIG",
  437. "homepage": "https://www.php-fig.org/"
  438. }
  439. ],
  440. "description": "Common interface for logging libraries",
  441. "homepage": "https://github.com/php-fig/log",
  442. "keywords": [
  443. "log",
  444. "psr",
  445. "psr-3"
  446. ],
  447. "support": {
  448. "source": "https://github.com/php-fig/log/tree/1.1.4"
  449. },
  450. "time": "2021-05-03T11:20:27+00:00"
  451. },
  452. {
  453. "name": "psr/simple-cache",
  454. "version": "1.0.1",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/php-fig/simple-cache.git",
  458. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  463. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  464. "shasum": "",
  465. "mirrors": [
  466. {
  467. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  468. "preferred": true
  469. }
  470. ]
  471. },
  472. "require": {
  473. "php": ">=5.3.0"
  474. },
  475. "type": "library",
  476. "extra": {
  477. "branch-alias": {
  478. "dev-master": "1.0.x-dev"
  479. }
  480. },
  481. "autoload": {
  482. "psr-4": {
  483. "Psr\\SimpleCache\\": "src/"
  484. }
  485. },
  486. "notification-url": "https://packagist.org/downloads/",
  487. "license": [
  488. "MIT"
  489. ],
  490. "authors": [
  491. {
  492. "name": "PHP-FIG",
  493. "homepage": "http://www.php-fig.org/"
  494. }
  495. ],
  496. "description": "Common interfaces for simple caching",
  497. "keywords": [
  498. "cache",
  499. "caching",
  500. "psr",
  501. "psr-16",
  502. "simple-cache"
  503. ],
  504. "support": {
  505. "source": "https://github.com/php-fig/simple-cache/tree/master"
  506. },
  507. "time": "2017-10-23T01:57:42+00:00"
  508. },
  509. {
  510. "name": "topthink/framework",
  511. "version": "v6.0.12",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/top-think/framework.git",
  515. "reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/top-think/framework/zipball/e478316ac843c1a884a3b3a7a94db17c4001ff5c",
  520. "reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c",
  521. "shasum": "",
  522. "mirrors": [
  523. {
  524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  525. "preferred": true
  526. }
  527. ]
  528. },
  529. "require": {
  530. "ext-json": "*",
  531. "ext-mbstring": "*",
  532. "league/flysystem": "^1.1.4",
  533. "league/flysystem-cached-adapter": "^1.0",
  534. "php": ">=7.2.5",
  535. "psr/container": "~1.0",
  536. "psr/http-message": "^1.0",
  537. "psr/log": "~1.0",
  538. "psr/simple-cache": "^1.0",
  539. "topthink/think-helper": "^3.1.1",
  540. "topthink/think-orm": "^2.0"
  541. },
  542. "require-dev": {
  543. "guzzlehttp/psr7": "^2.1.0",
  544. "mikey179/vfsstream": "^1.6",
  545. "mockery/mockery": "^1.2",
  546. "phpunit/phpunit": "^7.0"
  547. },
  548. "type": "library",
  549. "autoload": {
  550. "files": [],
  551. "psr-4": {
  552. "think\\": "src/think/"
  553. }
  554. },
  555. "notification-url": "https://packagist.org/downloads/",
  556. "license": [
  557. "Apache-2.0"
  558. ],
  559. "authors": [
  560. {
  561. "name": "liu21st",
  562. "email": "liu21st@gmail.com"
  563. },
  564. {
  565. "name": "yunwuxin",
  566. "email": "448901948@qq.com"
  567. }
  568. ],
  569. "description": "The ThinkPHP Framework.",
  570. "homepage": "http://thinkphp.cn/",
  571. "keywords": [
  572. "framework",
  573. "orm",
  574. "thinkphp"
  575. ],
  576. "support": {
  577. "issues": "https://github.com/top-think/framework/issues",
  578. "source": "https://github.com/top-think/framework/tree/v6.0.12"
  579. },
  580. "time": "2022-01-21T06:31:07+00:00"
  581. },
  582. {
  583. "name": "topthink/think-helper",
  584. "version": "v3.1.6",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/top-think/think-helper.git",
  588. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  593. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  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. "php": ">=7.1.0"
  604. },
  605. "require-dev": {
  606. "phpunit/phpunit": "^9.5"
  607. },
  608. "type": "library",
  609. "autoload": {
  610. "files": [
  611. "src/helper.php"
  612. ],
  613. "psr-4": {
  614. "think\\": "src"
  615. }
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "Apache-2.0"
  620. ],
  621. "authors": [
  622. {
  623. "name": "yunwuxin",
  624. "email": "448901948@qq.com"
  625. }
  626. ],
  627. "description": "The ThinkPHP6 Helper Package",
  628. "support": {
  629. "issues": "https://github.com/top-think/think-helper/issues",
  630. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  631. },
  632. "time": "2021-12-15T04:27:55+00:00"
  633. },
  634. {
  635. "name": "topthink/think-multi-app",
  636. "version": "v1.0.14",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/top-think/think-multi-app.git",
  640. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  645. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  646. "shasum": "",
  647. "mirrors": [
  648. {
  649. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  650. "preferred": true
  651. }
  652. ]
  653. },
  654. "require": {
  655. "php": ">=7.1.0",
  656. "topthink/framework": "^6.0.0"
  657. },
  658. "type": "library",
  659. "extra": {
  660. "think": {
  661. "services": [
  662. "think\\app\\Service"
  663. ]
  664. }
  665. },
  666. "autoload": {
  667. "psr-4": {
  668. "think\\app\\": "src"
  669. }
  670. },
  671. "notification-url": "https://packagist.org/downloads/",
  672. "license": [
  673. "Apache-2.0"
  674. ],
  675. "authors": [
  676. {
  677. "name": "liu21st",
  678. "email": "liu21st@gmail.com"
  679. }
  680. ],
  681. "description": "thinkphp6 multi app support",
  682. "support": {
  683. "issues": "https://github.com/top-think/think-multi-app/issues",
  684. "source": "https://github.com/top-think/think-multi-app/tree/master"
  685. },
  686. "time": "2020-07-12T13:50:37+00:00"
  687. },
  688. {
  689. "name": "topthink/think-orm",
  690. "version": "v2.0.53",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/top-think/think-orm.git",
  694. "reference": "06783eda65547a70ea686360a897759e1f873fff"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/top-think/think-orm/zipball/06783eda65547a70ea686360a897759e1f873fff",
  699. "reference": "06783eda65547a70ea686360a897759e1f873fff",
  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. "ext-json": "*",
  710. "ext-pdo": "*",
  711. "php": ">=7.1.0",
  712. "psr/log": "~1.0",
  713. "psr/simple-cache": "^1.0",
  714. "topthink/think-helper": "^3.1"
  715. },
  716. "require-dev": {
  717. "phpunit/phpunit": "^7|^8|^9.5"
  718. },
  719. "type": "library",
  720. "autoload": {
  721. "files": [
  722. "stubs/load_stubs.php"
  723. ],
  724. "psr-4": {
  725. "think\\": "src"
  726. }
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "license": [
  730. "Apache-2.0"
  731. ],
  732. "authors": [
  733. {
  734. "name": "liu21st",
  735. "email": "liu21st@gmail.com"
  736. }
  737. ],
  738. "description": "think orm",
  739. "keywords": [
  740. "database",
  741. "orm"
  742. ],
  743. "support": {
  744. "issues": "https://github.com/top-think/think-orm/issues",
  745. "source": "https://github.com/top-think/think-orm/tree/v2.0.53"
  746. },
  747. "time": "2022-02-28T14:54:22+00:00"
  748. }
  749. ],
  750. "packages-dev": [
  751. {
  752. "name": "symfony/polyfill-mbstring",
  753. "version": "v1.26.0",
  754. "source": {
  755. "type": "git",
  756. "url": "https://github.com/symfony/polyfill-mbstring.git",
  757. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  758. },
  759. "dist": {
  760. "type": "zip",
  761. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  762. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  763. "shasum": "",
  764. "mirrors": [
  765. {
  766. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  767. "preferred": true
  768. }
  769. ]
  770. },
  771. "require": {
  772. "php": ">=7.1"
  773. },
  774. "provide": {
  775. "ext-mbstring": "*"
  776. },
  777. "suggest": {
  778. "ext-mbstring": "For best performance"
  779. },
  780. "type": "library",
  781. "extra": {
  782. "branch-alias": {
  783. "dev-main": "1.26-dev"
  784. },
  785. "thanks": {
  786. "name": "symfony/polyfill",
  787. "url": "https://github.com/symfony/polyfill"
  788. }
  789. },
  790. "autoload": {
  791. "files": [
  792. "bootstrap.php"
  793. ],
  794. "psr-4": {
  795. "Symfony\\Polyfill\\Mbstring\\": ""
  796. }
  797. },
  798. "notification-url": "https://packagist.org/downloads/",
  799. "license": [
  800. "MIT"
  801. ],
  802. "authors": [
  803. {
  804. "name": "Nicolas Grekas",
  805. "email": "p@tchwork.com"
  806. },
  807. {
  808. "name": "Symfony Community",
  809. "homepage": "https://symfony.com/contributors"
  810. }
  811. ],
  812. "description": "Symfony polyfill for the Mbstring extension",
  813. "homepage": "https://symfony.com",
  814. "keywords": [
  815. "compatibility",
  816. "mbstring",
  817. "polyfill",
  818. "portable",
  819. "shim"
  820. ],
  821. "support": {
  822. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
  823. },
  824. "funding": [
  825. {
  826. "url": "https://symfony.com/sponsor",
  827. "type": "custom"
  828. },
  829. {
  830. "url": "https://github.com/fabpot",
  831. "type": "github"
  832. },
  833. {
  834. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  835. "type": "tidelift"
  836. }
  837. ],
  838. "time": "2022-05-24T11:49:31+00:00"
  839. },
  840. {
  841. "name": "symfony/polyfill-php72",
  842. "version": "v1.26.0",
  843. "source": {
  844. "type": "git",
  845. "url": "https://github.com/symfony/polyfill-php72.git",
  846. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
  847. },
  848. "dist": {
  849. "type": "zip",
  850. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
  851. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
  852. "shasum": "",
  853. "mirrors": [
  854. {
  855. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  856. "preferred": true
  857. }
  858. ]
  859. },
  860. "require": {
  861. "php": ">=7.1"
  862. },
  863. "type": "library",
  864. "extra": {
  865. "branch-alias": {
  866. "dev-main": "1.26-dev"
  867. },
  868. "thanks": {
  869. "name": "symfony/polyfill",
  870. "url": "https://github.com/symfony/polyfill"
  871. }
  872. },
  873. "autoload": {
  874. "files": [
  875. "bootstrap.php"
  876. ],
  877. "psr-4": {
  878. "Symfony\\Polyfill\\Php72\\": ""
  879. }
  880. },
  881. "notification-url": "https://packagist.org/downloads/",
  882. "license": [
  883. "MIT"
  884. ],
  885. "authors": [
  886. {
  887. "name": "Nicolas Grekas",
  888. "email": "p@tchwork.com"
  889. },
  890. {
  891. "name": "Symfony Community",
  892. "homepage": "https://symfony.com/contributors"
  893. }
  894. ],
  895. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  896. "homepage": "https://symfony.com",
  897. "keywords": [
  898. "compatibility",
  899. "polyfill",
  900. "portable",
  901. "shim"
  902. ],
  903. "support": {
  904. "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
  905. },
  906. "funding": [
  907. {
  908. "url": "https://symfony.com/sponsor",
  909. "type": "custom"
  910. },
  911. {
  912. "url": "https://github.com/fabpot",
  913. "type": "github"
  914. },
  915. {
  916. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  917. "type": "tidelift"
  918. }
  919. ],
  920. "time": "2022-05-24T11:49:31+00:00"
  921. },
  922. {
  923. "name": "symfony/polyfill-php80",
  924. "version": "v1.26.0",
  925. "source": {
  926. "type": "git",
  927. "url": "https://github.com/symfony/polyfill-php80.git",
  928. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
  929. },
  930. "dist": {
  931. "type": "zip",
  932. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  933. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  934. "shasum": "",
  935. "mirrors": [
  936. {
  937. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  938. "preferred": true
  939. }
  940. ]
  941. },
  942. "require": {
  943. "php": ">=7.1"
  944. },
  945. "type": "library",
  946. "extra": {
  947. "branch-alias": {
  948. "dev-main": "1.26-dev"
  949. },
  950. "thanks": {
  951. "name": "symfony/polyfill",
  952. "url": "https://github.com/symfony/polyfill"
  953. }
  954. },
  955. "autoload": {
  956. "files": [
  957. "bootstrap.php"
  958. ],
  959. "psr-4": {
  960. "Symfony\\Polyfill\\Php80\\": ""
  961. },
  962. "classmap": [
  963. "Resources/stubs"
  964. ]
  965. },
  966. "notification-url": "https://packagist.org/downloads/",
  967. "license": [
  968. "MIT"
  969. ],
  970. "authors": [
  971. {
  972. "name": "Ion Bazan",
  973. "email": "ion.bazan@gmail.com"
  974. },
  975. {
  976. "name": "Nicolas Grekas",
  977. "email": "p@tchwork.com"
  978. },
  979. {
  980. "name": "Symfony Community",
  981. "homepage": "https://symfony.com/contributors"
  982. }
  983. ],
  984. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  985. "homepage": "https://symfony.com",
  986. "keywords": [
  987. "compatibility",
  988. "polyfill",
  989. "portable",
  990. "shim"
  991. ],
  992. "support": {
  993. "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
  994. },
  995. "funding": [
  996. {
  997. "url": "https://symfony.com/sponsor",
  998. "type": "custom"
  999. },
  1000. {
  1001. "url": "https://github.com/fabpot",
  1002. "type": "github"
  1003. },
  1004. {
  1005. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1006. "type": "tidelift"
  1007. }
  1008. ],
  1009. "time": "2022-05-10T07:21:04+00:00"
  1010. },
  1011. {
  1012. "name": "symfony/var-dumper",
  1013. "version": "v4.4.42",
  1014. "source": {
  1015. "type": "git",
  1016. "url": "https://github.com/symfony/var-dumper.git",
  1017. "reference": "742aab50ad097bcb62d91fccb613f66b8047d2ca"
  1018. },
  1019. "dist": {
  1020. "type": "zip",
  1021. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/742aab50ad097bcb62d91fccb613f66b8047d2ca",
  1022. "reference": "742aab50ad097bcb62d91fccb613f66b8047d2ca",
  1023. "shasum": "",
  1024. "mirrors": [
  1025. {
  1026. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1027. "preferred": true
  1028. }
  1029. ]
  1030. },
  1031. "require": {
  1032. "php": ">=7.1.3",
  1033. "symfony/polyfill-mbstring": "~1.0",
  1034. "symfony/polyfill-php72": "~1.5",
  1035. "symfony/polyfill-php80": "^1.16"
  1036. },
  1037. "conflict": {
  1038. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1039. "symfony/console": "<3.4"
  1040. },
  1041. "require-dev": {
  1042. "ext-iconv": "*",
  1043. "symfony/console": "^3.4|^4.0|^5.0",
  1044. "symfony/process": "^4.4|^5.0",
  1045. "twig/twig": "^1.43|^2.13|^3.0.4"
  1046. },
  1047. "suggest": {
  1048. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1049. "ext-intl": "To show region name in time zone dump",
  1050. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1051. },
  1052. "bin": [
  1053. "Resources/bin/var-dump-server"
  1054. ],
  1055. "type": "library",
  1056. "autoload": {
  1057. "files": [
  1058. "Resources/functions/dump.php"
  1059. ],
  1060. "psr-4": {
  1061. "Symfony\\Component\\VarDumper\\": ""
  1062. },
  1063. "exclude-from-classmap": [
  1064. "/Tests/"
  1065. ]
  1066. },
  1067. "notification-url": "https://packagist.org/downloads/",
  1068. "license": [
  1069. "MIT"
  1070. ],
  1071. "authors": [
  1072. {
  1073. "name": "Nicolas Grekas",
  1074. "email": "p@tchwork.com"
  1075. },
  1076. {
  1077. "name": "Symfony Community",
  1078. "homepage": "https://symfony.com/contributors"
  1079. }
  1080. ],
  1081. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1082. "homepage": "https://symfony.com",
  1083. "keywords": [
  1084. "debug",
  1085. "dump"
  1086. ],
  1087. "support": {
  1088. "source": "https://github.com/symfony/var-dumper/tree/v4.4.42"
  1089. },
  1090. "funding": [
  1091. {
  1092. "url": "https://symfony.com/sponsor",
  1093. "type": "custom"
  1094. },
  1095. {
  1096. "url": "https://github.com/fabpot",
  1097. "type": "github"
  1098. },
  1099. {
  1100. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1101. "type": "tidelift"
  1102. }
  1103. ],
  1104. "time": "2022-05-21T10:00:54+00:00"
  1105. },
  1106. {
  1107. "name": "topthink/think-trace",
  1108. "version": "v1.4",
  1109. "source": {
  1110. "type": "git",
  1111. "url": "https://github.com/top-think/think-trace.git",
  1112. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1113. },
  1114. "dist": {
  1115. "type": "zip",
  1116. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1117. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1118. "shasum": "",
  1119. "mirrors": [
  1120. {
  1121. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1122. "preferred": true
  1123. }
  1124. ]
  1125. },
  1126. "require": {
  1127. "php": ">=7.1.0",
  1128. "topthink/framework": "^6.0.0"
  1129. },
  1130. "type": "library",
  1131. "extra": {
  1132. "think": {
  1133. "services": [
  1134. "think\\trace\\Service"
  1135. ],
  1136. "config": {
  1137. "trace": "src/config.php"
  1138. }
  1139. }
  1140. },
  1141. "autoload": {
  1142. "psr-4": {
  1143. "think\\trace\\": "src"
  1144. }
  1145. },
  1146. "notification-url": "https://packagist.org/downloads/",
  1147. "license": [
  1148. "Apache-2.0"
  1149. ],
  1150. "authors": [
  1151. {
  1152. "name": "liu21st",
  1153. "email": "liu21st@gmail.com"
  1154. }
  1155. ],
  1156. "description": "thinkphp debug trace",
  1157. "support": {
  1158. "issues": "https://github.com/top-think/think-trace/issues",
  1159. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1160. },
  1161. "time": "2020-06-29T05:27:28+00:00"
  1162. }
  1163. ],
  1164. "aliases": [],
  1165. "minimum-stability": "stable",
  1166. "stability-flags": [],
  1167. "prefer-stable": false,
  1168. "prefer-lowest": false,
  1169. "platform": {
  1170. "php": ">=7.2.5"
  1171. },
  1172. "platform-dev": [],
  1173. "plugin-api-version": "2.2.0"
  1174. }