composer.lock 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168
  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": "ae4109ce3ba3b4b89f35fd321fa87ed5",
  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.4",
  341. "source": {
  342. "type": "git",
  343. "url": "https://github.com/php-fig/log.git",
  344. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  345. },
  346. "dist": {
  347. "type": "zip",
  348. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  349. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  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": "https://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.4"
  391. },
  392. "time": "2021-05-03T11:20:27+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.8",
  454. "source": {
  455. "type": "git",
  456. "url": "https://github.com/top-think/framework.git",
  457. "reference": "4789343672aef06d571d556da369c0e156609bce"
  458. },
  459. "dist": {
  460. "type": "zip",
  461. "url": "https://api.github.com/repos/top-think/framework/zipball/4789343672aef06d571d556da369c0e156609bce",
  462. "reference": "4789343672aef06d571d556da369c0e156609bce",
  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.8"
  519. },
  520. "time": "2021-04-27T00:41:08+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.40",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/top-think/think-orm.git",
  631. "reference": "1119d979b850849f3725856460cf108eec1c3eb8"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/top-think/think-orm/zipball/1119d979b850849f3725856460cf108eec1c3eb8",
  636. "reference": "1119d979b850849f3725856460cf108eec1c3eb8",
  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.40"
  683. },
  684. "time": "2021-04-19T13:29:37+00:00"
  685. },
  686. {
  687. "name": "workerman/workerman",
  688. "version": "v4.0.19",
  689. "source": {
  690. "type": "git",
  691. "url": "https://github.com/walkor/Workerman.git",
  692. "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3"
  693. },
  694. "dist": {
  695. "type": "zip",
  696. "url": "https://api.github.com/repos/walkor/Workerman/zipball/af6025976fba817eeb4d5fbf8d0c1059a5819da3",
  697. "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3",
  698. "shasum": "",
  699. "mirrors": [
  700. {
  701. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  702. "preferred": true
  703. }
  704. ]
  705. },
  706. "require": {
  707. "php": ">=5.3"
  708. },
  709. "suggest": {
  710. "ext-event": "For better performance. "
  711. },
  712. "type": "library",
  713. "autoload": {
  714. "psr-4": {
  715. "Workerman\\": "./"
  716. }
  717. },
  718. "notification-url": "https://packagist.org/downloads/",
  719. "license": [
  720. "MIT"
  721. ],
  722. "authors": [
  723. {
  724. "name": "walkor",
  725. "email": "walkor@workerman.net",
  726. "homepage": "http://www.workerman.net",
  727. "role": "Developer"
  728. }
  729. ],
  730. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  731. "homepage": "http://www.workerman.net",
  732. "keywords": [
  733. "asynchronous",
  734. "event-loop"
  735. ],
  736. "support": {
  737. "email": "walkor@workerman.net",
  738. "forum": "http://wenda.workerman.net/",
  739. "issues": "https://github.com/walkor/workerman/issues",
  740. "source": "https://github.com/walkor/workerman",
  741. "wiki": "http://doc.workerman.net/"
  742. },
  743. "time": "2021-03-05T06:44:28+00:00"
  744. }
  745. ],
  746. "packages-dev": [
  747. {
  748. "name": "symfony/polyfill-mbstring",
  749. "version": "v1.22.1",
  750. "source": {
  751. "type": "git",
  752. "url": "https://github.com/symfony/polyfill-mbstring.git",
  753. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
  754. },
  755. "dist": {
  756. "type": "zip",
  757. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
  758. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
  759. "shasum": "",
  760. "mirrors": [
  761. {
  762. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  763. "preferred": true
  764. }
  765. ]
  766. },
  767. "require": {
  768. "php": ">=7.1"
  769. },
  770. "suggest": {
  771. "ext-mbstring": "For best performance"
  772. },
  773. "type": "library",
  774. "extra": {
  775. "branch-alias": {
  776. "dev-main": "1.22-dev"
  777. },
  778. "thanks": {
  779. "name": "symfony/polyfill",
  780. "url": "https://github.com/symfony/polyfill"
  781. }
  782. },
  783. "autoload": {
  784. "psr-4": {
  785. "Symfony\\Polyfill\\Mbstring\\": ""
  786. },
  787. "files": [
  788. "bootstrap.php"
  789. ]
  790. },
  791. "notification-url": "https://packagist.org/downloads/",
  792. "license": [
  793. "MIT"
  794. ],
  795. "authors": [
  796. {
  797. "name": "Nicolas Grekas",
  798. "email": "p@tchwork.com"
  799. },
  800. {
  801. "name": "Symfony Community",
  802. "homepage": "https://symfony.com/contributors"
  803. }
  804. ],
  805. "description": "Symfony polyfill for the Mbstring extension",
  806. "homepage": "https://symfony.com",
  807. "keywords": [
  808. "compatibility",
  809. "mbstring",
  810. "polyfill",
  811. "portable",
  812. "shim"
  813. ],
  814. "support": {
  815. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
  816. },
  817. "funding": [
  818. {
  819. "url": "https://symfony.com/sponsor",
  820. "type": "custom"
  821. },
  822. {
  823. "url": "https://github.com/fabpot",
  824. "type": "github"
  825. },
  826. {
  827. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  828. "type": "tidelift"
  829. }
  830. ],
  831. "time": "2021-01-22T09:19:47+00:00"
  832. },
  833. {
  834. "name": "symfony/polyfill-php72",
  835. "version": "v1.22.1",
  836. "source": {
  837. "type": "git",
  838. "url": "https://github.com/symfony/polyfill-php72.git",
  839. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
  840. },
  841. "dist": {
  842. "type": "zip",
  843. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  844. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  845. "shasum": "",
  846. "mirrors": [
  847. {
  848. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  849. "preferred": true
  850. }
  851. ]
  852. },
  853. "require": {
  854. "php": ">=7.1"
  855. },
  856. "type": "library",
  857. "extra": {
  858. "branch-alias": {
  859. "dev-main": "1.22-dev"
  860. },
  861. "thanks": {
  862. "name": "symfony/polyfill",
  863. "url": "https://github.com/symfony/polyfill"
  864. }
  865. },
  866. "autoload": {
  867. "psr-4": {
  868. "Symfony\\Polyfill\\Php72\\": ""
  869. },
  870. "files": [
  871. "bootstrap.php"
  872. ]
  873. },
  874. "notification-url": "https://packagist.org/downloads/",
  875. "license": [
  876. "MIT"
  877. ],
  878. "authors": [
  879. {
  880. "name": "Nicolas Grekas",
  881. "email": "p@tchwork.com"
  882. },
  883. {
  884. "name": "Symfony Community",
  885. "homepage": "https://symfony.com/contributors"
  886. }
  887. ],
  888. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  889. "homepage": "https://symfony.com",
  890. "keywords": [
  891. "compatibility",
  892. "polyfill",
  893. "portable",
  894. "shim"
  895. ],
  896. "support": {
  897. "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
  898. },
  899. "funding": [
  900. {
  901. "url": "https://symfony.com/sponsor",
  902. "type": "custom"
  903. },
  904. {
  905. "url": "https://github.com/fabpot",
  906. "type": "github"
  907. },
  908. {
  909. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  910. "type": "tidelift"
  911. }
  912. ],
  913. "time": "2021-01-07T16:49:33+00:00"
  914. },
  915. {
  916. "name": "symfony/polyfill-php80",
  917. "version": "v1.22.1",
  918. "source": {
  919. "type": "git",
  920. "url": "https://github.com/symfony/polyfill-php80.git",
  921. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
  922. },
  923. "dist": {
  924. "type": "zip",
  925. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
  926. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
  927. "shasum": "",
  928. "mirrors": [
  929. {
  930. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  931. "preferred": true
  932. }
  933. ]
  934. },
  935. "require": {
  936. "php": ">=7.1"
  937. },
  938. "type": "library",
  939. "extra": {
  940. "branch-alias": {
  941. "dev-main": "1.22-dev"
  942. },
  943. "thanks": {
  944. "name": "symfony/polyfill",
  945. "url": "https://github.com/symfony/polyfill"
  946. }
  947. },
  948. "autoload": {
  949. "psr-4": {
  950. "Symfony\\Polyfill\\Php80\\": ""
  951. },
  952. "files": [
  953. "bootstrap.php"
  954. ],
  955. "classmap": [
  956. "Resources/stubs"
  957. ]
  958. },
  959. "notification-url": "https://packagist.org/downloads/",
  960. "license": [
  961. "MIT"
  962. ],
  963. "authors": [
  964. {
  965. "name": "Ion Bazan",
  966. "email": "ion.bazan@gmail.com"
  967. },
  968. {
  969. "name": "Nicolas Grekas",
  970. "email": "p@tchwork.com"
  971. },
  972. {
  973. "name": "Symfony Community",
  974. "homepage": "https://symfony.com/contributors"
  975. }
  976. ],
  977. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  978. "homepage": "https://symfony.com",
  979. "keywords": [
  980. "compatibility",
  981. "polyfill",
  982. "portable",
  983. "shim"
  984. ],
  985. "support": {
  986. "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
  987. },
  988. "funding": [
  989. {
  990. "url": "https://symfony.com/sponsor",
  991. "type": "custom"
  992. },
  993. {
  994. "url": "https://github.com/fabpot",
  995. "type": "github"
  996. },
  997. {
  998. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  999. "type": "tidelift"
  1000. }
  1001. ],
  1002. "time": "2021-01-07T16:49:33+00:00"
  1003. },
  1004. {
  1005. "name": "symfony/var-dumper",
  1006. "version": "v4.4.22",
  1007. "source": {
  1008. "type": "git",
  1009. "url": "https://github.com/symfony/var-dumper.git",
  1010. "reference": "c194bcedde6295f3ec3e9eba1f5d484ea97c41a7"
  1011. },
  1012. "dist": {
  1013. "type": "zip",
  1014. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c194bcedde6295f3ec3e9eba1f5d484ea97c41a7",
  1015. "reference": "c194bcedde6295f3ec3e9eba1f5d484ea97c41a7",
  1016. "shasum": "",
  1017. "mirrors": [
  1018. {
  1019. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1020. "preferred": true
  1021. }
  1022. ]
  1023. },
  1024. "require": {
  1025. "php": ">=7.1.3",
  1026. "symfony/polyfill-mbstring": "~1.0",
  1027. "symfony/polyfill-php72": "~1.5",
  1028. "symfony/polyfill-php80": "^1.15"
  1029. },
  1030. "conflict": {
  1031. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1032. "symfony/console": "<3.4"
  1033. },
  1034. "require-dev": {
  1035. "ext-iconv": "*",
  1036. "symfony/console": "^3.4|^4.0|^5.0",
  1037. "symfony/process": "^4.4|^5.0",
  1038. "twig/twig": "^1.43|^2.13|^3.0.4"
  1039. },
  1040. "suggest": {
  1041. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1042. "ext-intl": "To show region name in time zone dump",
  1043. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1044. },
  1045. "bin": [
  1046. "Resources/bin/var-dump-server"
  1047. ],
  1048. "type": "library",
  1049. "autoload": {
  1050. "files": [
  1051. "Resources/functions/dump.php"
  1052. ],
  1053. "psr-4": {
  1054. "Symfony\\Component\\VarDumper\\": ""
  1055. },
  1056. "exclude-from-classmap": [
  1057. "/Tests/"
  1058. ]
  1059. },
  1060. "notification-url": "https://packagist.org/downloads/",
  1061. "license": [
  1062. "MIT"
  1063. ],
  1064. "authors": [
  1065. {
  1066. "name": "Nicolas Grekas",
  1067. "email": "p@tchwork.com"
  1068. },
  1069. {
  1070. "name": "Symfony Community",
  1071. "homepage": "https://symfony.com/contributors"
  1072. }
  1073. ],
  1074. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1075. "homepage": "https://symfony.com",
  1076. "keywords": [
  1077. "debug",
  1078. "dump"
  1079. ],
  1080. "support": {
  1081. "source": "https://github.com/symfony/var-dumper/tree/v4.4.22"
  1082. },
  1083. "funding": [
  1084. {
  1085. "url": "https://symfony.com/sponsor",
  1086. "type": "custom"
  1087. },
  1088. {
  1089. "url": "https://github.com/fabpot",
  1090. "type": "github"
  1091. },
  1092. {
  1093. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1094. "type": "tidelift"
  1095. }
  1096. ],
  1097. "time": "2021-04-19T13:36:17+00:00"
  1098. },
  1099. {
  1100. "name": "topthink/think-trace",
  1101. "version": "v1.4",
  1102. "source": {
  1103. "type": "git",
  1104. "url": "https://github.com/top-think/think-trace.git",
  1105. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1106. },
  1107. "dist": {
  1108. "type": "zip",
  1109. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1110. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1111. "shasum": "",
  1112. "mirrors": [
  1113. {
  1114. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1115. "preferred": true
  1116. }
  1117. ]
  1118. },
  1119. "require": {
  1120. "php": ">=7.1.0",
  1121. "topthink/framework": "^6.0.0"
  1122. },
  1123. "type": "library",
  1124. "extra": {
  1125. "think": {
  1126. "services": [
  1127. "think\\trace\\Service"
  1128. ],
  1129. "config": {
  1130. "trace": "src/config.php"
  1131. }
  1132. }
  1133. },
  1134. "autoload": {
  1135. "psr-4": {
  1136. "think\\trace\\": "src"
  1137. }
  1138. },
  1139. "notification-url": "https://packagist.org/downloads/",
  1140. "license": [
  1141. "Apache-2.0"
  1142. ],
  1143. "authors": [
  1144. {
  1145. "name": "liu21st",
  1146. "email": "liu21st@gmail.com"
  1147. }
  1148. ],
  1149. "description": "thinkphp debug trace",
  1150. "support": {
  1151. "issues": "https://github.com/top-think/think-trace/issues",
  1152. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1153. },
  1154. "time": "2020-06-29T05:27:28+00:00"
  1155. }
  1156. ],
  1157. "aliases": [],
  1158. "minimum-stability": "stable",
  1159. "stability-flags": [],
  1160. "prefer-stable": false,
  1161. "prefer-lowest": false,
  1162. "platform": {
  1163. "php": ">=7.0"
  1164. },
  1165. "platform-dev": [],
  1166. "plugin-api-version": "2.0.0"
  1167. }