composer.lock 36 KB

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