installed.json 32 KB

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