installed.json 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318
  1. [
  2. {
  3. "name": "doctrine/annotations",
  4. "version": "1.12.1",
  5. "version_normalized": "1.12.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/doctrine/annotations.git",
  9. "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b",
  14. "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b",
  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. "doctrine/lexer": "1.*",
  25. "ext-tokenizer": "*",
  26. "php": "^7.1 || ^8.0"
  27. },
  28. "require-dev": {
  29. "doctrine/cache": "1.*",
  30. "doctrine/coding-standard": "^6.0 || ^8.1",
  31. "phpstan/phpstan": "^0.12.20",
  32. "phpunit/phpunit": "^7.5 || ^9.1.5"
  33. },
  34. "time": "2021-02-21T21:00:45+00:00",
  35. "type": "library",
  36. "installation-source": "dist",
  37. "autoload": {
  38. "psr-4": {
  39. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Guilherme Blanco",
  49. "email": "guilhermeblanco@gmail.com"
  50. },
  51. {
  52. "name": "Roman Borschel",
  53. "email": "roman@code-factory.org"
  54. },
  55. {
  56. "name": "Benjamin Eberlei",
  57. "email": "kontakt@beberlei.de"
  58. },
  59. {
  60. "name": "Jonathan Wage",
  61. "email": "jonwage@gmail.com"
  62. },
  63. {
  64. "name": "Johannes Schmitt",
  65. "email": "schmittjoh@gmail.com"
  66. }
  67. ],
  68. "description": "Docblock Annotations Parser",
  69. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  70. "keywords": [
  71. "annotations",
  72. "docblock",
  73. "parser"
  74. ]
  75. },
  76. {
  77. "name": "doctrine/lexer",
  78. "version": "1.2.1",
  79. "version_normalized": "1.2.1.0",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/doctrine/lexer.git",
  83. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  88. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  89. "shasum": "",
  90. "mirrors": [
  91. {
  92. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  93. "preferred": true
  94. }
  95. ]
  96. },
  97. "require": {
  98. "php": "^7.2 || ^8.0"
  99. },
  100. "require-dev": {
  101. "doctrine/coding-standard": "^6.0",
  102. "phpstan/phpstan": "^0.11.8",
  103. "phpunit/phpunit": "^8.2"
  104. },
  105. "time": "2020-05-25T17:44:05+00:00",
  106. "type": "library",
  107. "extra": {
  108. "branch-alias": {
  109. "dev-master": "1.2.x-dev"
  110. }
  111. },
  112. "installation-source": "dist",
  113. "autoload": {
  114. "psr-4": {
  115. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  116. }
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "MIT"
  121. ],
  122. "authors": [
  123. {
  124. "name": "Guilherme Blanco",
  125. "email": "guilhermeblanco@gmail.com"
  126. },
  127. {
  128. "name": "Roman Borschel",
  129. "email": "roman@code-factory.org"
  130. },
  131. {
  132. "name": "Johannes Schmitt",
  133. "email": "schmittjoh@gmail.com"
  134. }
  135. ],
  136. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  137. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  138. "keywords": [
  139. "annotations",
  140. "docblock",
  141. "lexer",
  142. "parser",
  143. "php"
  144. ],
  145. "funding": [
  146. {
  147. "url": "https://www.doctrine-project.org/sponsorship.html",
  148. "type": "custom"
  149. },
  150. {
  151. "url": "https://www.patreon.com/phpdoctrine",
  152. "type": "patreon"
  153. },
  154. {
  155. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  156. "type": "tidelift"
  157. }
  158. ]
  159. },
  160. {
  161. "name": "endroid/qr-code",
  162. "version": "1.9.3",
  163. "version_normalized": "1.9.3.0",
  164. "source": {
  165. "type": "git",
  166. "url": "https://github.com/endroid/qr-code.git",
  167. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
  168. },
  169. "dist": {
  170. "type": "zip",
  171. "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  172. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  173. "shasum": "",
  174. "mirrors": [
  175. {
  176. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  177. "preferred": true
  178. }
  179. ]
  180. },
  181. "require": {
  182. "ext-gd": "*",
  183. "php": ">=5.4",
  184. "symfony/options-resolver": "^2.3|^3.0"
  185. },
  186. "require-dev": {
  187. "phpunit/phpunit": "^4.0|^5.0",
  188. "sensio/framework-extra-bundle": "^3.0",
  189. "symfony/browser-kit": "^2.3|^3.0",
  190. "symfony/framework-bundle": "^2.3|^3.0",
  191. "symfony/http-kernel": "^2.3|^3.0"
  192. },
  193. "time": "2017-04-08T09:13:59+00:00",
  194. "type": "library",
  195. "extra": {
  196. "branch-alias": {
  197. "dev-master": "1.x-dev"
  198. }
  199. },
  200. "installation-source": "dist",
  201. "autoload": {
  202. "psr-4": {
  203. "Endroid\\QrCode\\": "src/"
  204. }
  205. },
  206. "notification-url": "https://packagist.org/downloads/",
  207. "license": [
  208. "MIT"
  209. ],
  210. "authors": [
  211. {
  212. "name": "Jeroen van den Enden",
  213. "email": "info@endroid.nl",
  214. "homepage": "http://endroid.nl/"
  215. }
  216. ],
  217. "description": "Endroid QR Code",
  218. "homepage": "https://github.com/endroid/QrCode",
  219. "keywords": [
  220. "bundle",
  221. "code",
  222. "endroid",
  223. "qr",
  224. "qrcode",
  225. "symfony"
  226. ],
  227. "support": {
  228. "issues": "https://github.com/endroid/qr-code/issues",
  229. "source": "https://github.com/endroid/qr-code/tree/1.9.3"
  230. }
  231. },
  232. {
  233. "name": "hg/apidoc",
  234. "version": "v2.4.0",
  235. "version_normalized": "2.4.0.0",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/HGthecode/thinkphp-apidoc.git",
  239. "reference": "b61f91453628683d4a9ab487cb8ed0384fac82de"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/HGthecode/thinkphp-apidoc/zipball/b61f91453628683d4a9ab487cb8ed0384fac82de",
  244. "reference": "b61f91453628683d4a9ab487cb8ed0384fac82de",
  245. "shasum": "",
  246. "mirrors": [
  247. {
  248. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  249. "preferred": true
  250. }
  251. ]
  252. },
  253. "require": {
  254. "doctrine/annotations": "^1.6",
  255. "symfony/class-loader": "~3.2.0"
  256. },
  257. "time": "2021-03-18T08:02:09+00:00",
  258. "type": "think-extend",
  259. "extra": {
  260. "think": {
  261. "services": [
  262. "hg\\apidoc\\Service"
  263. ],
  264. "config": {
  265. "apidoc": "src/config.php"
  266. }
  267. }
  268. },
  269. "installation-source": "dist",
  270. "autoload": {
  271. "psr-4": {
  272. "hg\\apidoc\\": "src/"
  273. }
  274. },
  275. "notification-url": "https://packagist.org/downloads/",
  276. "license": [
  277. "MIT"
  278. ],
  279. "authors": [
  280. {
  281. "name": "hg-code",
  282. "email": "376401263@qq.com"
  283. }
  284. ],
  285. "description": "thinkphp API文档自动生成",
  286. "keywords": [
  287. "apidoc",
  288. "api文档",
  289. "php接口文档",
  290. "swagger",
  291. "thinkphp",
  292. "接口文档",
  293. "注释生成",
  294. "自动生成"
  295. ]
  296. },
  297. {
  298. "name": "itxq/api-doc-php",
  299. "version": "v1.1.1",
  300. "version_normalized": "1.1.1.0",
  301. "source": {
  302. "type": "git",
  303. "url": "https://github.com/itxq/api-doc-php.git",
  304. "reference": "79ac71cf09da49491cfb92722d6f6e13ad8f6482"
  305. },
  306. "dist": {
  307. "type": "zip",
  308. "url": "https://api.github.com/repos/itxq/api-doc-php/zipball/79ac71cf09da49491cfb92722d6f6e13ad8f6482",
  309. "reference": "79ac71cf09da49491cfb92722d6f6e13ad8f6482",
  310. "shasum": "",
  311. "mirrors": [
  312. {
  313. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  314. "preferred": true
  315. }
  316. ]
  317. },
  318. "require": {
  319. "php": ">=5.6.0"
  320. },
  321. "time": "2018-06-24T04:20:25+00:00",
  322. "type": "library",
  323. "installation-source": "dist",
  324. "autoload": {
  325. "psr-4": {
  326. "itxq\\apidoc\\": "src"
  327. }
  328. },
  329. "notification-url": "https://packagist.org/downloads/",
  330. "license": [
  331. "Apache-2.0"
  332. ],
  333. "authors": [
  334. {
  335. "name": "IT小强xqitw.cn",
  336. "email": "360237521@qq.com"
  337. }
  338. ],
  339. "description": "api-doc-php"
  340. },
  341. {
  342. "name": "league/flysystem",
  343. "version": "1.0.70",
  344. "version_normalized": "1.0.70.0",
  345. "source": {
  346. "type": "git",
  347. "url": "https://github.com/thephpleague/flysystem.git",
  348. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
  349. },
  350. "dist": {
  351. "type": "zip",
  352. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
  353. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
  354. "shasum": "",
  355. "mirrors": [
  356. {
  357. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  358. "preferred": true
  359. }
  360. ]
  361. },
  362. "require": {
  363. "ext-fileinfo": "*",
  364. "php": ">=5.5.9"
  365. },
  366. "conflict": {
  367. "league/flysystem-sftp": "<1.0.6"
  368. },
  369. "require-dev": {
  370. "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  371. "phpunit/phpunit": "^5.7.26"
  372. },
  373. "suggest": {
  374. "ext-fileinfo": "Required for MimeType",
  375. "ext-ftp": "Allows you to use FTP server storage",
  376. "ext-openssl": "Allows you to use FTPS server storage",
  377. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  378. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  379. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  380. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  381. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  382. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  383. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  384. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  385. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  386. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  387. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  388. },
  389. "time": "2020-07-26T07:20:36+00:00",
  390. "type": "library",
  391. "extra": {
  392. "branch-alias": {
  393. "dev-master": "1.1-dev"
  394. }
  395. },
  396. "installation-source": "dist",
  397. "autoload": {
  398. "psr-4": {
  399. "League\\Flysystem\\": "src/"
  400. }
  401. },
  402. "notification-url": "https://packagist.org/downloads/",
  403. "license": [
  404. "MIT"
  405. ],
  406. "authors": [
  407. {
  408. "name": "Frank de Jonge",
  409. "email": "info@frenky.net"
  410. }
  411. ],
  412. "description": "Filesystem abstraction: Many filesystems, one API.",
  413. "keywords": [
  414. "Cloud Files",
  415. "WebDAV",
  416. "abstraction",
  417. "aws",
  418. "cloud",
  419. "copy.com",
  420. "dropbox",
  421. "file systems",
  422. "files",
  423. "filesystem",
  424. "filesystems",
  425. "ftp",
  426. "rackspace",
  427. "remote",
  428. "s3",
  429. "sftp",
  430. "storage"
  431. ],
  432. "funding": [
  433. {
  434. "url": "https://offset.earth/frankdejonge",
  435. "type": "other"
  436. }
  437. ]
  438. },
  439. {
  440. "name": "league/flysystem-cached-adapter",
  441. "version": "1.1.0",
  442. "version_normalized": "1.1.0.0",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  446. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  451. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  452. "shasum": "",
  453. "mirrors": [
  454. {
  455. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  456. "preferred": true
  457. }
  458. ]
  459. },
  460. "require": {
  461. "league/flysystem": "~1.0",
  462. "psr/cache": "^1.0.0"
  463. },
  464. "require-dev": {
  465. "mockery/mockery": "~0.9",
  466. "phpspec/phpspec": "^3.4",
  467. "phpunit/phpunit": "^5.7",
  468. "predis/predis": "~1.0",
  469. "tedivm/stash": "~0.12"
  470. },
  471. "suggest": {
  472. "ext-phpredis": "Pure C implemented extension for PHP"
  473. },
  474. "time": "2020-07-25T15:56:04+00:00",
  475. "type": "library",
  476. "installation-source": "dist",
  477. "autoload": {
  478. "psr-4": {
  479. "League\\Flysystem\\Cached\\": "src/"
  480. }
  481. },
  482. "notification-url": "https://packagist.org/downloads/",
  483. "license": [
  484. "MIT"
  485. ],
  486. "authors": [
  487. {
  488. "name": "frankdejonge",
  489. "email": "info@frenky.net"
  490. }
  491. ],
  492. "description": "An adapter decorator to enable meta-data caching.",
  493. "support": {
  494. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  495. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  496. }
  497. },
  498. {
  499. "name": "psr/cache",
  500. "version": "1.0.1",
  501. "version_normalized": "1.0.1.0",
  502. "source": {
  503. "type": "git",
  504. "url": "https://github.com/php-fig/cache.git",
  505. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  506. },
  507. "dist": {
  508. "type": "zip",
  509. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  510. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  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.3.0"
  521. },
  522. "time": "2016-08-06T20:24:11+00:00",
  523. "type": "library",
  524. "extra": {
  525. "branch-alias": {
  526. "dev-master": "1.0.x-dev"
  527. }
  528. },
  529. "installation-source": "dist",
  530. "autoload": {
  531. "psr-4": {
  532. "Psr\\Cache\\": "src/"
  533. }
  534. },
  535. "notification-url": "https://packagist.org/downloads/",
  536. "license": [
  537. "MIT"
  538. ],
  539. "authors": [
  540. {
  541. "name": "PHP-FIG",
  542. "homepage": "http://www.php-fig.org/"
  543. }
  544. ],
  545. "description": "Common interface for caching libraries",
  546. "keywords": [
  547. "cache",
  548. "psr",
  549. "psr-6"
  550. ],
  551. "support": {
  552. "source": "https://github.com/php-fig/cache/tree/master"
  553. }
  554. },
  555. {
  556. "name": "psr/container",
  557. "version": "1.0.0",
  558. "version_normalized": "1.0.0.0",
  559. "source": {
  560. "type": "git",
  561. "url": "https://github.com/php-fig/container.git",
  562. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  563. },
  564. "dist": {
  565. "type": "zip",
  566. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  567. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  568. "shasum": "",
  569. "mirrors": [
  570. {
  571. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  572. "preferred": true
  573. }
  574. ]
  575. },
  576. "require": {
  577. "php": ">=5.3.0"
  578. },
  579. "time": "2017-02-14T16:28:37+00:00",
  580. "type": "library",
  581. "extra": {
  582. "branch-alias": {
  583. "dev-master": "1.0.x-dev"
  584. }
  585. },
  586. "installation-source": "dist",
  587. "autoload": {
  588. "psr-4": {
  589. "Psr\\Container\\": "src/"
  590. }
  591. },
  592. "notification-url": "https://packagist.org/downloads/",
  593. "license": [
  594. "MIT"
  595. ],
  596. "authors": [
  597. {
  598. "name": "PHP-FIG",
  599. "homepage": "http://www.php-fig.org/"
  600. }
  601. ],
  602. "description": "Common Container Interface (PHP FIG PSR-11)",
  603. "homepage": "https://github.com/php-fig/container",
  604. "keywords": [
  605. "PSR-11",
  606. "container",
  607. "container-interface",
  608. "container-interop",
  609. "psr"
  610. ],
  611. "support": {
  612. "issues": "https://github.com/php-fig/container/issues",
  613. "source": "https://github.com/php-fig/container/tree/master"
  614. }
  615. },
  616. {
  617. "name": "psr/log",
  618. "version": "1.1.3",
  619. "version_normalized": "1.1.3.0",
  620. "source": {
  621. "type": "git",
  622. "url": "https://github.com/php-fig/log.git",
  623. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  624. },
  625. "dist": {
  626. "type": "zip",
  627. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  628. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  629. "shasum": "",
  630. "mirrors": [
  631. {
  632. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  633. "preferred": true
  634. }
  635. ]
  636. },
  637. "require": {
  638. "php": ">=5.3.0"
  639. },
  640. "time": "2020-03-23T09:12:05+00:00",
  641. "type": "library",
  642. "extra": {
  643. "branch-alias": {
  644. "dev-master": "1.1.x-dev"
  645. }
  646. },
  647. "installation-source": "dist",
  648. "autoload": {
  649. "psr-4": {
  650. "Psr\\Log\\": "Psr/Log/"
  651. }
  652. },
  653. "notification-url": "https://packagist.org/downloads/",
  654. "license": [
  655. "MIT"
  656. ],
  657. "authors": [
  658. {
  659. "name": "PHP-FIG",
  660. "homepage": "http://www.php-fig.org/"
  661. }
  662. ],
  663. "description": "Common interface for logging libraries",
  664. "homepage": "https://github.com/php-fig/log",
  665. "keywords": [
  666. "log",
  667. "psr",
  668. "psr-3"
  669. ],
  670. "support": {
  671. "source": "https://github.com/php-fig/log/tree/1.1.3"
  672. }
  673. },
  674. {
  675. "name": "psr/simple-cache",
  676. "version": "1.0.1",
  677. "version_normalized": "1.0.1.0",
  678. "source": {
  679. "type": "git",
  680. "url": "https://github.com/php-fig/simple-cache.git",
  681. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  682. },
  683. "dist": {
  684. "type": "zip",
  685. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  686. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  687. "shasum": "",
  688. "mirrors": [
  689. {
  690. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  691. "preferred": true
  692. }
  693. ]
  694. },
  695. "require": {
  696. "php": ">=5.3.0"
  697. },
  698. "time": "2017-10-23T01:57:42+00:00",
  699. "type": "library",
  700. "extra": {
  701. "branch-alias": {
  702. "dev-master": "1.0.x-dev"
  703. }
  704. },
  705. "installation-source": "dist",
  706. "autoload": {
  707. "psr-4": {
  708. "Psr\\SimpleCache\\": "src/"
  709. }
  710. },
  711. "notification-url": "https://packagist.org/downloads/",
  712. "license": [
  713. "MIT"
  714. ],
  715. "authors": [
  716. {
  717. "name": "PHP-FIG",
  718. "homepage": "http://www.php-fig.org/"
  719. }
  720. ],
  721. "description": "Common interfaces for simple caching",
  722. "keywords": [
  723. "cache",
  724. "caching",
  725. "psr",
  726. "psr-16",
  727. "simple-cache"
  728. ],
  729. "support": {
  730. "source": "https://github.com/php-fig/simple-cache/tree/master"
  731. }
  732. },
  733. {
  734. "name": "symfony/class-loader",
  735. "version": "v3.2.14",
  736. "version_normalized": "3.2.14.0",
  737. "source": {
  738. "type": "git",
  739. "url": "https://github.com/symfony/class-loader.git",
  740. "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482"
  741. },
  742. "dist": {
  743. "type": "zip",
  744. "url": "https://api.github.com/repos/symfony/class-loader/zipball/e192d96b15fdd168bdb1c91001d26c93ba4af482",
  745. "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482",
  746. "shasum": "",
  747. "mirrors": [
  748. {
  749. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  750. "preferred": true
  751. }
  752. ]
  753. },
  754. "require": {
  755. "php": ">=5.5.9"
  756. },
  757. "require-dev": {
  758. "symfony/finder": "~2.8|~3.0",
  759. "symfony/polyfill-apcu": "~1.1"
  760. },
  761. "suggest": {
  762. "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
  763. },
  764. "time": "2017-06-01T21:00:24+00:00",
  765. "type": "library",
  766. "extra": {
  767. "branch-alias": {
  768. "dev-master": "3.2-dev"
  769. }
  770. },
  771. "installation-source": "dist",
  772. "autoload": {
  773. "psr-4": {
  774. "Symfony\\Component\\ClassLoader\\": ""
  775. },
  776. "exclude-from-classmap": [
  777. "/Tests/"
  778. ]
  779. },
  780. "notification-url": "https://packagist.org/downloads/",
  781. "license": [
  782. "MIT"
  783. ],
  784. "authors": [
  785. {
  786. "name": "Fabien Potencier",
  787. "email": "fabien@symfony.com"
  788. },
  789. {
  790. "name": "Symfony Community",
  791. "homepage": "https://symfony.com/contributors"
  792. }
  793. ],
  794. "description": "Symfony ClassLoader Component",
  795. "homepage": "https://symfony.com"
  796. },
  797. {
  798. "name": "symfony/options-resolver",
  799. "version": "v3.4.47",
  800. "version_normalized": "3.4.47.0",
  801. "source": {
  802. "type": "git",
  803. "url": "https://github.com/symfony/options-resolver.git",
  804. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744"
  805. },
  806. "dist": {
  807. "type": "zip",
  808. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  809. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  810. "shasum": "",
  811. "mirrors": [
  812. {
  813. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  814. "preferred": true
  815. }
  816. ]
  817. },
  818. "require": {
  819. "php": "^5.5.9|>=7.0.8"
  820. },
  821. "time": "2020-10-24T10:57:07+00:00",
  822. "type": "library",
  823. "installation-source": "dist",
  824. "autoload": {
  825. "psr-4": {
  826. "Symfony\\Component\\OptionsResolver\\": ""
  827. },
  828. "exclude-from-classmap": [
  829. "/Tests/"
  830. ]
  831. },
  832. "notification-url": "https://packagist.org/downloads/",
  833. "license": [
  834. "MIT"
  835. ],
  836. "authors": [
  837. {
  838. "name": "Fabien Potencier",
  839. "email": "fabien@symfony.com"
  840. },
  841. {
  842. "name": "Symfony Community",
  843. "homepage": "https://symfony.com/contributors"
  844. }
  845. ],
  846. "description": "Symfony OptionsResolver Component",
  847. "homepage": "https://symfony.com",
  848. "keywords": [
  849. "config",
  850. "configuration",
  851. "options"
  852. ],
  853. "funding": [
  854. {
  855. "url": "https://symfony.com/sponsor",
  856. "type": "custom"
  857. },
  858. {
  859. "url": "https://github.com/fabpot",
  860. "type": "github"
  861. },
  862. {
  863. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  864. "type": "tidelift"
  865. }
  866. ]
  867. },
  868. {
  869. "name": "topthink/framework",
  870. "version": "v6.0.7",
  871. "version_normalized": "6.0.7.0",
  872. "source": {
  873. "type": "git",
  874. "url": "https://github.com/top-think/framework.git",
  875. "reference": "db8fe22520a9660dd5e4c87e304034ac49e39270"
  876. },
  877. "dist": {
  878. "type": "zip",
  879. "url": "https://api.github.com/repos/top-think/framework/zipball/db8fe22520a9660dd5e4c87e304034ac49e39270",
  880. "reference": "db8fe22520a9660dd5e4c87e304034ac49e39270",
  881. "shasum": "",
  882. "mirrors": [
  883. {
  884. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  885. "preferred": true
  886. }
  887. ]
  888. },
  889. "require": {
  890. "ext-json": "*",
  891. "ext-mbstring": "*",
  892. "league/flysystem": "^1.0",
  893. "league/flysystem-cached-adapter": "^1.0",
  894. "php": ">=7.1.0",
  895. "psr/container": "~1.0",
  896. "psr/log": "~1.0",
  897. "psr/simple-cache": "^1.0",
  898. "topthink/think-helper": "^3.1.1",
  899. "topthink/think-orm": "^2.0"
  900. },
  901. "require-dev": {
  902. "mikey179/vfsstream": "^1.6",
  903. "mockery/mockery": "^1.2",
  904. "phpunit/phpunit": "^7.0"
  905. },
  906. "time": "2021-01-25T14:48:29+00:00",
  907. "type": "library",
  908. "installation-source": "dist",
  909. "autoload": {
  910. "files": [],
  911. "psr-4": {
  912. "think\\": "src/think/"
  913. }
  914. },
  915. "notification-url": "https://packagist.org/downloads/",
  916. "license": [
  917. "Apache-2.0"
  918. ],
  919. "authors": [
  920. {
  921. "name": "liu21st",
  922. "email": "liu21st@gmail.com"
  923. },
  924. {
  925. "name": "yunwuxin",
  926. "email": "448901948@qq.com"
  927. }
  928. ],
  929. "description": "The ThinkPHP Framework.",
  930. "homepage": "http://thinkphp.cn/",
  931. "keywords": [
  932. "framework",
  933. "orm",
  934. "thinkphp"
  935. ]
  936. },
  937. {
  938. "name": "topthink/think-helper",
  939. "version": "v3.1.4",
  940. "version_normalized": "3.1.4.0",
  941. "source": {
  942. "type": "git",
  943. "url": "https://github.com/top-think/think-helper.git",
  944. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10"
  945. },
  946. "dist": {
  947. "type": "zip",
  948. "url": "https://api.github.com/repos/top-think/think-helper/zipball/c28d37743bda4a0455286ca85b17b5791d626e10",
  949. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10",
  950. "shasum": "",
  951. "mirrors": [
  952. {
  953. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  954. "preferred": true
  955. }
  956. ]
  957. },
  958. "require": {
  959. "php": ">=7.1.0"
  960. },
  961. "time": "2019-11-08T08:01:10+00:00",
  962. "type": "library",
  963. "installation-source": "dist",
  964. "autoload": {
  965. "psr-4": {
  966. "think\\": "src"
  967. },
  968. "files": [
  969. "src/helper.php"
  970. ]
  971. },
  972. "notification-url": "https://packagist.org/downloads/",
  973. "license": [
  974. "Apache-2.0"
  975. ],
  976. "authors": [
  977. {
  978. "name": "yunwuxin",
  979. "email": "448901948@qq.com"
  980. }
  981. ],
  982. "description": "The ThinkPHP6 Helper Package",
  983. "support": {
  984. "issues": "https://github.com/top-think/think-helper/issues",
  985. "source": "https://github.com/top-think/think-helper/tree/3.0"
  986. }
  987. },
  988. {
  989. "name": "topthink/think-orm",
  990. "version": "v2.0.38",
  991. "version_normalized": "2.0.38.0",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/top-think/think-orm.git",
  995. "reference": "48e01bd25fdd51afee95343a4381fabc5a9cb764"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/top-think/think-orm/zipball/48e01bd25fdd51afee95343a4381fabc5a9cb764",
  1000. "reference": "48e01bd25fdd51afee95343a4381fabc5a9cb764",
  1001. "shasum": "",
  1002. "mirrors": [
  1003. {
  1004. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1005. "preferred": true
  1006. }
  1007. ]
  1008. },
  1009. "require": {
  1010. "ext-json": "*",
  1011. "ext-pdo": "*",
  1012. "php": ">=7.1.0",
  1013. "psr/log": "~1.0",
  1014. "psr/simple-cache": "^1.0",
  1015. "topthink/think-helper": "^3.1"
  1016. },
  1017. "require-dev": {
  1018. "phpunit/phpunit": "^7|^8|^9.5"
  1019. },
  1020. "time": "2021-02-24T00:54:36+00:00",
  1021. "type": "library",
  1022. "installation-source": "dist",
  1023. "autoload": {
  1024. "psr-4": {
  1025. "think\\": "src"
  1026. },
  1027. "files": [
  1028. "stubs/load_stubs.php"
  1029. ]
  1030. },
  1031. "notification-url": "https://packagist.org/downloads/",
  1032. "license": [
  1033. "Apache-2.0"
  1034. ],
  1035. "authors": [
  1036. {
  1037. "name": "liu21st",
  1038. "email": "liu21st@gmail.com"
  1039. }
  1040. ],
  1041. "description": "think orm",
  1042. "keywords": [
  1043. "database",
  1044. "orm"
  1045. ]
  1046. },
  1047. {
  1048. "name": "topthink/think-template",
  1049. "version": "v2.0.8",
  1050. "version_normalized": "2.0.8.0",
  1051. "source": {
  1052. "type": "git",
  1053. "url": "https://github.com/top-think/think-template.git",
  1054. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368"
  1055. },
  1056. "dist": {
  1057. "type": "zip",
  1058. "url": "https://api.github.com/repos/top-think/think-template/zipball/abfc293f74f9ef5127b5c416310a01fe42e59368",
  1059. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368",
  1060. "shasum": "",
  1061. "mirrors": [
  1062. {
  1063. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1064. "preferred": true
  1065. }
  1066. ]
  1067. },
  1068. "require": {
  1069. "php": ">=7.1.0",
  1070. "psr/simple-cache": "^1.0"
  1071. },
  1072. "time": "2020-12-10T07:52:03+00:00",
  1073. "type": "library",
  1074. "installation-source": "dist",
  1075. "autoload": {
  1076. "psr-4": {
  1077. "think\\": "src"
  1078. }
  1079. },
  1080. "notification-url": "https://packagist.org/downloads/",
  1081. "license": [
  1082. "Apache-2.0"
  1083. ],
  1084. "authors": [
  1085. {
  1086. "name": "liu21st",
  1087. "email": "liu21st@gmail.com"
  1088. }
  1089. ],
  1090. "description": "the php template engine"
  1091. },
  1092. {
  1093. "name": "topthink/think-view",
  1094. "version": "v1.0.14",
  1095. "version_normalized": "1.0.14.0",
  1096. "source": {
  1097. "type": "git",
  1098. "url": "https://github.com/top-think/think-view.git",
  1099. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  1100. },
  1101. "dist": {
  1102. "type": "zip",
  1103. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  1104. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  1105. "shasum": "",
  1106. "mirrors": [
  1107. {
  1108. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1109. "preferred": true
  1110. }
  1111. ]
  1112. },
  1113. "require": {
  1114. "php": ">=7.1.0",
  1115. "topthink/think-template": "^2.0"
  1116. },
  1117. "time": "2019-11-06T11:40:13+00:00",
  1118. "type": "library",
  1119. "installation-source": "dist",
  1120. "autoload": {
  1121. "psr-4": {
  1122. "think\\view\\driver\\": "src"
  1123. }
  1124. },
  1125. "notification-url": "https://packagist.org/downloads/",
  1126. "license": [
  1127. "Apache-2.0"
  1128. ],
  1129. "authors": [
  1130. {
  1131. "name": "liu21st",
  1132. "email": "liu21st@gmail.com"
  1133. }
  1134. ],
  1135. "description": "thinkphp template driver",
  1136. "support": {
  1137. "issues": "https://github.com/top-think/think-view/issues",
  1138. "source": "https://github.com/top-think/think-view/tree/v1.0.14"
  1139. }
  1140. },
  1141. {
  1142. "name": "zoujingli/ip2region",
  1143. "version": "v1.0.9",
  1144. "version_normalized": "1.0.9.0",
  1145. "source": {
  1146. "type": "git",
  1147. "url": "https://github.com/zoujingli/ip2region.git",
  1148. "reference": "e48f9122f50dd3b79295e35b4acdd0dcd2608ca8"
  1149. },
  1150. "dist": {
  1151. "type": "zip",
  1152. "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/e48f9122f50dd3b79295e35b4acdd0dcd2608ca8",
  1153. "reference": "e48f9122f50dd3b79295e35b4acdd0dcd2608ca8",
  1154. "shasum": "",
  1155. "mirrors": [
  1156. {
  1157. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1158. "preferred": true
  1159. }
  1160. ]
  1161. },
  1162. "require": {
  1163. "php": ">=5.3"
  1164. },
  1165. "time": "2020-11-06T07:21:55+00:00",
  1166. "type": "library",
  1167. "installation-source": "dist",
  1168. "autoload": {
  1169. "classmap": [
  1170. "Ip2Region.php"
  1171. ]
  1172. },
  1173. "notification-url": "https://packagist.org/downloads/",
  1174. "license": [
  1175. "Apache-2.0"
  1176. ],
  1177. "authors": [
  1178. {
  1179. "name": "Anyon",
  1180. "email": "zoujingli@qq.com",
  1181. "homepage": "http://ctolog.com"
  1182. }
  1183. ],
  1184. "description": "Ip2Region for PHP",
  1185. "homepage": "https://github.com/zoujingli/Ip2Region",
  1186. "keywords": [
  1187. "Ip2Region"
  1188. ]
  1189. },
  1190. {
  1191. "name": "zoujingli/think-library",
  1192. "version": "v6.0.x-dev",
  1193. "version_normalized": "6.0.9999999.9999999-dev",
  1194. "source": {
  1195. "type": "git",
  1196. "url": "https://github.com/zoujingli/ThinkLibrary.git",
  1197. "reference": "a273990298618e97fb7a03082f7a032ba0ad548c"
  1198. },
  1199. "dist": {
  1200. "type": "zip",
  1201. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/a273990298618e97fb7a03082f7a032ba0ad548c",
  1202. "reference": "a273990298618e97fb7a03082f7a032ba0ad548c",
  1203. "shasum": "",
  1204. "mirrors": [
  1205. {
  1206. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1207. "preferred": true
  1208. }
  1209. ]
  1210. },
  1211. "require": {
  1212. "ext-curl": "*",
  1213. "ext-gd": "*",
  1214. "ext-iconv": "*",
  1215. "ext-json": "*",
  1216. "ext-mbstring": "*",
  1217. "topthink/framework": "^6.0"
  1218. },
  1219. "time": "2021-03-01T02:53:44+00:00",
  1220. "type": "library",
  1221. "extra": {
  1222. "think": {
  1223. "services": [
  1224. "think\\admin\\Library"
  1225. ]
  1226. }
  1227. },
  1228. "installation-source": "source",
  1229. "autoload": {
  1230. "files": [
  1231. "src/common.php"
  1232. ],
  1233. "psr-4": {
  1234. "think\\admin\\": "src"
  1235. }
  1236. },
  1237. "notification-url": "https://packagist.org/downloads/",
  1238. "license": [
  1239. "MIT"
  1240. ],
  1241. "authors": [
  1242. {
  1243. "name": "Anyon",
  1244. "email": "zoujingli@qq.com"
  1245. }
  1246. ],
  1247. "description": "ThinkPHP v6.0 Development Library",
  1248. "homepage": "http://thinkadmin.top"
  1249. },
  1250. {
  1251. "name": "zoujingli/wechat-developer",
  1252. "version": "v1.2.27",
  1253. "version_normalized": "1.2.27.0",
  1254. "source": {
  1255. "type": "git",
  1256. "url": "https://github.com/zoujingli/WeChatDeveloper.git",
  1257. "reference": "94de6626f1c9e3d12f16640c30fb9319b37ff34c"
  1258. },
  1259. "dist": {
  1260. "type": "zip",
  1261. "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/94de6626f1c9e3d12f16640c30fb9319b37ff34c",
  1262. "reference": "94de6626f1c9e3d12f16640c30fb9319b37ff34c",
  1263. "shasum": "",
  1264. "mirrors": [
  1265. {
  1266. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1267. "preferred": true
  1268. }
  1269. ]
  1270. },
  1271. "require": {
  1272. "ext-bcmath": "*",
  1273. "ext-curl": "*",
  1274. "ext-json": "*",
  1275. "ext-libxml": "*",
  1276. "ext-mbstring": "*",
  1277. "ext-openssl": "*",
  1278. "ext-simplexml": "*",
  1279. "ext-xml": "*",
  1280. "php": ">=5.4"
  1281. },
  1282. "time": "2020-12-24T09:44:04+00:00",
  1283. "type": "library",
  1284. "installation-source": "dist",
  1285. "autoload": {
  1286. "classmap": [
  1287. "We.php"
  1288. ],
  1289. "psr-4": {
  1290. "WePay\\": "WePay",
  1291. "WeChat\\": "WeChat",
  1292. "WeMini\\": "WeMini",
  1293. "AliPay\\": "AliPay"
  1294. }
  1295. },
  1296. "notification-url": "https://packagist.org/downloads/",
  1297. "license": [
  1298. "MIT"
  1299. ],
  1300. "authors": [
  1301. {
  1302. "name": "Anyon",
  1303. "email": "zoujingli@qq.com",
  1304. "homepage": "https://thinkadmin.top"
  1305. }
  1306. ],
  1307. "description": "WeChat platform and WeChat payment development tools",
  1308. "homepage": "https://github.com/zoujingli/WeChatDeveloper",
  1309. "keywords": [
  1310. "WeChatDeveloper",
  1311. "WeMini",
  1312. "alipay",
  1313. "wechat",
  1314. "wechatpay",
  1315. "wepay"
  1316. ]
  1317. }
  1318. ]