installed.json 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  1. {
  2. "packages": [
  3. {
  4. "name": "endroid/qr-code",
  5. "version": "1.9.3",
  6. "version_normalized": "1.9.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/endroid/qr-code.git",
  10. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  15. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  16. "shasum": "",
  17. "mirrors": [
  18. {
  19. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  20. "preferred": true
  21. }
  22. ]
  23. },
  24. "require": {
  25. "ext-gd": "*",
  26. "php": ">=5.4",
  27. "symfony/options-resolver": "^2.3|^3.0"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "^4.0|^5.0",
  31. "sensio/framework-extra-bundle": "^3.0",
  32. "symfony/browser-kit": "^2.3|^3.0",
  33. "symfony/framework-bundle": "^2.3|^3.0",
  34. "symfony/http-kernel": "^2.3|^3.0"
  35. },
  36. "time": "2017-04-08T09:13:59+00:00",
  37. "type": "library",
  38. "extra": {
  39. "branch-alias": {
  40. "dev-master": "1.x-dev"
  41. }
  42. },
  43. "installation-source": "dist",
  44. "autoload": {
  45. "psr-4": {
  46. "Endroid\\QrCode\\": "src/"
  47. }
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "MIT"
  52. ],
  53. "authors": [
  54. {
  55. "name": "Jeroen van den Enden",
  56. "email": "info@endroid.nl",
  57. "homepage": "http://endroid.nl/"
  58. }
  59. ],
  60. "description": "Endroid QR Code",
  61. "homepage": "https://github.com/endroid/QrCode",
  62. "keywords": [
  63. "bundle",
  64. "code",
  65. "endroid",
  66. "qr",
  67. "qrcode",
  68. "symfony"
  69. ],
  70. "support": {
  71. "issues": "https://github.com/endroid/qr-code/issues",
  72. "source": "https://github.com/endroid/qr-code/tree/1.9.3"
  73. },
  74. "install-path": "../endroid/qr-code"
  75. },
  76. {
  77. "name": "league/flysystem",
  78. "version": "1.1.4",
  79. "version_normalized": "1.1.4.0",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/thephpleague/flysystem.git",
  83. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  88. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "ext-fileinfo": "*",
  93. "league/mime-type-detection": "^1.3",
  94. "php": "^7.2.5 || ^8.0"
  95. },
  96. "conflict": {
  97. "league/flysystem-sftp": "<1.0.6"
  98. },
  99. "require-dev": {
  100. "phpspec/prophecy": "^1.11.1",
  101. "phpunit/phpunit": "^8.5.8"
  102. },
  103. "suggest": {
  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": "2021-06-23T21:56:05+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. "support": {
  162. "issues": "https://github.com/thephpleague/flysystem/issues",
  163. "source": "https://github.com/thephpleague/flysystem/tree/1.1.4"
  164. },
  165. "funding": [
  166. {
  167. "url": "https://offset.earth/frankdejonge",
  168. "type": "other"
  169. }
  170. ],
  171. "install-path": "../league/flysystem"
  172. },
  173. {
  174. "name": "league/flysystem-cached-adapter",
  175. "version": "1.1.0",
  176. "version_normalized": "1.1.0.0",
  177. "source": {
  178. "type": "git",
  179. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  180. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  181. },
  182. "dist": {
  183. "type": "zip",
  184. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  185. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  186. "shasum": ""
  187. },
  188. "require": {
  189. "league/flysystem": "~1.0",
  190. "psr/cache": "^1.0.0"
  191. },
  192. "require-dev": {
  193. "mockery/mockery": "~0.9",
  194. "phpspec/phpspec": "^3.4",
  195. "phpunit/phpunit": "^5.7",
  196. "predis/predis": "~1.0",
  197. "tedivm/stash": "~0.12"
  198. },
  199. "suggest": {
  200. "ext-phpredis": "Pure C implemented extension for PHP"
  201. },
  202. "time": "2020-07-25T15:56:04+00:00",
  203. "type": "library",
  204. "installation-source": "dist",
  205. "autoload": {
  206. "psr-4": {
  207. "League\\Flysystem\\Cached\\": "src/"
  208. }
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "MIT"
  213. ],
  214. "authors": [
  215. {
  216. "name": "frankdejonge",
  217. "email": "info@frenky.net"
  218. }
  219. ],
  220. "description": "An adapter decorator to enable meta-data caching.",
  221. "support": {
  222. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  223. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  224. },
  225. "install-path": "../league/flysystem-cached-adapter"
  226. },
  227. {
  228. "name": "league/mime-type-detection",
  229. "version": "1.7.0",
  230. "version_normalized": "1.7.0.0",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/thephpleague/mime-type-detection.git",
  234. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  239. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "ext-fileinfo": "*",
  244. "php": "^7.2 || ^8.0"
  245. },
  246. "require-dev": {
  247. "friendsofphp/php-cs-fixer": "^2.18",
  248. "phpstan/phpstan": "^0.12.68",
  249. "phpunit/phpunit": "^8.5.8 || ^9.3"
  250. },
  251. "time": "2021-01-18T20:58:21+00:00",
  252. "type": "library",
  253. "installation-source": "dist",
  254. "autoload": {
  255. "psr-4": {
  256. "League\\MimeTypeDetection\\": "src"
  257. }
  258. },
  259. "notification-url": "https://packagist.org/downloads/",
  260. "license": [
  261. "MIT"
  262. ],
  263. "authors": [
  264. {
  265. "name": "Frank de Jonge",
  266. "email": "info@frankdejonge.nl"
  267. }
  268. ],
  269. "description": "Mime-type detection for Flysystem",
  270. "support": {
  271. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  272. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
  273. },
  274. "funding": [
  275. {
  276. "url": "https://github.com/frankdejonge",
  277. "type": "github"
  278. },
  279. {
  280. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  281. "type": "tidelift"
  282. }
  283. ],
  284. "install-path": "../league/mime-type-detection"
  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. },
  301. "require": {
  302. "php": ">=5.3.0"
  303. },
  304. "time": "2016-08-06T20:24:11+00:00",
  305. "type": "library",
  306. "extra": {
  307. "branch-alias": {
  308. "dev-master": "1.0.x-dev"
  309. }
  310. },
  311. "installation-source": "dist",
  312. "autoload": {
  313. "psr-4": {
  314. "Psr\\Cache\\": "src/"
  315. }
  316. },
  317. "notification-url": "https://packagist.org/downloads/",
  318. "license": [
  319. "MIT"
  320. ],
  321. "authors": [
  322. {
  323. "name": "PHP-FIG",
  324. "homepage": "http://www.php-fig.org/"
  325. }
  326. ],
  327. "description": "Common interface for caching libraries",
  328. "keywords": [
  329. "cache",
  330. "psr",
  331. "psr-6"
  332. ],
  333. "support": {
  334. "source": "https://github.com/php-fig/cache/tree/master"
  335. },
  336. "install-path": "../psr/cache"
  337. },
  338. {
  339. "name": "psr/container",
  340. "version": "1.1.1",
  341. "version_normalized": "1.1.1.0",
  342. "source": {
  343. "type": "git",
  344. "url": "https://github.com/php-fig/container.git",
  345. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  346. },
  347. "dist": {
  348. "type": "zip",
  349. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  350. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  351. "shasum": ""
  352. },
  353. "require": {
  354. "php": ">=7.2.0"
  355. },
  356. "time": "2021-03-05T17:36:06+00:00",
  357. "type": "library",
  358. "installation-source": "dist",
  359. "autoload": {
  360. "psr-4": {
  361. "Psr\\Container\\": "src/"
  362. }
  363. },
  364. "notification-url": "https://packagist.org/downloads/",
  365. "license": [
  366. "MIT"
  367. ],
  368. "authors": [
  369. {
  370. "name": "PHP-FIG",
  371. "homepage": "https://www.php-fig.org/"
  372. }
  373. ],
  374. "description": "Common Container Interface (PHP FIG PSR-11)",
  375. "homepage": "https://github.com/php-fig/container",
  376. "keywords": [
  377. "PSR-11",
  378. "container",
  379. "container-interface",
  380. "container-interop",
  381. "psr"
  382. ],
  383. "support": {
  384. "issues": "https://github.com/php-fig/container/issues",
  385. "source": "https://github.com/php-fig/container/tree/1.1.1"
  386. },
  387. "install-path": "../psr/container"
  388. },
  389. {
  390. "name": "psr/log",
  391. "version": "1.1.4",
  392. "version_normalized": "1.1.4.0",
  393. "source": {
  394. "type": "git",
  395. "url": "https://github.com/php-fig/log.git",
  396. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  397. },
  398. "dist": {
  399. "type": "zip",
  400. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  401. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  402. "shasum": ""
  403. },
  404. "require": {
  405. "php": ">=5.3.0"
  406. },
  407. "time": "2021-05-03T11:20:27+00:00",
  408. "type": "library",
  409. "extra": {
  410. "branch-alias": {
  411. "dev-master": "1.1.x-dev"
  412. }
  413. },
  414. "installation-source": "dist",
  415. "autoload": {
  416. "psr-4": {
  417. "Psr\\Log\\": "Psr/Log/"
  418. }
  419. },
  420. "notification-url": "https://packagist.org/downloads/",
  421. "license": [
  422. "MIT"
  423. ],
  424. "authors": [
  425. {
  426. "name": "PHP-FIG",
  427. "homepage": "https://www.php-fig.org/"
  428. }
  429. ],
  430. "description": "Common interface for logging libraries",
  431. "homepage": "https://github.com/php-fig/log",
  432. "keywords": [
  433. "log",
  434. "psr",
  435. "psr-3"
  436. ],
  437. "support": {
  438. "source": "https://github.com/php-fig/log/tree/1.1.4"
  439. },
  440. "install-path": "../psr/log"
  441. },
  442. {
  443. "name": "psr/simple-cache",
  444. "version": "1.0.1",
  445. "version_normalized": "1.0.1.0",
  446. "source": {
  447. "type": "git",
  448. "url": "https://github.com/php-fig/simple-cache.git",
  449. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  450. },
  451. "dist": {
  452. "type": "zip",
  453. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  454. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  455. "shasum": ""
  456. },
  457. "require": {
  458. "php": ">=5.3.0"
  459. },
  460. "time": "2017-10-23T01:57:42+00:00",
  461. "type": "library",
  462. "extra": {
  463. "branch-alias": {
  464. "dev-master": "1.0.x-dev"
  465. }
  466. },
  467. "installation-source": "dist",
  468. "autoload": {
  469. "psr-4": {
  470. "Psr\\SimpleCache\\": "src/"
  471. }
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "license": [
  475. "MIT"
  476. ],
  477. "authors": [
  478. {
  479. "name": "PHP-FIG",
  480. "homepage": "http://www.php-fig.org/"
  481. }
  482. ],
  483. "description": "Common interfaces for simple caching",
  484. "keywords": [
  485. "cache",
  486. "caching",
  487. "psr",
  488. "psr-16",
  489. "simple-cache"
  490. ],
  491. "support": {
  492. "source": "https://github.com/php-fig/simple-cache/tree/master"
  493. },
  494. "install-path": "../psr/simple-cache"
  495. },
  496. {
  497. "name": "symfony/options-resolver",
  498. "version": "v3.4.47",
  499. "version_normalized": "3.4.47.0",
  500. "source": {
  501. "type": "git",
  502. "url": "https://github.com/symfony/options-resolver.git",
  503. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744"
  504. },
  505. "dist": {
  506. "type": "zip",
  507. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  508. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  509. "shasum": "",
  510. "mirrors": [
  511. {
  512. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  513. "preferred": true
  514. }
  515. ]
  516. },
  517. "require": {
  518. "php": "^5.5.9|>=7.0.8"
  519. },
  520. "time": "2020-10-24T10:57:07+00:00",
  521. "type": "library",
  522. "installation-source": "dist",
  523. "autoload": {
  524. "psr-4": {
  525. "Symfony\\Component\\OptionsResolver\\": ""
  526. },
  527. "exclude-from-classmap": [
  528. "/Tests/"
  529. ]
  530. },
  531. "notification-url": "https://packagist.org/downloads/",
  532. "license": [
  533. "MIT"
  534. ],
  535. "authors": [
  536. {
  537. "name": "Fabien Potencier",
  538. "email": "fabien@symfony.com"
  539. },
  540. {
  541. "name": "Symfony Community",
  542. "homepage": "https://symfony.com/contributors"
  543. }
  544. ],
  545. "description": "Symfony OptionsResolver Component",
  546. "homepage": "https://symfony.com",
  547. "keywords": [
  548. "config",
  549. "configuration",
  550. "options"
  551. ],
  552. "support": {
  553. "source": "https://github.com/symfony/options-resolver/tree/v3.4.47"
  554. },
  555. "funding": [
  556. {
  557. "url": "https://symfony.com/sponsor",
  558. "type": "custom"
  559. },
  560. {
  561. "url": "https://github.com/fabpot",
  562. "type": "github"
  563. },
  564. {
  565. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  566. "type": "tidelift"
  567. }
  568. ],
  569. "install-path": "../symfony/options-resolver"
  570. },
  571. {
  572. "name": "topthink/framework",
  573. "version": "v6.0.9",
  574. "version_normalized": "6.0.9.0",
  575. "source": {
  576. "type": "git",
  577. "url": "https://github.com/top-think/framework.git",
  578. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://api.github.com/repos/top-think/framework/zipball/0b5fb453f0e533de3af3a1ab6a202510b61be617",
  583. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617",
  584. "shasum": ""
  585. },
  586. "require": {
  587. "ext-json": "*",
  588. "ext-mbstring": "*",
  589. "league/flysystem": "^1.1.4",
  590. "league/flysystem-cached-adapter": "^1.0",
  591. "php": ">=7.2.5",
  592. "psr/container": "~1.0",
  593. "psr/log": "~1.0",
  594. "psr/simple-cache": "^1.0",
  595. "topthink/think-helper": "^3.1.1",
  596. "topthink/think-orm": "^2.0"
  597. },
  598. "require-dev": {
  599. "mikey179/vfsstream": "^1.6",
  600. "mockery/mockery": "^1.2",
  601. "phpunit/phpunit": "^7.0"
  602. },
  603. "time": "2021-07-22T03:24:49+00:00",
  604. "type": "library",
  605. "installation-source": "dist",
  606. "autoload": {
  607. "files": [],
  608. "psr-4": {
  609. "think\\": "src/think/"
  610. }
  611. },
  612. "notification-url": "https://packagist.org/downloads/",
  613. "license": [
  614. "Apache-2.0"
  615. ],
  616. "authors": [
  617. {
  618. "name": "liu21st",
  619. "email": "liu21st@gmail.com"
  620. },
  621. {
  622. "name": "yunwuxin",
  623. "email": "448901948@qq.com"
  624. }
  625. ],
  626. "description": "The ThinkPHP Framework.",
  627. "homepage": "http://thinkphp.cn/",
  628. "keywords": [
  629. "framework",
  630. "orm",
  631. "thinkphp"
  632. ],
  633. "support": {
  634. "issues": "https://github.com/top-think/framework/issues",
  635. "source": "https://github.com/top-think/framework/tree/v6.0.9"
  636. },
  637. "install-path": "../topthink/framework"
  638. },
  639. {
  640. "name": "topthink/think-helper",
  641. "version": "v3.1.5",
  642. "version_normalized": "3.1.5.0",
  643. "source": {
  644. "type": "git",
  645. "url": "https://github.com/top-think/think-helper.git",
  646. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905"
  647. },
  648. "dist": {
  649. "type": "zip",
  650. "url": "https://api.github.com/repos/top-think/think-helper/zipball/f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  651. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  652. "shasum": ""
  653. },
  654. "require": {
  655. "php": ">=7.1.0"
  656. },
  657. "time": "2021-06-21T06:17:31+00:00",
  658. "type": "library",
  659. "installation-source": "dist",
  660. "autoload": {
  661. "psr-4": {
  662. "think\\": "src"
  663. },
  664. "files": [
  665. "src/helper.php"
  666. ]
  667. },
  668. "notification-url": "https://packagist.org/downloads/",
  669. "license": [
  670. "Apache-2.0"
  671. ],
  672. "authors": [
  673. {
  674. "name": "yunwuxin",
  675. "email": "448901948@qq.com"
  676. }
  677. ],
  678. "description": "The ThinkPHP6 Helper Package",
  679. "support": {
  680. "issues": "https://github.com/top-think/think-helper/issues",
  681. "source": "https://github.com/top-think/think-helper/tree/v3.1.5"
  682. },
  683. "install-path": "../topthink/think-helper"
  684. },
  685. {
  686. "name": "topthink/think-orm",
  687. "version": "v2.0.44",
  688. "version_normalized": "2.0.44.0",
  689. "source": {
  690. "type": "git",
  691. "url": "https://github.com/top-think/think-orm.git",
  692. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409"
  693. },
  694. "dist": {
  695. "type": "zip",
  696. "url": "https://api.github.com/repos/top-think/think-orm/zipball/5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  697. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  698. "shasum": ""
  699. },
  700. "require": {
  701. "ext-json": "*",
  702. "ext-pdo": "*",
  703. "php": ">=7.1.0",
  704. "psr/log": "~1.0",
  705. "psr/simple-cache": "^1.0",
  706. "topthink/think-helper": "^3.1"
  707. },
  708. "require-dev": {
  709. "phpunit/phpunit": "^7|^8|^9.5"
  710. },
  711. "time": "2021-07-21T02:22:31+00:00",
  712. "type": "library",
  713. "installation-source": "dist",
  714. "autoload": {
  715. "psr-4": {
  716. "think\\": "src"
  717. },
  718. "files": [
  719. "stubs/load_stubs.php"
  720. ]
  721. },
  722. "notification-url": "https://packagist.org/downloads/",
  723. "license": [
  724. "Apache-2.0"
  725. ],
  726. "authors": [
  727. {
  728. "name": "liu21st",
  729. "email": "liu21st@gmail.com"
  730. }
  731. ],
  732. "description": "think orm",
  733. "keywords": [
  734. "database",
  735. "orm"
  736. ],
  737. "support": {
  738. "issues": "https://github.com/top-think/think-orm/issues",
  739. "source": "https://github.com/top-think/think-orm/tree/v2.0.44"
  740. },
  741. "install-path": "../topthink/think-orm"
  742. },
  743. {
  744. "name": "topthink/think-template",
  745. "version": "v2.0.8",
  746. "version_normalized": "2.0.8.0",
  747. "source": {
  748. "type": "git",
  749. "url": "https://github.com/top-think/think-template.git",
  750. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368"
  751. },
  752. "dist": {
  753. "type": "zip",
  754. "url": "https://api.github.com/repos/top-think/think-template/zipball/abfc293f74f9ef5127b5c416310a01fe42e59368",
  755. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368",
  756. "shasum": "",
  757. "mirrors": [
  758. {
  759. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  760. "preferred": true
  761. }
  762. ]
  763. },
  764. "require": {
  765. "php": ">=7.1.0",
  766. "psr/simple-cache": "^1.0"
  767. },
  768. "time": "2020-12-10T07:52:03+00:00",
  769. "type": "library",
  770. "installation-source": "dist",
  771. "autoload": {
  772. "psr-4": {
  773. "think\\": "src"
  774. }
  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": "the php template engine",
  787. "support": {
  788. "issues": "https://github.com/top-think/think-template/issues",
  789. "source": "https://github.com/top-think/think-template/tree/v2.0.8"
  790. },
  791. "install-path": "../topthink/think-template"
  792. },
  793. {
  794. "name": "topthink/think-view",
  795. "version": "v1.0.14",
  796. "version_normalized": "1.0.14.0",
  797. "source": {
  798. "type": "git",
  799. "url": "https://github.com/top-think/think-view.git",
  800. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  801. },
  802. "dist": {
  803. "type": "zip",
  804. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  805. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  806. "shasum": "",
  807. "mirrors": [
  808. {
  809. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  810. "preferred": true
  811. }
  812. ]
  813. },
  814. "require": {
  815. "php": ">=7.1.0",
  816. "topthink/think-template": "^2.0"
  817. },
  818. "time": "2019-11-06T11:40:13+00:00",
  819. "type": "library",
  820. "installation-source": "dist",
  821. "autoload": {
  822. "psr-4": {
  823. "think\\view\\driver\\": "src"
  824. }
  825. },
  826. "notification-url": "https://packagist.org/downloads/",
  827. "license": [
  828. "Apache-2.0"
  829. ],
  830. "authors": [
  831. {
  832. "name": "liu21st",
  833. "email": "liu21st@gmail.com"
  834. }
  835. ],
  836. "description": "thinkphp template driver",
  837. "support": {
  838. "issues": "https://github.com/top-think/think-view/issues",
  839. "source": "https://github.com/top-think/think-view/tree/v1.0.14"
  840. },
  841. "install-path": "../topthink/think-view"
  842. },
  843. {
  844. "name": "zoujingli/ip2region",
  845. "version": "v1.0.10",
  846. "version_normalized": "1.0.10.0",
  847. "source": {
  848. "type": "git",
  849. "url": "https://github.com/zoujingli/ip2region.git",
  850. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0"
  851. },
  852. "dist": {
  853. "type": "zip",
  854. "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  855. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  856. "shasum": "",
  857. "mirrors": [
  858. {
  859. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  860. "preferred": true
  861. }
  862. ]
  863. },
  864. "require": {
  865. "php": ">=5.3"
  866. },
  867. "time": "2021-03-23T10:29:05+00:00",
  868. "type": "library",
  869. "installation-source": "dist",
  870. "autoload": {
  871. "classmap": [
  872. "Ip2Region.php"
  873. ]
  874. },
  875. "notification-url": "https://packagist.org/downloads/",
  876. "license": [
  877. "Apache-2.0"
  878. ],
  879. "authors": [
  880. {
  881. "name": "Anyon",
  882. "email": "zoujingli@qq.com",
  883. "homepage": "http://ctolog.com"
  884. }
  885. ],
  886. "description": "Ip2Region for PHP",
  887. "homepage": "https://github.com/zoujingli/Ip2Region",
  888. "keywords": [
  889. "Ip2Region"
  890. ],
  891. "support": {
  892. "issues": "https://github.com/zoujingli/ip2region/issues",
  893. "source": "https://github.com/zoujingli/ip2region/tree/v1.0.10"
  894. },
  895. "install-path": "../zoujingli/ip2region"
  896. },
  897. {
  898. "name": "zoujingli/think-library",
  899. "version": "v6.0.x-dev",
  900. "version_normalized": "6.0.9999999.9999999-dev",
  901. "source": {
  902. "type": "git",
  903. "url": "https://github.com/zoujingli/ThinkLibrary.git",
  904. "reference": "00a0080e4b0e72bd94a2facd426eb0cc585c1b6d"
  905. },
  906. "dist": {
  907. "type": "zip",
  908. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/00a0080e4b0e72bd94a2facd426eb0cc585c1b6d",
  909. "reference": "00a0080e4b0e72bd94a2facd426eb0cc585c1b6d",
  910. "shasum": "",
  911. "mirrors": [
  912. {
  913. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  914. "preferred": true
  915. }
  916. ]
  917. },
  918. "require": {
  919. "ext-curl": "*",
  920. "ext-gd": "*",
  921. "ext-iconv": "*",
  922. "ext-json": "*",
  923. "ext-mbstring": "*",
  924. "topthink/framework": "^6.0"
  925. },
  926. "time": "2021-08-04T09:13:02+00:00",
  927. "default-branch": true,
  928. "type": "library",
  929. "extra": {
  930. "think": {
  931. "services": [
  932. "think\\admin\\Library"
  933. ]
  934. }
  935. },
  936. "installation-source": "source",
  937. "autoload": {
  938. "files": [
  939. "src/common.php"
  940. ],
  941. "psr-4": {
  942. "think\\admin\\": "src"
  943. }
  944. },
  945. "notification-url": "https://packagist.org/downloads/",
  946. "license": [
  947. "MIT"
  948. ],
  949. "authors": [
  950. {
  951. "name": "Anyon",
  952. "email": "zoujingli@qq.com"
  953. }
  954. ],
  955. "description": "ThinkPHP v6.0 Development Library",
  956. "homepage": "http://thinkadmin.top",
  957. "support": {
  958. "email": "zoujingli@qq.com",
  959. "forum": "https://thinkadmin.top",
  960. "issues": "https://gitee.com/zoujingli/ThinkLibrary/issues",
  961. "source": "https://gitee.com/zoujingli/ThinkLibrary",
  962. "wiki": "https://thinkadmin.top"
  963. },
  964. "install-path": "../zoujingli/think-library"
  965. },
  966. {
  967. "name": "zoujingli/wechat-developer",
  968. "version": "v1.2.31",
  969. "version_normalized": "1.2.31.0",
  970. "source": {
  971. "type": "git",
  972. "url": "https://github.com/zoujingli/WeChatDeveloper.git",
  973. "reference": "0cf699c725f69d66657a50e60d22f71c9e5a5e16"
  974. },
  975. "dist": {
  976. "type": "zip",
  977. "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/0cf699c725f69d66657a50e60d22f71c9e5a5e16",
  978. "reference": "0cf699c725f69d66657a50e60d22f71c9e5a5e16",
  979. "shasum": "",
  980. "mirrors": [
  981. {
  982. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  983. "preferred": true
  984. }
  985. ]
  986. },
  987. "require": {
  988. "ext-bcmath": "*",
  989. "ext-curl": "*",
  990. "ext-json": "*",
  991. "ext-libxml": "*",
  992. "ext-mbstring": "*",
  993. "ext-openssl": "*",
  994. "ext-simplexml": "*",
  995. "ext-xml": "*",
  996. "php": ">=5.4"
  997. },
  998. "time": "2021-05-19T06:25:20+00:00",
  999. "type": "library",
  1000. "installation-source": "dist",
  1001. "autoload": {
  1002. "classmap": [
  1003. "We.php"
  1004. ],
  1005. "psr-4": {
  1006. "WePay\\": "WePay",
  1007. "WeChat\\": "WeChat",
  1008. "WeMini\\": "WeMini",
  1009. "AliPay\\": "AliPay",
  1010. "WePayV3\\": "WePayV3"
  1011. }
  1012. },
  1013. "notification-url": "https://packagist.org/downloads/",
  1014. "license": [
  1015. "MIT"
  1016. ],
  1017. "authors": [
  1018. {
  1019. "name": "Anyon",
  1020. "email": "zoujingli@qq.com",
  1021. "homepage": "https://thinkadmin.top"
  1022. }
  1023. ],
  1024. "description": "WeChat platform and WeChat payment development tools",
  1025. "homepage": "https://github.com/kentwangit/WeChatDeveloper",
  1026. "keywords": [
  1027. "WeChatDeveloper",
  1028. "WeMini",
  1029. "alipay",
  1030. "wechat",
  1031. "wechatpay",
  1032. "wepay"
  1033. ],
  1034. "support": {
  1035. "issues": "https://github.com/zoujingli/WeChatDeveloper/issues",
  1036. "source": "https://github.com/zoujingli/WeChatDeveloper/tree/v1.2.31"
  1037. },
  1038. "install-path": "../zoujingli/wechat-developer"
  1039. }
  1040. ],
  1041. "dev": true,
  1042. "dev-package-names": []
  1043. }