composer.lock 38 KB

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