installed.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991
  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. "install-path": "../endroid/qr-code"
  71. },
  72. {
  73. "name": "league/flysystem",
  74. "version": "1.0.70",
  75. "version_normalized": "1.0.70.0",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/thephpleague/flysystem.git",
  79. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
  84. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
  85. "shasum": "",
  86. "mirrors": [
  87. {
  88. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  89. "preferred": true
  90. }
  91. ]
  92. },
  93. "require": {
  94. "ext-fileinfo": "*",
  95. "php": ">=5.5.9"
  96. },
  97. "conflict": {
  98. "league/flysystem-sftp": "<1.0.6"
  99. },
  100. "require-dev": {
  101. "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  102. "phpunit/phpunit": "^5.7.26"
  103. },
  104. "suggest": {
  105. "ext-fileinfo": "Required for MimeType",
  106. "ext-ftp": "Allows you to use FTP server storage",
  107. "ext-openssl": "Allows you to use FTPS server storage",
  108. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  109. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  110. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  111. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  112. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  113. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  114. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  115. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  116. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  117. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  118. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  119. },
  120. "time": "2020-07-26T07:20:36+00:00",
  121. "type": "library",
  122. "extra": {
  123. "branch-alias": {
  124. "dev-master": "1.1-dev"
  125. }
  126. },
  127. "installation-source": "dist",
  128. "autoload": {
  129. "psr-4": {
  130. "League\\Flysystem\\": "src/"
  131. }
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "MIT"
  136. ],
  137. "authors": [
  138. {
  139. "name": "Frank de Jonge",
  140. "email": "info@frenky.net"
  141. }
  142. ],
  143. "description": "Filesystem abstraction: Many filesystems, one API.",
  144. "keywords": [
  145. "Cloud Files",
  146. "WebDAV",
  147. "abstraction",
  148. "aws",
  149. "cloud",
  150. "copy.com",
  151. "dropbox",
  152. "file systems",
  153. "files",
  154. "filesystem",
  155. "filesystems",
  156. "ftp",
  157. "rackspace",
  158. "remote",
  159. "s3",
  160. "sftp",
  161. "storage"
  162. ],
  163. "funding": [
  164. {
  165. "url": "https://offset.earth/frankdejonge",
  166. "type": "other"
  167. }
  168. ],
  169. "install-path": "../league/flysystem"
  170. },
  171. {
  172. "name": "league/flysystem-cached-adapter",
  173. "version": "1.1.0",
  174. "version_normalized": "1.1.0.0",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  178. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  183. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  184. "shasum": "",
  185. "mirrors": [
  186. {
  187. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  188. "preferred": true
  189. }
  190. ]
  191. },
  192. "require": {
  193. "league/flysystem": "~1.0",
  194. "psr/cache": "^1.0.0"
  195. },
  196. "require-dev": {
  197. "mockery/mockery": "~0.9",
  198. "phpspec/phpspec": "^3.4",
  199. "phpunit/phpunit": "^5.7",
  200. "predis/predis": "~1.0",
  201. "tedivm/stash": "~0.12"
  202. },
  203. "suggest": {
  204. "ext-phpredis": "Pure C implemented extension for PHP"
  205. },
  206. "time": "2020-07-25T15:56:04+00:00",
  207. "type": "library",
  208. "installation-source": "dist",
  209. "autoload": {
  210. "psr-4": {
  211. "League\\Flysystem\\Cached\\": "src/"
  212. }
  213. },
  214. "notification-url": "https://packagist.org/downloads/",
  215. "license": [
  216. "MIT"
  217. ],
  218. "authors": [
  219. {
  220. "name": "frankdejonge",
  221. "email": "info@frenky.net"
  222. }
  223. ],
  224. "description": "An adapter decorator to enable meta-data caching.",
  225. "install-path": "../league/flysystem-cached-adapter"
  226. },
  227. {
  228. "name": "psr/cache",
  229. "version": "1.0.1",
  230. "version_normalized": "1.0.1.0",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/php-fig/cache.git",
  234. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  239. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  240. "shasum": "",
  241. "mirrors": [
  242. {
  243. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  244. "preferred": true
  245. }
  246. ]
  247. },
  248. "require": {
  249. "php": ">=5.3.0"
  250. },
  251. "time": "2016-08-06T20:24:11+00:00",
  252. "type": "library",
  253. "extra": {
  254. "branch-alias": {
  255. "dev-master": "1.0.x-dev"
  256. }
  257. },
  258. "installation-source": "dist",
  259. "autoload": {
  260. "psr-4": {
  261. "Psr\\Cache\\": "src/"
  262. }
  263. },
  264. "notification-url": "https://packagist.org/downloads/",
  265. "license": [
  266. "MIT"
  267. ],
  268. "authors": [
  269. {
  270. "name": "PHP-FIG",
  271. "homepage": "http://www.php-fig.org/"
  272. }
  273. ],
  274. "description": "Common interface for caching libraries",
  275. "keywords": [
  276. "cache",
  277. "psr",
  278. "psr-6"
  279. ],
  280. "install-path": "../psr/cache"
  281. },
  282. {
  283. "name": "psr/container",
  284. "version": "1.0.0",
  285. "version_normalized": "1.0.0.0",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/php-fig/container.git",
  289. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  294. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  295. "shasum": "",
  296. "mirrors": [
  297. {
  298. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  299. "preferred": true
  300. }
  301. ]
  302. },
  303. "require": {
  304. "php": ">=5.3.0"
  305. },
  306. "time": "2017-02-14T16:28:37+00:00",
  307. "type": "library",
  308. "extra": {
  309. "branch-alias": {
  310. "dev-master": "1.0.x-dev"
  311. }
  312. },
  313. "installation-source": "dist",
  314. "autoload": {
  315. "psr-4": {
  316. "Psr\\Container\\": "src/"
  317. }
  318. },
  319. "notification-url": "https://packagist.org/downloads/",
  320. "license": [
  321. "MIT"
  322. ],
  323. "authors": [
  324. {
  325. "name": "PHP-FIG",
  326. "homepage": "http://www.php-fig.org/"
  327. }
  328. ],
  329. "description": "Common Container Interface (PHP FIG PSR-11)",
  330. "homepage": "https://github.com/php-fig/container",
  331. "keywords": [
  332. "PSR-11",
  333. "container",
  334. "container-interface",
  335. "container-interop",
  336. "psr"
  337. ],
  338. "install-path": "../psr/container"
  339. },
  340. {
  341. "name": "psr/log",
  342. "version": "1.1.4",
  343. "version_normalized": "1.1.4.0",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/php-fig/log.git",
  347. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  352. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  353. "shasum": "",
  354. "mirrors": [
  355. {
  356. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  357. "preferred": true
  358. }
  359. ]
  360. },
  361. "require": {
  362. "php": ">=5.3.0"
  363. },
  364. "time": "2021-05-03T11:20:27+00:00",
  365. "type": "library",
  366. "extra": {
  367. "branch-alias": {
  368. "dev-master": "1.1.x-dev"
  369. }
  370. },
  371. "installation-source": "dist",
  372. "autoload": {
  373. "psr-4": {
  374. "Psr\\Log\\": "Psr/Log/"
  375. }
  376. },
  377. "notification-url": "https://packagist.org/downloads/",
  378. "license": [
  379. "MIT"
  380. ],
  381. "authors": [
  382. {
  383. "name": "PHP-FIG",
  384. "homepage": "https://www.php-fig.org/"
  385. }
  386. ],
  387. "description": "Common interface for logging libraries",
  388. "homepage": "https://github.com/php-fig/log",
  389. "keywords": [
  390. "log",
  391. "psr",
  392. "psr-3"
  393. ],
  394. "install-path": "../psr/log"
  395. },
  396. {
  397. "name": "psr/simple-cache",
  398. "version": "1.0.1",
  399. "version_normalized": "1.0.1.0",
  400. "source": {
  401. "type": "git",
  402. "url": "https://github.com/php-fig/simple-cache.git",
  403. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  404. },
  405. "dist": {
  406. "type": "zip",
  407. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  408. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  409. "shasum": "",
  410. "mirrors": [
  411. {
  412. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  413. "preferred": true
  414. }
  415. ]
  416. },
  417. "require": {
  418. "php": ">=5.3.0"
  419. },
  420. "time": "2017-10-23T01:57:42+00:00",
  421. "type": "library",
  422. "extra": {
  423. "branch-alias": {
  424. "dev-master": "1.0.x-dev"
  425. }
  426. },
  427. "installation-source": "dist",
  428. "autoload": {
  429. "psr-4": {
  430. "Psr\\SimpleCache\\": "src/"
  431. }
  432. },
  433. "notification-url": "https://packagist.org/downloads/",
  434. "license": [
  435. "MIT"
  436. ],
  437. "authors": [
  438. {
  439. "name": "PHP-FIG",
  440. "homepage": "http://www.php-fig.org/"
  441. }
  442. ],
  443. "description": "Common interfaces for simple caching",
  444. "keywords": [
  445. "cache",
  446. "caching",
  447. "psr",
  448. "psr-16",
  449. "simple-cache"
  450. ],
  451. "install-path": "../psr/simple-cache"
  452. },
  453. {
  454. "name": "symfony/options-resolver",
  455. "version": "v3.4.47",
  456. "version_normalized": "3.4.47.0",
  457. "source": {
  458. "type": "git",
  459. "url": "https://github.com/symfony/options-resolver.git",
  460. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744"
  461. },
  462. "dist": {
  463. "type": "zip",
  464. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  465. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  466. "shasum": "",
  467. "mirrors": [
  468. {
  469. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  470. "preferred": true
  471. }
  472. ]
  473. },
  474. "require": {
  475. "php": "^5.5.9|>=7.0.8"
  476. },
  477. "time": "2020-10-24T10:57:07+00:00",
  478. "type": "library",
  479. "installation-source": "dist",
  480. "autoload": {
  481. "psr-4": {
  482. "Symfony\\Component\\OptionsResolver\\": ""
  483. },
  484. "exclude-from-classmap": [
  485. "/Tests/"
  486. ]
  487. },
  488. "notification-url": "https://packagist.org/downloads/",
  489. "license": [
  490. "MIT"
  491. ],
  492. "authors": [
  493. {
  494. "name": "Fabien Potencier",
  495. "email": "fabien@symfony.com"
  496. },
  497. {
  498. "name": "Symfony Community",
  499. "homepage": "https://symfony.com/contributors"
  500. }
  501. ],
  502. "description": "Symfony OptionsResolver Component",
  503. "homepage": "https://symfony.com",
  504. "keywords": [
  505. "config",
  506. "configuration",
  507. "options"
  508. ],
  509. "funding": [
  510. {
  511. "url": "https://symfony.com/sponsor",
  512. "type": "custom"
  513. },
  514. {
  515. "url": "https://github.com/fabpot",
  516. "type": "github"
  517. },
  518. {
  519. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  520. "type": "tidelift"
  521. }
  522. ],
  523. "install-path": "../symfony/options-resolver"
  524. },
  525. {
  526. "name": "topthink/framework",
  527. "version": "v6.0.8",
  528. "version_normalized": "6.0.8.0",
  529. "source": {
  530. "type": "git",
  531. "url": "https://github.com/top-think/framework.git",
  532. "reference": "4789343672aef06d571d556da369c0e156609bce"
  533. },
  534. "dist": {
  535. "type": "zip",
  536. "url": "https://api.github.com/repos/top-think/framework/zipball/4789343672aef06d571d556da369c0e156609bce",
  537. "reference": "4789343672aef06d571d556da369c0e156609bce",
  538. "shasum": "",
  539. "mirrors": [
  540. {
  541. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  542. "preferred": true
  543. }
  544. ]
  545. },
  546. "require": {
  547. "ext-json": "*",
  548. "ext-mbstring": "*",
  549. "league/flysystem": "^1.0",
  550. "league/flysystem-cached-adapter": "^1.0",
  551. "php": ">=7.1.0",
  552. "psr/container": "~1.0",
  553. "psr/log": "~1.0",
  554. "psr/simple-cache": "^1.0",
  555. "topthink/think-helper": "^3.1.1",
  556. "topthink/think-orm": "^2.0"
  557. },
  558. "require-dev": {
  559. "mikey179/vfsstream": "^1.6",
  560. "mockery/mockery": "^1.2",
  561. "phpunit/phpunit": "^7.0"
  562. },
  563. "time": "2021-04-27T00:41:08+00:00",
  564. "type": "library",
  565. "installation-source": "dist",
  566. "autoload": {
  567. "files": [],
  568. "psr-4": {
  569. "think\\": "src/think/"
  570. }
  571. },
  572. "notification-url": "https://packagist.org/downloads/",
  573. "license": [
  574. "Apache-2.0"
  575. ],
  576. "authors": [
  577. {
  578. "name": "liu21st",
  579. "email": "liu21st@gmail.com"
  580. },
  581. {
  582. "name": "yunwuxin",
  583. "email": "448901948@qq.com"
  584. }
  585. ],
  586. "description": "The ThinkPHP Framework.",
  587. "homepage": "http://thinkphp.cn/",
  588. "keywords": [
  589. "framework",
  590. "orm",
  591. "thinkphp"
  592. ],
  593. "install-path": "../topthink/framework"
  594. },
  595. {
  596. "name": "topthink/think-helper",
  597. "version": "v3.1.5",
  598. "version_normalized": "3.1.5.0",
  599. "source": {
  600. "type": "git",
  601. "url": "https://github.com/top-think/think-helper.git",
  602. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905"
  603. },
  604. "dist": {
  605. "type": "zip",
  606. "url": "https://api.github.com/repos/top-think/think-helper/zipball/f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  607. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  608. "shasum": "",
  609. "mirrors": [
  610. {
  611. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  612. "preferred": true
  613. }
  614. ]
  615. },
  616. "require": {
  617. "php": ">=7.1.0"
  618. },
  619. "time": "2021-06-21T06:17:31+00:00",
  620. "type": "library",
  621. "installation-source": "dist",
  622. "autoload": {
  623. "psr-4": {
  624. "think\\": "src"
  625. },
  626. "files": [
  627. "src/helper.php"
  628. ]
  629. },
  630. "notification-url": "https://packagist.org/downloads/",
  631. "license": [
  632. "Apache-2.0"
  633. ],
  634. "authors": [
  635. {
  636. "name": "yunwuxin",
  637. "email": "448901948@qq.com"
  638. }
  639. ],
  640. "description": "The ThinkPHP6 Helper Package",
  641. "support": {
  642. "issues": "https://github.com/top-think/think-helper/issues",
  643. "source": "https://github.com/top-think/think-helper/tree/v3.1.5"
  644. },
  645. "install-path": "../topthink/think-helper"
  646. },
  647. {
  648. "name": "topthink/think-orm",
  649. "version": "v2.0.40",
  650. "version_normalized": "2.0.40.0",
  651. "source": {
  652. "type": "git",
  653. "url": "https://github.com/top-think/think-orm.git",
  654. "reference": "1119d979b850849f3725856460cf108eec1c3eb8"
  655. },
  656. "dist": {
  657. "type": "zip",
  658. "url": "https://api.github.com/repos/top-think/think-orm/zipball/1119d979b850849f3725856460cf108eec1c3eb8",
  659. "reference": "1119d979b850849f3725856460cf108eec1c3eb8",
  660. "shasum": "",
  661. "mirrors": [
  662. {
  663. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  664. "preferred": true
  665. }
  666. ]
  667. },
  668. "require": {
  669. "ext-json": "*",
  670. "ext-pdo": "*",
  671. "php": ">=7.1.0",
  672. "psr/log": "~1.0",
  673. "psr/simple-cache": "^1.0",
  674. "topthink/think-helper": "^3.1"
  675. },
  676. "require-dev": {
  677. "phpunit/phpunit": "^7|^8|^9.5"
  678. },
  679. "time": "2021-04-19T13:29:37+00:00",
  680. "type": "library",
  681. "installation-source": "dist",
  682. "autoload": {
  683. "psr-4": {
  684. "think\\": "src"
  685. },
  686. "files": [
  687. "stubs/load_stubs.php"
  688. ]
  689. },
  690. "notification-url": "https://packagist.org/downloads/",
  691. "license": [
  692. "Apache-2.0"
  693. ],
  694. "authors": [
  695. {
  696. "name": "liu21st",
  697. "email": "liu21st@gmail.com"
  698. }
  699. ],
  700. "description": "think orm",
  701. "keywords": [
  702. "database",
  703. "orm"
  704. ],
  705. "install-path": "../topthink/think-orm"
  706. },
  707. {
  708. "name": "topthink/think-template",
  709. "version": "v2.0.8",
  710. "version_normalized": "2.0.8.0",
  711. "source": {
  712. "type": "git",
  713. "url": "https://github.com/top-think/think-template.git",
  714. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368"
  715. },
  716. "dist": {
  717. "type": "zip",
  718. "url": "https://api.github.com/repos/top-think/think-template/zipball/abfc293f74f9ef5127b5c416310a01fe42e59368",
  719. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368",
  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. "psr/simple-cache": "^1.0"
  731. },
  732. "time": "2020-12-10T07:52:03+00:00",
  733. "type": "library",
  734. "installation-source": "dist",
  735. "autoload": {
  736. "psr-4": {
  737. "think\\": "src"
  738. }
  739. },
  740. "notification-url": "https://packagist.org/downloads/",
  741. "license": [
  742. "Apache-2.0"
  743. ],
  744. "authors": [
  745. {
  746. "name": "liu21st",
  747. "email": "liu21st@gmail.com"
  748. }
  749. ],
  750. "description": "the php template engine",
  751. "install-path": "../topthink/think-template"
  752. },
  753. {
  754. "name": "topthink/think-view",
  755. "version": "v1.0.14",
  756. "version_normalized": "1.0.14.0",
  757. "source": {
  758. "type": "git",
  759. "url": "https://github.com/top-think/think-view.git",
  760. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  761. },
  762. "dist": {
  763. "type": "zip",
  764. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  765. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  766. "shasum": "",
  767. "mirrors": [
  768. {
  769. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  770. "preferred": true
  771. }
  772. ]
  773. },
  774. "require": {
  775. "php": ">=7.1.0",
  776. "topthink/think-template": "^2.0"
  777. },
  778. "time": "2019-11-06T11:40:13+00:00",
  779. "type": "library",
  780. "installation-source": "dist",
  781. "autoload": {
  782. "psr-4": {
  783. "think\\view\\driver\\": "src"
  784. }
  785. },
  786. "notification-url": "https://packagist.org/downloads/",
  787. "license": [
  788. "Apache-2.0"
  789. ],
  790. "authors": [
  791. {
  792. "name": "liu21st",
  793. "email": "liu21st@gmail.com"
  794. }
  795. ],
  796. "description": "thinkphp template driver",
  797. "install-path": "../topthink/think-view"
  798. },
  799. {
  800. "name": "zoujingli/ip2region",
  801. "version": "v1.0.10",
  802. "version_normalized": "1.0.10.0",
  803. "source": {
  804. "type": "git",
  805. "url": "https://github.com/zoujingli/ip2region.git",
  806. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0"
  807. },
  808. "dist": {
  809. "type": "zip",
  810. "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  811. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  812. "shasum": "",
  813. "mirrors": [
  814. {
  815. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  816. "preferred": true
  817. }
  818. ]
  819. },
  820. "require": {
  821. "php": ">=5.3"
  822. },
  823. "time": "2021-03-23T10:29:05+00:00",
  824. "type": "library",
  825. "installation-source": "dist",
  826. "autoload": {
  827. "classmap": [
  828. "Ip2Region.php"
  829. ]
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "Apache-2.0"
  834. ],
  835. "authors": [
  836. {
  837. "name": "Anyon",
  838. "email": "zoujingli@qq.com",
  839. "homepage": "http://ctolog.com"
  840. }
  841. ],
  842. "description": "Ip2Region for PHP",
  843. "homepage": "https://github.com/zoujingli/Ip2Region",
  844. "keywords": [
  845. "Ip2Region"
  846. ],
  847. "install-path": "../zoujingli/ip2region"
  848. },
  849. {
  850. "name": "zoujingli/think-library",
  851. "version": "v6.0.x-dev",
  852. "version_normalized": "6.0.9999999.9999999-dev",
  853. "source": {
  854. "type": "git",
  855. "url": "https://github.com/zoujingli/ThinkLibrary.git",
  856. "reference": "b77d3be5faf647d05827c831a069509175126d13"
  857. },
  858. "dist": {
  859. "type": "zip",
  860. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b77d3be5faf647d05827c831a069509175126d13",
  861. "reference": "b77d3be5faf647d05827c831a069509175126d13",
  862. "shasum": "",
  863. "mirrors": [
  864. {
  865. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  866. "preferred": true
  867. }
  868. ]
  869. },
  870. "require": {
  871. "ext-curl": "*",
  872. "ext-gd": "*",
  873. "ext-iconv": "*",
  874. "ext-json": "*",
  875. "ext-mbstring": "*",
  876. "topthink/framework": "^6.0"
  877. },
  878. "time": "2021-06-25T04:07:35+00:00",
  879. "default-branch": true,
  880. "type": "library",
  881. "extra": {
  882. "think": {
  883. "services": [
  884. "think\\admin\\Library"
  885. ]
  886. }
  887. },
  888. "installation-source": "dist",
  889. "autoload": {
  890. "files": [
  891. "src/common.php"
  892. ],
  893. "psr-4": {
  894. "think\\admin\\": "src"
  895. }
  896. },
  897. "notification-url": "https://packagist.org/downloads/",
  898. "license": [
  899. "MIT"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Anyon",
  904. "email": "zoujingli@qq.com"
  905. }
  906. ],
  907. "description": "ThinkPHP v6.0 Development Library",
  908. "homepage": "http://thinkadmin.top",
  909. "support": {
  910. "email": "zoujingli@qq.com",
  911. "forum": "https://thinkadmin.top",
  912. "issues": "https://gitee.com/zoujingli/ThinkLibrary/issues",
  913. "source": "https://gitee.com/zoujingli/ThinkLibrary",
  914. "wiki": "https://thinkadmin.top"
  915. },
  916. "install-path": "../zoujingli/think-library"
  917. },
  918. {
  919. "name": "zoujingli/wechat-developer",
  920. "version": "v1.2.31",
  921. "version_normalized": "1.2.31.0",
  922. "source": {
  923. "type": "git",
  924. "url": "https://github.com/zoujingli/WeChatDeveloper.git",
  925. "reference": "0cf699c725f69d66657a50e60d22f71c9e5a5e16"
  926. },
  927. "dist": {
  928. "type": "zip",
  929. "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/0cf699c725f69d66657a50e60d22f71c9e5a5e16",
  930. "reference": "0cf699c725f69d66657a50e60d22f71c9e5a5e16",
  931. "shasum": "",
  932. "mirrors": [
  933. {
  934. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  935. "preferred": true
  936. }
  937. ]
  938. },
  939. "require": {
  940. "ext-bcmath": "*",
  941. "ext-curl": "*",
  942. "ext-json": "*",
  943. "ext-libxml": "*",
  944. "ext-mbstring": "*",
  945. "ext-openssl": "*",
  946. "ext-simplexml": "*",
  947. "ext-xml": "*",
  948. "php": ">=5.4"
  949. },
  950. "time": "2021-05-19T06:25:20+00:00",
  951. "type": "library",
  952. "installation-source": "dist",
  953. "autoload": {
  954. "classmap": [
  955. "We.php"
  956. ],
  957. "psr-4": {
  958. "WePay\\": "WePay",
  959. "WeChat\\": "WeChat",
  960. "WeMini\\": "WeMini",
  961. "AliPay\\": "AliPay",
  962. "WePayV3\\": "WePayV3"
  963. }
  964. },
  965. "notification-url": "https://packagist.org/downloads/",
  966. "license": [
  967. "MIT"
  968. ],
  969. "authors": [
  970. {
  971. "name": "Anyon",
  972. "email": "zoujingli@qq.com",
  973. "homepage": "https://thinkadmin.top"
  974. }
  975. ],
  976. "description": "WeChat platform and WeChat payment development tools",
  977. "homepage": "https://github.com/kentwangit/WeChatDeveloper",
  978. "keywords": [
  979. "WeChatDeveloper",
  980. "WeMini",
  981. "alipay",
  982. "wechat",
  983. "wechatpay",
  984. "wepay"
  985. ],
  986. "install-path": "../zoujingli/wechat-developer"
  987. }
  988. ],
  989. "dev": false,
  990. "dev-package-names": []
  991. }