installed.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056
  1. [
  2. {
  3. "name": "endroid/qr-code",
  4. "version": "1.9.3",
  5. "version_normalized": "1.9.3.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/endroid/qr-code.git",
  9. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  14. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  15. "shasum": "",
  16. "mirrors": [
  17. {
  18. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  19. "preferred": true
  20. }
  21. ]
  22. },
  23. "require": {
  24. "ext-gd": "*",
  25. "php": ">=5.4",
  26. "symfony/options-resolver": "^2.3|^3.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.0|^5.0",
  30. "sensio/framework-extra-bundle": "^3.0",
  31. "symfony/browser-kit": "^2.3|^3.0",
  32. "symfony/framework-bundle": "^2.3|^3.0",
  33. "symfony/http-kernel": "^2.3|^3.0"
  34. },
  35. "time": "2017-04-08T09:13:59+00:00",
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "1.x-dev"
  40. }
  41. },
  42. "installation-source": "dist",
  43. "autoload": {
  44. "psr-4": {
  45. "Endroid\\QrCode\\": "src/"
  46. }
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "MIT"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Jeroen van den Enden",
  55. "email": "info@endroid.nl",
  56. "homepage": "http://endroid.nl/"
  57. }
  58. ],
  59. "description": "Endroid QR Code",
  60. "homepage": "https://github.com/endroid/QrCode",
  61. "keywords": [
  62. "bundle",
  63. "code",
  64. "endroid",
  65. "qr",
  66. "qrcode",
  67. "symfony"
  68. ]
  69. },
  70. {
  71. "name": "league/flysystem",
  72. "version": "1.0.62",
  73. "version_normalized": "1.0.62.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/thephpleague/flysystem.git",
  77. "reference": "14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0",
  82. "reference": "14dd5d7dff5fbc29ca9a2a53ff109760e40d91a0",
  83. "shasum": "",
  84. "mirrors": [
  85. {
  86. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  87. "preferred": true
  88. }
  89. ]
  90. },
  91. "require": {
  92. "ext-fileinfo": "*",
  93. "php": ">=5.5.9"
  94. },
  95. "conflict": {
  96. "league/flysystem-sftp": "<1.0.6"
  97. },
  98. "require-dev": {
  99. "phpspec/phpspec": "^3.4",
  100. "phpunit/phpunit": "^5.7.10"
  101. },
  102. "suggest": {
  103. "ext-fileinfo": "Required for MimeType",
  104. "ext-ftp": "Allows you to use FTP server storage",
  105. "ext-openssl": "Allows you to use FTPS server storage",
  106. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  107. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  108. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  109. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  110. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  111. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  112. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  113. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  114. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  115. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  116. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  117. },
  118. "time": "2019-12-29T14:46:55+00:00",
  119. "type": "library",
  120. "extra": {
  121. "branch-alias": {
  122. "dev-master": "1.1-dev"
  123. }
  124. },
  125. "installation-source": "dist",
  126. "autoload": {
  127. "psr-4": {
  128. "League\\Flysystem\\": "src/"
  129. }
  130. },
  131. "notification-url": "https://packagist.org/downloads/",
  132. "license": [
  133. "MIT"
  134. ],
  135. "authors": [
  136. {
  137. "name": "Frank de Jonge",
  138. "email": "info@frenky.net"
  139. }
  140. ],
  141. "description": "Filesystem abstraction: Many filesystems, one API.",
  142. "keywords": [
  143. "Cloud Files",
  144. "WebDAV",
  145. "abstraction",
  146. "aws",
  147. "cloud",
  148. "copy.com",
  149. "dropbox",
  150. "file systems",
  151. "files",
  152. "filesystem",
  153. "filesystems",
  154. "ftp",
  155. "rackspace",
  156. "remote",
  157. "s3",
  158. "sftp",
  159. "storage"
  160. ]
  161. },
  162. {
  163. "name": "league/flysystem-cached-adapter",
  164. "version": "1.0.9",
  165. "version_normalized": "1.0.9.0",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  169. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
  174. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
  175. "shasum": "",
  176. "mirrors": [
  177. {
  178. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  179. "preferred": true
  180. }
  181. ]
  182. },
  183. "require": {
  184. "league/flysystem": "~1.0",
  185. "psr/cache": "^1.0.0"
  186. },
  187. "require-dev": {
  188. "mockery/mockery": "~0.9",
  189. "phpspec/phpspec": "^3.4",
  190. "phpunit/phpunit": "^5.7",
  191. "predis/predis": "~1.0",
  192. "tedivm/stash": "~0.12"
  193. },
  194. "suggest": {
  195. "ext-phpredis": "Pure C implemented extension for PHP"
  196. },
  197. "time": "2018-07-09T20:51:04+00:00",
  198. "type": "library",
  199. "installation-source": "dist",
  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. },
  217. {
  218. "name": "opis/closure",
  219. "version": "3.5.1",
  220. "version_normalized": "3.5.1.0",
  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. "time": "2019-11-29T22:36:02+00:00",
  246. "type": "library",
  247. "extra": {
  248. "branch-alias": {
  249. "dev-master": "3.5.x-dev"
  250. }
  251. },
  252. "installation-source": "dist",
  253. "autoload": {
  254. "psr-4": {
  255. "Opis\\Closure\\": "src/"
  256. },
  257. "files": [
  258. "functions.php"
  259. ]
  260. },
  261. "notification-url": "https://packagist.org/downloads/",
  262. "license": [
  263. "MIT"
  264. ],
  265. "authors": [
  266. {
  267. "name": "Marius Sarca",
  268. "email": "marius.sarca@gmail.com"
  269. },
  270. {
  271. "name": "Sorin Sarca",
  272. "email": "sarca_sorin@hotmail.com"
  273. }
  274. ],
  275. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  276. "homepage": "https://opis.io/closure",
  277. "keywords": [
  278. "anonymous functions",
  279. "closure",
  280. "function",
  281. "serializable",
  282. "serialization",
  283. "serialize"
  284. ]
  285. },
  286. {
  287. "name": "psr/cache",
  288. "version": "1.0.1",
  289. "version_normalized": "1.0.1.0",
  290. "source": {
  291. "type": "git",
  292. "url": "https://github.com/php-fig/cache.git",
  293. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  294. },
  295. "dist": {
  296. "type": "zip",
  297. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  298. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  299. "shasum": "",
  300. "mirrors": [
  301. {
  302. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  303. "preferred": true
  304. }
  305. ]
  306. },
  307. "require": {
  308. "php": ">=5.3.0"
  309. },
  310. "time": "2016-08-06T20:24:11+00:00",
  311. "type": "library",
  312. "extra": {
  313. "branch-alias": {
  314. "dev-master": "1.0.x-dev"
  315. }
  316. },
  317. "installation-source": "dist",
  318. "autoload": {
  319. "psr-4": {
  320. "Psr\\Cache\\": "src/"
  321. }
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "PHP-FIG",
  330. "homepage": "http://www.php-fig.org/"
  331. }
  332. ],
  333. "description": "Common interface for caching libraries",
  334. "keywords": [
  335. "cache",
  336. "psr",
  337. "psr-6"
  338. ]
  339. },
  340. {
  341. "name": "psr/container",
  342. "version": "1.0.0",
  343. "version_normalized": "1.0.0.0",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/php-fig/container.git",
  347. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  352. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  353. "shasum": "",
  354. "mirrors": [
  355. {
  356. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  357. "preferred": true
  358. }
  359. ]
  360. },
  361. "require": {
  362. "php": ">=5.3.0"
  363. },
  364. "time": "2017-02-14T16:28:37+00:00",
  365. "type": "library",
  366. "extra": {
  367. "branch-alias": {
  368. "dev-master": "1.0.x-dev"
  369. }
  370. },
  371. "installation-source": "dist",
  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. },
  397. {
  398. "name": "psr/log",
  399. "version": "1.1.2",
  400. "version_normalized": "1.1.2.0",
  401. "source": {
  402. "type": "git",
  403. "url": "https://github.com/php-fig/log.git",
  404. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
  405. },
  406. "dist": {
  407. "type": "zip",
  408. "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  409. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
  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. "time": "2019-11-01T11:05:21+00:00",
  422. "type": "library",
  423. "extra": {
  424. "branch-alias": {
  425. "dev-master": "1.1.x-dev"
  426. }
  427. },
  428. "installation-source": "dist",
  429. "autoload": {
  430. "psr-4": {
  431. "Psr\\Log\\": "Psr/Log/"
  432. }
  433. },
  434. "notification-url": "https://packagist.org/downloads/",
  435. "license": [
  436. "MIT"
  437. ],
  438. "authors": [
  439. {
  440. "name": "PHP-FIG",
  441. "homepage": "http://www.php-fig.org/"
  442. }
  443. ],
  444. "description": "Common interface for logging libraries",
  445. "homepage": "https://github.com/php-fig/log",
  446. "keywords": [
  447. "log",
  448. "psr",
  449. "psr-3"
  450. ]
  451. },
  452. {
  453. "name": "psr/simple-cache",
  454. "version": "1.0.1",
  455. "version_normalized": "1.0.1.0",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/php-fig/simple-cache.git",
  459. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  464. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  465. "shasum": "",
  466. "mirrors": [
  467. {
  468. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  469. "preferred": true
  470. }
  471. ]
  472. },
  473. "require": {
  474. "php": ">=5.3.0"
  475. },
  476. "time": "2017-10-23T01:57:42+00:00",
  477. "type": "library",
  478. "extra": {
  479. "branch-alias": {
  480. "dev-master": "1.0.x-dev"
  481. }
  482. },
  483. "installation-source": "dist",
  484. "autoload": {
  485. "psr-4": {
  486. "Psr\\SimpleCache\\": "src/"
  487. }
  488. },
  489. "notification-url": "https://packagist.org/downloads/",
  490. "license": [
  491. "MIT"
  492. ],
  493. "authors": [
  494. {
  495. "name": "PHP-FIG",
  496. "homepage": "http://www.php-fig.org/"
  497. }
  498. ],
  499. "description": "Common interfaces for simple caching",
  500. "keywords": [
  501. "cache",
  502. "caching",
  503. "psr",
  504. "psr-16",
  505. "simple-cache"
  506. ]
  507. },
  508. {
  509. "name": "symfony/options-resolver",
  510. "version": "v3.4.36",
  511. "version_normalized": "3.4.36.0",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/symfony/options-resolver.git",
  515. "reference": "b224d20be60e6f7b55cd66914379a13a0b28651a"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b224d20be60e6f7b55cd66914379a13a0b28651a",
  520. "reference": "b224d20be60e6f7b55cd66914379a13a0b28651a",
  521. "shasum": "",
  522. "mirrors": [
  523. {
  524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  525. "preferred": true
  526. }
  527. ]
  528. },
  529. "require": {
  530. "php": "^5.5.9|>=7.0.8"
  531. },
  532. "time": "2019-10-26T11:02:01+00:00",
  533. "type": "library",
  534. "extra": {
  535. "branch-alias": {
  536. "dev-master": "3.4-dev"
  537. }
  538. },
  539. "installation-source": "dist",
  540. "autoload": {
  541. "psr-4": {
  542. "Symfony\\Component\\OptionsResolver\\": ""
  543. },
  544. "exclude-from-classmap": [
  545. "/Tests/"
  546. ]
  547. },
  548. "notification-url": "https://packagist.org/downloads/",
  549. "license": [
  550. "MIT"
  551. ],
  552. "authors": [
  553. {
  554. "name": "Fabien Potencier",
  555. "email": "fabien@symfony.com"
  556. },
  557. {
  558. "name": "Symfony Community",
  559. "homepage": "https://symfony.com/contributors"
  560. }
  561. ],
  562. "description": "Symfony OptionsResolver Component",
  563. "homepage": "https://symfony.com",
  564. "keywords": [
  565. "config",
  566. "configuration",
  567. "options"
  568. ]
  569. },
  570. {
  571. "name": "topthink/framework",
  572. "version": "v6.0.1",
  573. "version_normalized": "6.0.1.0",
  574. "source": {
  575. "type": "git",
  576. "url": "https://github.com/top-think/framework.git",
  577. "reference": "501f3dd17dc6266e17b7d8df3e9fd090bd2cc85f"
  578. },
  579. "dist": {
  580. "type": "zip",
  581. "url": "https://api.github.com/repos/top-think/framework/zipball/501f3dd17dc6266e17b7d8df3e9fd090bd2cc85f",
  582. "reference": "501f3dd17dc6266e17b7d8df3e9fd090bd2cc85f",
  583. "shasum": "",
  584. "mirrors": [
  585. {
  586. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  587. "preferred": true
  588. }
  589. ]
  590. },
  591. "require": {
  592. "ext-json": "*",
  593. "ext-mbstring": "*",
  594. "league/flysystem": "^1.0",
  595. "league/flysystem-cached-adapter": "^1.0",
  596. "opis/closure": "^3.1",
  597. "php": ">=7.1.0",
  598. "psr/container": "~1.0",
  599. "psr/log": "~1.0",
  600. "psr/simple-cache": "^1.0",
  601. "topthink/think-helper": "^3.1.1",
  602. "topthink/think-orm": "^2.0"
  603. },
  604. "require-dev": {
  605. "mikey179/vfsstream": "^1.6",
  606. "mockery/mockery": "^1.2",
  607. "phpunit/phpunit": "^7.0"
  608. },
  609. "time": "2019-12-24T07:57:03+00:00",
  610. "type": "library",
  611. "installation-source": "dist",
  612. "autoload": {
  613. "files": [],
  614. "psr-4": {
  615. "think\\": "src/think/"
  616. }
  617. },
  618. "notification-url": "https://packagist.org/downloads/",
  619. "license": [
  620. "Apache-2.0"
  621. ],
  622. "authors": [
  623. {
  624. "name": "liu21st",
  625. "email": "liu21st@gmail.com"
  626. },
  627. {
  628. "name": "yunwuxin",
  629. "email": "448901948@qq.com"
  630. }
  631. ],
  632. "description": "The ThinkPHP Framework.",
  633. "homepage": "http://thinkphp.cn/",
  634. "keywords": [
  635. "framework",
  636. "orm",
  637. "thinkphp"
  638. ]
  639. },
  640. {
  641. "name": "topthink/think-helper",
  642. "version": "v3.1.3",
  643. "version_normalized": "3.1.3.0",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/top-think/think-helper.git",
  647. "reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/top-think/think-helper/zipball/4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
  652. "reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
  653. "shasum": "",
  654. "mirrors": [
  655. {
  656. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  657. "preferred": true
  658. }
  659. ]
  660. },
  661. "require": {
  662. "php": ">=7.1.0"
  663. },
  664. "time": "2019-09-30T02:36:48+00:00",
  665. "type": "library",
  666. "installation-source": "dist",
  667. "autoload": {
  668. "psr-4": {
  669. "think\\": "src"
  670. },
  671. "files": [
  672. "src/helper.php"
  673. ]
  674. },
  675. "notification-url": "https://packagist.org/downloads/",
  676. "license": [
  677. "Apache-2.0"
  678. ],
  679. "authors": [
  680. {
  681. "name": "yunwuxin",
  682. "email": "448901948@qq.com"
  683. }
  684. ],
  685. "description": "The ThinkPHP6 Helper Package"
  686. },
  687. {
  688. "name": "topthink/think-multi-app",
  689. "version": "v1.0.11",
  690. "version_normalized": "1.0.11.0",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/top-think/think-multi-app.git",
  694. "reference": "215f4a6bb88e53ad41b448c61957336eb55ce6f9"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/215f4a6bb88e53ad41b448c61957336eb55ce6f9",
  699. "reference": "215f4a6bb88e53ad41b448c61957336eb55ce6f9",
  700. "shasum": "",
  701. "mirrors": [
  702. {
  703. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  704. "preferred": true
  705. }
  706. ]
  707. },
  708. "require": {
  709. "php": ">=7.1.0",
  710. "topthink/framework": "^6.0.0"
  711. },
  712. "time": "2019-10-29T06:34:59+00:00",
  713. "type": "library",
  714. "extra": {
  715. "think": {
  716. "services": [
  717. "think\\app\\Service"
  718. ]
  719. }
  720. },
  721. "installation-source": "dist",
  722. "autoload": {
  723. "psr-4": {
  724. "think\\app\\": "src"
  725. }
  726. },
  727. "notification-url": "https://packagist.org/downloads/",
  728. "license": [
  729. "Apache-2.0"
  730. ],
  731. "authors": [
  732. {
  733. "name": "liu21st",
  734. "email": "liu21st@gmail.com"
  735. }
  736. ],
  737. "description": "thinkphp6 multi app support"
  738. },
  739. {
  740. "name": "topthink/think-orm",
  741. "version": "v2.0.30",
  742. "version_normalized": "2.0.30.0",
  743. "source": {
  744. "type": "git",
  745. "url": "https://github.com/top-think/think-orm.git",
  746. "reference": "b6f61fc243974a25cb6914b84a529b373a717626"
  747. },
  748. "dist": {
  749. "type": "zip",
  750. "url": "https://api.github.com/repos/top-think/think-orm/zipball/b6f61fc243974a25cb6914b84a529b373a717626",
  751. "reference": "b6f61fc243974a25cb6914b84a529b373a717626",
  752. "shasum": "",
  753. "mirrors": [
  754. {
  755. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  756. "preferred": true
  757. }
  758. ]
  759. },
  760. "require": {
  761. "ext-json": "*",
  762. "php": ">=7.1.0",
  763. "psr/log": "~1.0",
  764. "psr/simple-cache": "^1.0",
  765. "topthink/think-helper": "^3.1"
  766. },
  767. "time": "2020-01-02T09:09:50+00:00",
  768. "type": "library",
  769. "installation-source": "dist",
  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. },
  792. {
  793. "name": "topthink/think-template",
  794. "version": "v2.0.7",
  795. "version_normalized": "2.0.7.0",
  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. "time": "2019-09-20T15:31:04+00:00",
  818. "type": "library",
  819. "installation-source": "dist",
  820. "autoload": {
  821. "psr-4": {
  822. "think\\": "src"
  823. }
  824. },
  825. "notification-url": "https://packagist.org/downloads/",
  826. "license": [
  827. "Apache-2.0"
  828. ],
  829. "authors": [
  830. {
  831. "name": "liu21st",
  832. "email": "liu21st@gmail.com"
  833. }
  834. ],
  835. "description": "the php template engine"
  836. },
  837. {
  838. "name": "topthink/think-view",
  839. "version": "v1.0.13",
  840. "version_normalized": "1.0.13.0",
  841. "source": {
  842. "type": "git",
  843. "url": "https://github.com/top-think/think-view.git",
  844. "reference": "90803b73f781db5d42619082c4597afc58b2d4c5"
  845. },
  846. "dist": {
  847. "type": "zip",
  848. "url": "https://api.github.com/repos/top-think/think-view/zipball/90803b73f781db5d42619082c4597afc58b2d4c5",
  849. "reference": "90803b73f781db5d42619082c4597afc58b2d4c5",
  850. "shasum": "",
  851. "mirrors": [
  852. {
  853. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  854. "preferred": true
  855. }
  856. ]
  857. },
  858. "require": {
  859. "php": ">=7.1.0",
  860. "topthink/think-template": "^2.0"
  861. },
  862. "time": "2019-10-07T12:23:10+00:00",
  863. "type": "library",
  864. "installation-source": "dist",
  865. "autoload": {
  866. "psr-4": {
  867. "think\\view\\driver\\": "src"
  868. }
  869. },
  870. "notification-url": "https://packagist.org/downloads/",
  871. "license": [
  872. "Apache-2.0"
  873. ],
  874. "authors": [
  875. {
  876. "name": "liu21st",
  877. "email": "liu21st@gmail.com"
  878. }
  879. ],
  880. "description": "thinkphp template driver"
  881. },
  882. {
  883. "name": "zoujingli/ip2region",
  884. "version": "v1.0.7",
  885. "version_normalized": "1.0.7.0",
  886. "source": {
  887. "type": "git",
  888. "url": "https://github.com/zoujingli/ip2region.git",
  889. "reference": "f898a7d90cfacd54433de4028190c336164f2ae4"
  890. },
  891. "dist": {
  892. "type": "zip",
  893. "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/f898a7d90cfacd54433de4028190c336164f2ae4",
  894. "reference": "f898a7d90cfacd54433de4028190c336164f2ae4",
  895. "shasum": "",
  896. "mirrors": [
  897. {
  898. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  899. "preferred": true
  900. }
  901. ]
  902. },
  903. "require": {
  904. "php": ">=5.3"
  905. },
  906. "time": "2019-10-29T09:03:57+00:00",
  907. "type": "library",
  908. "installation-source": "dist",
  909. "autoload": {
  910. "classmap": [
  911. "Ip2Region.php"
  912. ]
  913. },
  914. "notification-url": "https://packagist.org/downloads/",
  915. "license": [
  916. "Apache-2.0"
  917. ],
  918. "authors": [
  919. {
  920. "name": "Anyon",
  921. "email": "zoujingli@qq.com",
  922. "homepage": "http://ctolog.com"
  923. }
  924. ],
  925. "description": "Ip2Region for PHP",
  926. "homepage": "https://github.com/zoujingli/Ip2Region",
  927. "keywords": [
  928. "Ip2Region"
  929. ]
  930. },
  931. {
  932. "name": "zoujingli/think-library",
  933. "version": "v6.0.x-dev",
  934. "version_normalized": "6.0.9999999.9999999-dev",
  935. "source": {
  936. "type": "git",
  937. "url": "https://github.com/zoujingli/ThinkLibrary.git",
  938. "reference": "914e2daea5331fef86be45433b0d1d891a099685"
  939. },
  940. "dist": {
  941. "type": "zip",
  942. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/914e2daea5331fef86be45433b0d1d891a099685",
  943. "reference": "914e2daea5331fef86be45433b0d1d891a099685",
  944. "shasum": "",
  945. "mirrors": [
  946. {
  947. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  948. "preferred": true
  949. }
  950. ]
  951. },
  952. "require": {
  953. "ext-curl": "*",
  954. "ext-gd": "*",
  955. "ext-iconv": "*",
  956. "ext-json": "*",
  957. "topthink/framework": "^6.0"
  958. },
  959. "time": "2020-01-02T02:10:03+00:00",
  960. "type": "library",
  961. "extra": {
  962. "think": {
  963. "services": [
  964. "think\\admin\\Library"
  965. ]
  966. }
  967. },
  968. "installation-source": "dist",
  969. "autoload": {
  970. "files": [
  971. "src/common.php"
  972. ],
  973. "psr-4": {
  974. "think\\admin\\": "src"
  975. }
  976. },
  977. "notification-url": "https://packagist.org/downloads/",
  978. "license": [
  979. "MIT"
  980. ],
  981. "authors": [
  982. {
  983. "name": "Anyon",
  984. "email": "zoujingli@qq.com"
  985. }
  986. ],
  987. "description": "ThinkPHP v6.0 Development Library",
  988. "homepage": "http://framework.thinkadmin.top"
  989. },
  990. {
  991. "name": "zoujingli/wechat-developer",
  992. "version": "v1.2.16",
  993. "version_normalized": "1.2.16.0",
  994. "source": {
  995. "type": "git",
  996. "url": "https://github.com/zoujingli/WeChatDeveloper.git",
  997. "reference": "01fa1479e8c4d7a0875de96787a2bcaeacc755e9"
  998. },
  999. "dist": {
  1000. "type": "zip",
  1001. "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/01fa1479e8c4d7a0875de96787a2bcaeacc755e9",
  1002. "reference": "01fa1479e8c4d7a0875de96787a2bcaeacc755e9",
  1003. "shasum": "",
  1004. "mirrors": [
  1005. {
  1006. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1007. "preferred": true
  1008. }
  1009. ]
  1010. },
  1011. "require": {
  1012. "ext-curl": "*",
  1013. "ext-json": "*",
  1014. "ext-libxml": "*",
  1015. "ext-mbstring": "*",
  1016. "ext-openssl": "*",
  1017. "ext-simplexml": "*",
  1018. "php": ">=5.4"
  1019. },
  1020. "time": "2020-01-04T08:51:50+00:00",
  1021. "type": "library",
  1022. "installation-source": "dist",
  1023. "autoload": {
  1024. "classmap": [
  1025. "We.php"
  1026. ],
  1027. "psr-4": {
  1028. "WePay\\": "WePay",
  1029. "WeMini\\": "WeMini",
  1030. "WeChat\\": "WeChat",
  1031. "AliPay\\": "AliPay"
  1032. }
  1033. },
  1034. "notification-url": "https://packagist.org/downloads/",
  1035. "license": [
  1036. "MIT"
  1037. ],
  1038. "authors": [
  1039. {
  1040. "name": "Anyon",
  1041. "email": "zoujingli@qq.com",
  1042. "homepage": "http://ctolog.com"
  1043. }
  1044. ],
  1045. "description": "WeChat platform and WeChat payment development tools",
  1046. "homepage": "https://github.com/zoujingli/WeChatDeveloper",
  1047. "keywords": [
  1048. "WeChatDeveloper",
  1049. "WeMini",
  1050. "alipay",
  1051. "wechat",
  1052. "wechatpay",
  1053. "wepay"
  1054. ]
  1055. }
  1056. ]