composer.lock 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  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": "478fa0752e487da8e0e56bb8e664ea5b",
  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.61",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/thephpleague/flysystem.git",
  81. "reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4fb13c01784a6c9f165a351e996871488ca2d8c9",
  86. "reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9",
  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-08T21:46:50+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.0",
  562. "source": {
  563. "type": "git",
  564. "url": "https://github.com/top-think/framework.git",
  565. "reference": "79c555aab0313d1a33ddcdb3c395f2c47f37f597"
  566. },
  567. "dist": {
  568. "type": "zip",
  569. "url": "https://api.github.com/repos/top-think/framework/zipball/79c555aab0313d1a33ddcdb3c395f2c47f37f597",
  570. "reference": "79c555aab0313d1a33ddcdb3c395f2c47f37f597",
  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-10-23T23:28:43+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.28",
  725. "source": {
  726. "type": "git",
  727. "url": "https://github.com/top-think/think-orm.git",
  728. "reference": "ff5f112f5559497222f2716385b5a709ab82741b"
  729. },
  730. "dist": {
  731. "type": "zip",
  732. "url": "https://api.github.com/repos/top-think/think-orm/zipball/ff5f112f5559497222f2716385b5a709ab82741b",
  733. "reference": "ff5f112f5559497222f2716385b5a709ab82741b",
  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": "2019-11-17T07:53:45+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": "5df24247da39c5b68c3bce2153fe5449f1caabd1"
  913. },
  914. "dist": {
  915. "type": "zip",
  916. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/5df24247da39c5b68c3bce2153fe5449f1caabd1",
  917. "reference": "5df24247da39c5b68c3bce2153fe5449f1caabd1",
  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": "2019-12-20T03:07:55+00:00"
  962. },
  963. {
  964. "name": "zoujingli/wechat-developer",
  965. "version": "v1.2.15",
  966. "source": {
  967. "type": "git",
  968. "url": "https://github.com/zoujingli/WeChatDeveloper.git",
  969. "reference": "4b81e72cff7a3acfde2cca919bd8e173355bc53c"
  970. },
  971. "dist": {
  972. "type": "zip",
  973. "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/4b81e72cff7a3acfde2cca919bd8e173355bc53c",
  974. "reference": "4b81e72cff7a3acfde2cca919bd8e173355bc53c",
  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": "2019-11-25T10:40:50+00:00"
  1026. },
  1027. {
  1028. "name": "zoujingli/weopen-developer",
  1029. "version": "dev-master",
  1030. "source": {
  1031. "type": "git",
  1032. "url": "https://github.com/zoujingli/WeOpenDeveloper.git",
  1033. "reference": "4d0d3c064e54556621453845fc65ba52de58a880"
  1034. },
  1035. "dist": {
  1036. "type": "zip",
  1037. "url": "https://api.github.com/repos/zoujingli/WeOpenDeveloper/zipball/4d0d3c064e54556621453845fc65ba52de58a880",
  1038. "reference": "4d0d3c064e54556621453845fc65ba52de58a880",
  1039. "shasum": "",
  1040. "mirrors": [
  1041. {
  1042. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1043. "preferred": true
  1044. }
  1045. ]
  1046. },
  1047. "require": {
  1048. "ext-curl": "*",
  1049. "ext-json": "*",
  1050. "ext-openssl": "*",
  1051. "php": ">=5.4",
  1052. "zoujingli/wechat-developer": "^1.0"
  1053. },
  1054. "type": "library",
  1055. "autoload": {
  1056. "psr-4": {
  1057. "WeOpen\\": "WeOpen",
  1058. "WeChat\\": "WeChat",
  1059. "WeMini\\": "WeMini"
  1060. }
  1061. },
  1062. "notification-url": "https://packagist.org/downloads/",
  1063. "license": [
  1064. "MIT"
  1065. ],
  1066. "authors": [
  1067. {
  1068. "name": "Anyon",
  1069. "email": "zoujingli@qq.com",
  1070. "homepage": "http://ctolog.com"
  1071. }
  1072. ],
  1073. "description": "WeChat Open development of SDK",
  1074. "homepage": "https://github.com/zoujingli/WeOpenDeveloper",
  1075. "keywords": [
  1076. "WeChatOpen",
  1077. "WeChatOpenDeveloper",
  1078. "wechat"
  1079. ],
  1080. "time": "2019-10-10T10:18:05+00:00"
  1081. }
  1082. ],
  1083. "packages-dev": [],
  1084. "aliases": [],
  1085. "minimum-stability": "stable",
  1086. "stability-flags": {
  1087. "zoujingli/think-library": 20,
  1088. "zoujingli/weopen-developer": 20
  1089. },
  1090. "prefer-stable": false,
  1091. "prefer-lowest": false,
  1092. "platform": {
  1093. "php": ">=7.1.0",
  1094. "ext-gd": "*",
  1095. "ext-soap": "*",
  1096. "ext-json": "*",
  1097. "ext-curl": "*",
  1098. "ext-iconv": "*",
  1099. "ext-openssl": "*",
  1100. "ext-mbstring": "*"
  1101. },
  1102. "platform-dev": []
  1103. }