composer.lock 37 KB

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