composer.lock 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "affc3981d836904853fd39f8869911e0",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.1.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  20. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-fileinfo": "*",
  31. "league/mime-type-detection": "^1.3",
  32. "php": "^7.2.5 || ^8.0"
  33. },
  34. "conflict": {
  35. "league/flysystem-sftp": "<1.0.6"
  36. },
  37. "require-dev": {
  38. "phpspec/prophecy": "^1.11.1",
  39. "phpunit/phpunit": "^8.5.8"
  40. },
  41. "suggest": {
  42. "ext-ftp": "Allows you to use FTP server storage",
  43. "ext-openssl": "Allows you to use FTPS server storage",
  44. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  45. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  46. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  47. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  48. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  49. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  50. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  51. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  52. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  53. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  54. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  55. },
  56. "type": "library",
  57. "extra": {
  58. "branch-alias": {
  59. "dev-master": "1.1-dev"
  60. }
  61. },
  62. "autoload": {
  63. "psr-4": {
  64. "League\\Flysystem\\": "src/"
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "Frank de Jonge",
  74. "email": "info@frenky.net"
  75. }
  76. ],
  77. "description": "Filesystem abstraction: Many filesystems, one API.",
  78. "keywords": [
  79. "Cloud Files",
  80. "WebDAV",
  81. "abstraction",
  82. "aws",
  83. "cloud",
  84. "copy.com",
  85. "dropbox",
  86. "file systems",
  87. "files",
  88. "filesystem",
  89. "filesystems",
  90. "ftp",
  91. "rackspace",
  92. "remote",
  93. "s3",
  94. "sftp",
  95. "storage"
  96. ],
  97. "support": {
  98. "issues": "https://github.com/thephpleague/flysystem/issues",
  99. "source": "https://github.com/thephpleague/flysystem/tree/1.1.4"
  100. },
  101. "funding": [
  102. {
  103. "url": "https://offset.earth/frankdejonge",
  104. "type": "other"
  105. }
  106. ],
  107. "time": "2021-06-23T21:56:05+00:00"
  108. },
  109. {
  110. "name": "league/flysystem-cached-adapter",
  111. "version": "1.1.0",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  115. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  120. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  121. "shasum": "",
  122. "mirrors": [
  123. {
  124. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  125. "preferred": true
  126. }
  127. ]
  128. },
  129. "require": {
  130. "league/flysystem": "~1.0",
  131. "psr/cache": "^1.0.0"
  132. },
  133. "require-dev": {
  134. "mockery/mockery": "~0.9",
  135. "phpspec/phpspec": "^3.4",
  136. "phpunit/phpunit": "^5.7",
  137. "predis/predis": "~1.0",
  138. "tedivm/stash": "~0.12"
  139. },
  140. "suggest": {
  141. "ext-phpredis": "Pure C implemented extension for PHP"
  142. },
  143. "type": "library",
  144. "autoload": {
  145. "psr-4": {
  146. "League\\Flysystem\\Cached\\": "src/"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "frankdejonge",
  156. "email": "info@frenky.net"
  157. }
  158. ],
  159. "description": "An adapter decorator to enable meta-data caching.",
  160. "support": {
  161. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  162. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  163. },
  164. "time": "2020-07-25T15:56:04+00:00"
  165. },
  166. {
  167. "name": "league/mime-type-detection",
  168. "version": "1.7.0",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/thephpleague/mime-type-detection.git",
  172. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  177. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  178. "shasum": "",
  179. "mirrors": [
  180. {
  181. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  182. "preferred": true
  183. }
  184. ]
  185. },
  186. "require": {
  187. "ext-fileinfo": "*",
  188. "php": "^7.2 || ^8.0"
  189. },
  190. "require-dev": {
  191. "friendsofphp/php-cs-fixer": "^2.18",
  192. "phpstan/phpstan": "^0.12.68",
  193. "phpunit/phpunit": "^8.5.8 || ^9.3"
  194. },
  195. "type": "library",
  196. "autoload": {
  197. "psr-4": {
  198. "League\\MimeTypeDetection\\": "src"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "MIT"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Frank de Jonge",
  208. "email": "info@frankdejonge.nl"
  209. }
  210. ],
  211. "description": "Mime-type detection for Flysystem",
  212. "support": {
  213. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  214. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
  215. },
  216. "funding": [
  217. {
  218. "url": "https://github.com/frankdejonge",
  219. "type": "github"
  220. },
  221. {
  222. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  223. "type": "tidelift"
  224. }
  225. ],
  226. "time": "2021-01-18T20:58:21+00:00"
  227. },
  228. {
  229. "name": "psr/cache",
  230. "version": "1.0.1",
  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. "type": "library",
  252. "extra": {
  253. "branch-alias": {
  254. "dev-master": "1.0.x-dev"
  255. }
  256. },
  257. "autoload": {
  258. "psr-4": {
  259. "Psr\\Cache\\": "src/"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "PHP-FIG",
  269. "homepage": "http://www.php-fig.org/"
  270. }
  271. ],
  272. "description": "Common interface for caching libraries",
  273. "keywords": [
  274. "cache",
  275. "psr",
  276. "psr-6"
  277. ],
  278. "support": {
  279. "source": "https://github.com/php-fig/cache/tree/master"
  280. },
  281. "time": "2016-08-06T20:24:11+00:00"
  282. },
  283. {
  284. "name": "psr/container",
  285. "version": "1.1.1",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/php-fig/container.git",
  289. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  294. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  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": ">=7.2.0"
  305. },
  306. "type": "library",
  307. "autoload": {
  308. "psr-4": {
  309. "Psr\\Container\\": "src/"
  310. }
  311. },
  312. "notification-url": "https://packagist.org/downloads/",
  313. "license": [
  314. "MIT"
  315. ],
  316. "authors": [
  317. {
  318. "name": "PHP-FIG",
  319. "homepage": "https://www.php-fig.org/"
  320. }
  321. ],
  322. "description": "Common Container Interface (PHP FIG PSR-11)",
  323. "homepage": "https://github.com/php-fig/container",
  324. "keywords": [
  325. "PSR-11",
  326. "container",
  327. "container-interface",
  328. "container-interop",
  329. "psr"
  330. ],
  331. "support": {
  332. "issues": "https://github.com/php-fig/container/issues",
  333. "source": "https://github.com/php-fig/container/tree/1.1.1"
  334. },
  335. "time": "2021-03-05T17:36:06+00:00"
  336. },
  337. {
  338. "name": "psr/log",
  339. "version": "1.1.4",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-fig/log.git",
  343. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  348. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  349. "shasum": "",
  350. "mirrors": [
  351. {
  352. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  353. "preferred": true
  354. }
  355. ]
  356. },
  357. "require": {
  358. "php": ">=5.3.0"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "1.1.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Psr\\Log\\": "Psr/Log/"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "PHP-FIG",
  378. "homepage": "https://www.php-fig.org/"
  379. }
  380. ],
  381. "description": "Common interface for logging libraries",
  382. "homepage": "https://github.com/php-fig/log",
  383. "keywords": [
  384. "log",
  385. "psr",
  386. "psr-3"
  387. ],
  388. "support": {
  389. "source": "https://github.com/php-fig/log/tree/1.1.4"
  390. },
  391. "time": "2021-05-03T11:20:27+00:00"
  392. },
  393. {
  394. "name": "psr/simple-cache",
  395. "version": "1.0.1",
  396. "source": {
  397. "type": "git",
  398. "url": "https://github.com/php-fig/simple-cache.git",
  399. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  400. },
  401. "dist": {
  402. "type": "zip",
  403. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  404. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  405. "shasum": "",
  406. "mirrors": [
  407. {
  408. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  409. "preferred": true
  410. }
  411. ]
  412. },
  413. "require": {
  414. "php": ">=5.3.0"
  415. },
  416. "type": "library",
  417. "extra": {
  418. "branch-alias": {
  419. "dev-master": "1.0.x-dev"
  420. }
  421. },
  422. "autoload": {
  423. "psr-4": {
  424. "Psr\\SimpleCache\\": "src/"
  425. }
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "MIT"
  430. ],
  431. "authors": [
  432. {
  433. "name": "PHP-FIG",
  434. "homepage": "http://www.php-fig.org/"
  435. }
  436. ],
  437. "description": "Common interfaces for simple caching",
  438. "keywords": [
  439. "cache",
  440. "caching",
  441. "psr",
  442. "psr-16",
  443. "simple-cache"
  444. ],
  445. "support": {
  446. "source": "https://github.com/php-fig/simple-cache/tree/master"
  447. },
  448. "time": "2017-10-23T01:57:42+00:00"
  449. },
  450. {
  451. "name": "topthink/framework",
  452. "version": "v6.0.9",
  453. "source": {
  454. "type": "git",
  455. "url": "https://github.com/top-think/framework.git",
  456. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617"
  457. },
  458. "dist": {
  459. "type": "zip",
  460. "url": "https://api.github.com/repos/top-think/framework/zipball/0b5fb453f0e533de3af3a1ab6a202510b61be617",
  461. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617",
  462. "shasum": "",
  463. "mirrors": [
  464. {
  465. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  466. "preferred": true
  467. }
  468. ]
  469. },
  470. "require": {
  471. "ext-json": "*",
  472. "ext-mbstring": "*",
  473. "league/flysystem": "^1.1.4",
  474. "league/flysystem-cached-adapter": "^1.0",
  475. "php": ">=7.2.5",
  476. "psr/container": "~1.0",
  477. "psr/log": "~1.0",
  478. "psr/simple-cache": "^1.0",
  479. "topthink/think-helper": "^3.1.1",
  480. "topthink/think-orm": "^2.0"
  481. },
  482. "require-dev": {
  483. "mikey179/vfsstream": "^1.6",
  484. "mockery/mockery": "^1.2",
  485. "phpunit/phpunit": "^7.0"
  486. },
  487. "type": "library",
  488. "autoload": {
  489. "files": [],
  490. "psr-4": {
  491. "think\\": "src/think/"
  492. }
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "Apache-2.0"
  497. ],
  498. "authors": [
  499. {
  500. "name": "liu21st",
  501. "email": "liu21st@gmail.com"
  502. },
  503. {
  504. "name": "yunwuxin",
  505. "email": "448901948@qq.com"
  506. }
  507. ],
  508. "description": "The ThinkPHP Framework.",
  509. "homepage": "http://thinkphp.cn/",
  510. "keywords": [
  511. "framework",
  512. "orm",
  513. "thinkphp"
  514. ],
  515. "support": {
  516. "issues": "https://github.com/top-think/framework/issues",
  517. "source": "https://github.com/top-think/framework/tree/v6.0.9"
  518. },
  519. "time": "2021-07-22T03:24:49+00:00"
  520. },
  521. {
  522. "name": "topthink/think-helper",
  523. "version": "v3.1.5",
  524. "source": {
  525. "type": "git",
  526. "url": "https://github.com/top-think/think-helper.git",
  527. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905"
  528. },
  529. "dist": {
  530. "type": "zip",
  531. "url": "https://api.github.com/repos/top-think/think-helper/zipball/f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  532. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  533. "shasum": "",
  534. "mirrors": [
  535. {
  536. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  537. "preferred": true
  538. }
  539. ]
  540. },
  541. "require": {
  542. "php": ">=7.1.0"
  543. },
  544. "type": "library",
  545. "autoload": {
  546. "psr-4": {
  547. "think\\": "src"
  548. },
  549. "files": [
  550. "src/helper.php"
  551. ]
  552. },
  553. "notification-url": "https://packagist.org/downloads/",
  554. "license": [
  555. "Apache-2.0"
  556. ],
  557. "authors": [
  558. {
  559. "name": "yunwuxin",
  560. "email": "448901948@qq.com"
  561. }
  562. ],
  563. "description": "The ThinkPHP6 Helper Package",
  564. "support": {
  565. "issues": "https://github.com/top-think/think-helper/issues",
  566. "source": "https://github.com/top-think/think-helper/tree/v3.1.5"
  567. },
  568. "time": "2021-06-21T06:17:31+00:00"
  569. },
  570. {
  571. "name": "topthink/think-orm",
  572. "version": "v2.0.44",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/top-think/think-orm.git",
  576. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/top-think/think-orm/zipball/5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  581. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  582. "shasum": "",
  583. "mirrors": [
  584. {
  585. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  586. "preferred": true
  587. }
  588. ]
  589. },
  590. "require": {
  591. "ext-json": "*",
  592. "ext-pdo": "*",
  593. "php": ">=7.1.0",
  594. "psr/log": "~1.0",
  595. "psr/simple-cache": "^1.0",
  596. "topthink/think-helper": "^3.1"
  597. },
  598. "require-dev": {
  599. "phpunit/phpunit": "^7|^8|^9.5"
  600. },
  601. "type": "library",
  602. "autoload": {
  603. "psr-4": {
  604. "think\\": "src"
  605. },
  606. "files": [
  607. "stubs/load_stubs.php"
  608. ]
  609. },
  610. "notification-url": "https://packagist.org/downloads/",
  611. "license": [
  612. "Apache-2.0"
  613. ],
  614. "authors": [
  615. {
  616. "name": "liu21st",
  617. "email": "liu21st@gmail.com"
  618. }
  619. ],
  620. "description": "think orm",
  621. "keywords": [
  622. "database",
  623. "orm"
  624. ],
  625. "support": {
  626. "issues": "https://github.com/top-think/think-orm/issues",
  627. "source": "https://github.com/top-think/think-orm/tree/v2.0.44"
  628. },
  629. "time": "2021-07-21T02:22:31+00:00"
  630. },
  631. {
  632. "name": "topthink/think-template",
  633. "version": "v2.0.8",
  634. "source": {
  635. "type": "git",
  636. "url": "https://github.com/top-think/think-template.git",
  637. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368"
  638. },
  639. "dist": {
  640. "type": "zip",
  641. "url": "https://api.github.com/repos/top-think/think-template/zipball/abfc293f74f9ef5127b5c416310a01fe42e59368",
  642. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368",
  643. "shasum": "",
  644. "mirrors": [
  645. {
  646. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  647. "preferred": true
  648. }
  649. ]
  650. },
  651. "require": {
  652. "php": ">=7.1.0",
  653. "psr/simple-cache": "^1.0"
  654. },
  655. "type": "library",
  656. "autoload": {
  657. "psr-4": {
  658. "think\\": "src"
  659. }
  660. },
  661. "notification-url": "https://packagist.org/downloads/",
  662. "license": [
  663. "Apache-2.0"
  664. ],
  665. "authors": [
  666. {
  667. "name": "liu21st",
  668. "email": "liu21st@gmail.com"
  669. }
  670. ],
  671. "description": "the php template engine",
  672. "support": {
  673. "issues": "https://github.com/top-think/think-template/issues",
  674. "source": "https://github.com/top-think/think-template/tree/v2.0.8"
  675. },
  676. "time": "2020-12-10T07:52:03+00:00"
  677. },
  678. {
  679. "name": "topthink/think-view",
  680. "version": "v1.0.14",
  681. "source": {
  682. "type": "git",
  683. "url": "https://github.com/top-think/think-view.git",
  684. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  685. },
  686. "dist": {
  687. "type": "zip",
  688. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  689. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  690. "shasum": "",
  691. "mirrors": [
  692. {
  693. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  694. "preferred": true
  695. }
  696. ]
  697. },
  698. "require": {
  699. "php": ">=7.1.0",
  700. "topthink/think-template": "^2.0"
  701. },
  702. "type": "library",
  703. "autoload": {
  704. "psr-4": {
  705. "think\\view\\driver\\": "src"
  706. }
  707. },
  708. "notification-url": "https://packagist.org/downloads/",
  709. "license": [
  710. "Apache-2.0"
  711. ],
  712. "authors": [
  713. {
  714. "name": "liu21st",
  715. "email": "liu21st@gmail.com"
  716. }
  717. ],
  718. "description": "thinkphp template driver",
  719. "support": {
  720. "issues": "https://github.com/top-think/think-view/issues",
  721. "source": "https://github.com/top-think/think-view/tree/v1.0.14"
  722. },
  723. "time": "2019-11-06T11:40:13+00:00"
  724. },
  725. {
  726. "name": "zoujingli/ip2region",
  727. "version": "v1.0.10",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/zoujingli/ip2region.git",
  731. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  736. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  737. "shasum": "",
  738. "mirrors": [
  739. {
  740. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  741. "preferred": true
  742. }
  743. ]
  744. },
  745. "require": {
  746. "php": ">=5.3"
  747. },
  748. "type": "library",
  749. "autoload": {
  750. "classmap": [
  751. "Ip2Region.php"
  752. ]
  753. },
  754. "notification-url": "https://packagist.org/downloads/",
  755. "license": [
  756. "Apache-2.0"
  757. ],
  758. "authors": [
  759. {
  760. "name": "Anyon",
  761. "email": "zoujingli@qq.com",
  762. "homepage": "http://ctolog.com"
  763. }
  764. ],
  765. "description": "Ip2Region for PHP",
  766. "homepage": "https://github.com/zoujingli/Ip2Region",
  767. "keywords": [
  768. "Ip2Region"
  769. ],
  770. "support": {
  771. "issues": "https://github.com/zoujingli/ip2region/issues",
  772. "source": "https://github.com/zoujingli/ip2region/tree/v1.0.10"
  773. },
  774. "time": "2021-03-23T10:29:05+00:00"
  775. },
  776. {
  777. "name": "zoujingli/think-library",
  778. "version": "v6.0.x-dev",
  779. "source": {
  780. "type": "git",
  781. "url": "https://github.com/zoujingli/ThinkLibrary.git",
  782. "reference": "00a0080e4b0e72bd94a2facd426eb0cc585c1b6d"
  783. },
  784. "dist": {
  785. "type": "zip",
  786. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/00a0080e4b0e72bd94a2facd426eb0cc585c1b6d",
  787. "reference": "00a0080e4b0e72bd94a2facd426eb0cc585c1b6d",
  788. "shasum": "",
  789. "mirrors": [
  790. {
  791. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  792. "preferred": true
  793. }
  794. ]
  795. },
  796. "require": {
  797. "ext-curl": "*",
  798. "ext-gd": "*",
  799. "ext-iconv": "*",
  800. "ext-json": "*",
  801. "ext-mbstring": "*",
  802. "topthink/framework": "^6.0"
  803. },
  804. "default-branch": true,
  805. "type": "library",
  806. "extra": {
  807. "think": {
  808. "services": [
  809. "think\\admin\\Library"
  810. ]
  811. }
  812. },
  813. "autoload": {
  814. "files": [
  815. "src/common.php"
  816. ],
  817. "psr-4": {
  818. "think\\admin\\": "src"
  819. }
  820. },
  821. "notification-url": "https://packagist.org/downloads/",
  822. "license": [
  823. "MIT"
  824. ],
  825. "authors": [
  826. {
  827. "name": "Anyon",
  828. "email": "zoujingli@qq.com"
  829. }
  830. ],
  831. "description": "ThinkPHP v6.0 Development Library",
  832. "homepage": "http://thinkadmin.top",
  833. "support": {
  834. "email": "zoujingli@qq.com",
  835. "forum": "https://thinkadmin.top",
  836. "issues": "https://gitee.com/zoujingli/ThinkLibrary/issues",
  837. "source": "https://gitee.com/zoujingli/ThinkLibrary",
  838. "wiki": "https://thinkadmin.top"
  839. },
  840. "time": "2021-08-04T09:13:02+00:00"
  841. }
  842. ],
  843. "packages-dev": [],
  844. "aliases": [],
  845. "minimum-stability": "stable",
  846. "stability-flags": {
  847. "zoujingli/think-library": 20
  848. },
  849. "prefer-stable": false,
  850. "prefer-lowest": false,
  851. "platform": {
  852. "php": ">=7.1.0",
  853. "ext-gd": "*",
  854. "ext-xml": "*",
  855. "ext-json": "*",
  856. "ext-curl": "*",
  857. "ext-iconv": "*",
  858. "ext-openssl": "*",
  859. "ext-mbstring": "*",
  860. "ext-simplexml": "*"
  861. },
  862. "platform-dev": [],
  863. "plugin-api-version": "2.1.0"
  864. }