installed.json 33 KB

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