installed.json 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777
  1. {
  2. "packages": [
  3. {
  4. "name": "bacon/bacon-qr-code",
  5. "version": "2.0.8",
  6. "version_normalized": "2.0.8.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/Bacon/BaconQrCode.git",
  10. "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
  15. "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
  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. "dasprid/enum": "^1.0.3",
  26. "ext-iconv": "*",
  27. "php": "^7.1 || ^8.0"
  28. },
  29. "require-dev": {
  30. "phly/keep-a-changelog": "^2.1",
  31. "phpunit/phpunit": "^7 | ^8 | ^9",
  32. "spatie/phpunit-snapshot-assertions": "^4.2.9",
  33. "squizlabs/php_codesniffer": "^3.4"
  34. },
  35. "suggest": {
  36. "ext-imagick": "to generate QR code images"
  37. },
  38. "time": "2022-12-07T17:46:57+00:00",
  39. "type": "library",
  40. "installation-source": "dist",
  41. "autoload": {
  42. "psr-4": {
  43. "BaconQrCode\\": "src/"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "BSD-2-Clause"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Ben Scholzen 'DASPRiD'",
  53. "email": "mail@dasprids.de",
  54. "homepage": "https://dasprids.de/",
  55. "role": "Developer"
  56. }
  57. ],
  58. "description": "BaconQrCode is a QR code generator for PHP.",
  59. "homepage": "https://github.com/Bacon/BaconQrCode",
  60. "support": {
  61. "issues": "https://github.com/Bacon/BaconQrCode/issues",
  62. "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
  63. },
  64. "install-path": "../bacon/bacon-qr-code"
  65. },
  66. {
  67. "name": "dasprid/enum",
  68. "version": "1.0.4",
  69. "version_normalized": "1.0.4.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/DASPRiD/Enum.git",
  73. "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
  78. "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
  79. "shasum": "",
  80. "mirrors": [
  81. {
  82. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  83. "preferred": true
  84. }
  85. ]
  86. },
  87. "require": {
  88. "php": ">=7.1 <9.0"
  89. },
  90. "require-dev": {
  91. "phpunit/phpunit": "^7 | ^8 | ^9",
  92. "squizlabs/php_codesniffer": "*"
  93. },
  94. "time": "2023-03-01T18:44:03+00:00",
  95. "type": "library",
  96. "installation-source": "dist",
  97. "autoload": {
  98. "psr-4": {
  99. "DASPRiD\\Enum\\": "src/"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "BSD-2-Clause"
  105. ],
  106. "authors": [
  107. {
  108. "name": "Ben Scholzen 'DASPRiD'",
  109. "email": "mail@dasprids.de",
  110. "homepage": "https://dasprids.de/",
  111. "role": "Developer"
  112. }
  113. ],
  114. "description": "PHP 7.1 enum implementation",
  115. "keywords": [
  116. "enum",
  117. "map"
  118. ],
  119. "support": {
  120. "issues": "https://github.com/DASPRiD/Enum/issues",
  121. "source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
  122. },
  123. "install-path": "../dasprid/enum"
  124. },
  125. {
  126. "name": "endroid/qr-code",
  127. "version": "4.3.5",
  128. "version_normalized": "4.3.5.0",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/endroid/qr-code.git",
  132. "reference": "5630e192948b466d418608ecce697465d20260af"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/endroid/qr-code/zipball/5630e192948b466d418608ecce697465d20260af",
  137. "reference": "5630e192948b466d418608ecce697465d20260af",
  138. "shasum": "",
  139. "mirrors": [
  140. {
  141. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  142. "preferred": true
  143. }
  144. ]
  145. },
  146. "require": {
  147. "bacon/bacon-qr-code": "^2.0",
  148. "php": "^7.3||^8.0"
  149. },
  150. "require-dev": {
  151. "endroid/quality": "dev-master",
  152. "ext-gd": "*",
  153. "khanamiryan/qrcode-detector-decoder": "^1.0.4",
  154. "setasign/fpdf": "^1.8.2"
  155. },
  156. "suggest": {
  157. "ext-gd": "Enables you to write PNG images",
  158. "khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator",
  159. "roave/security-advisories": "Makes sure package versions with known security issues are not installed",
  160. "setasign/fpdf": "Enables you to use the PDF writer"
  161. },
  162. "time": "2021-09-17T07:50:43+00:00",
  163. "type": "library",
  164. "extra": {
  165. "branch-alias": {
  166. "dev-master": "4.x-dev"
  167. }
  168. },
  169. "installation-source": "dist",
  170. "autoload": {
  171. "psr-4": {
  172. "Endroid\\QrCode\\": "src/"
  173. }
  174. },
  175. "notification-url": "https://packagist.org/downloads/",
  176. "license": [
  177. "MIT"
  178. ],
  179. "authors": [
  180. {
  181. "name": "Jeroen van den Enden",
  182. "email": "info@endroid.nl"
  183. }
  184. ],
  185. "description": "Endroid QR Code",
  186. "homepage": "https://github.com/endroid/qr-code",
  187. "keywords": [
  188. "code",
  189. "endroid",
  190. "php",
  191. "qr",
  192. "qrcode"
  193. ],
  194. "support": {
  195. "issues": "https://github.com/endroid/qr-code/issues",
  196. "source": "https://github.com/endroid/qr-code/tree/4.3.5"
  197. },
  198. "funding": [
  199. {
  200. "url": "https://github.com/endroid",
  201. "type": "github"
  202. }
  203. ],
  204. "install-path": "../endroid/qr-code"
  205. },
  206. {
  207. "name": "firebase/php-jwt",
  208. "version": "v6.4.0",
  209. "version_normalized": "6.4.0.0",
  210. "source": {
  211. "type": "git",
  212. "url": "https://github.com/firebase/php-jwt.git",
  213. "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224"
  214. },
  215. "dist": {
  216. "type": "zip",
  217. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
  218. "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
  219. "shasum": ""
  220. },
  221. "require": {
  222. "php": "^7.1||^8.0"
  223. },
  224. "require-dev": {
  225. "guzzlehttp/guzzle": "^6.5||^7.4",
  226. "phpspec/prophecy-phpunit": "^1.1",
  227. "phpunit/phpunit": "^7.5||^9.5",
  228. "psr/cache": "^1.0||^2.0",
  229. "psr/http-client": "^1.0",
  230. "psr/http-factory": "^1.0"
  231. },
  232. "suggest": {
  233. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  234. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  235. },
  236. "time": "2023-02-09T21:01:23+00:00",
  237. "type": "library",
  238. "installation-source": "dist",
  239. "autoload": {
  240. "psr-4": {
  241. "Firebase\\JWT\\": "src"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "BSD-3-Clause"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Neuman Vong",
  251. "email": "neuman+pear@twilio.com",
  252. "role": "Developer"
  253. },
  254. {
  255. "name": "Anant Narayanan",
  256. "email": "anant@php.net",
  257. "role": "Developer"
  258. }
  259. ],
  260. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  261. "homepage": "https://github.com/firebase/php-jwt",
  262. "keywords": [
  263. "jwt",
  264. "php"
  265. ],
  266. "support": {
  267. "issues": "https://github.com/firebase/php-jwt/issues",
  268. "source": "https://github.com/firebase/php-jwt/tree/v6.4.0"
  269. },
  270. "install-path": "../firebase/php-jwt"
  271. },
  272. {
  273. "name": "league/flysystem",
  274. "version": "1.1.10",
  275. "version_normalized": "1.1.10.0",
  276. "source": {
  277. "type": "git",
  278. "url": "https://github.com/thephpleague/flysystem.git",
  279. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
  280. },
  281. "dist": {
  282. "type": "zip",
  283. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
  284. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
  285. "shasum": "",
  286. "mirrors": [
  287. {
  288. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  289. "preferred": true
  290. }
  291. ]
  292. },
  293. "require": {
  294. "ext-fileinfo": "*",
  295. "league/mime-type-detection": "^1.3",
  296. "php": "^7.2.5 || ^8.0"
  297. },
  298. "conflict": {
  299. "league/flysystem-sftp": "<1.0.6"
  300. },
  301. "require-dev": {
  302. "phpspec/prophecy": "^1.11.1",
  303. "phpunit/phpunit": "^8.5.8"
  304. },
  305. "suggest": {
  306. "ext-ftp": "Allows you to use FTP server storage",
  307. "ext-openssl": "Allows you to use FTPS server storage",
  308. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  309. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  310. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  311. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  312. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  313. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  314. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  315. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  316. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  317. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  318. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  319. },
  320. "time": "2022-10-04T09:16:37+00:00",
  321. "type": "library",
  322. "extra": {
  323. "branch-alias": {
  324. "dev-master": "1.1-dev"
  325. }
  326. },
  327. "installation-source": "dist",
  328. "autoload": {
  329. "psr-4": {
  330. "League\\Flysystem\\": "src/"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "Frank de Jonge",
  340. "email": "info@frenky.net"
  341. }
  342. ],
  343. "description": "Filesystem abstraction: Many filesystems, one API.",
  344. "keywords": [
  345. "Cloud Files",
  346. "WebDAV",
  347. "abstraction",
  348. "aws",
  349. "cloud",
  350. "copy.com",
  351. "dropbox",
  352. "file systems",
  353. "files",
  354. "filesystem",
  355. "filesystems",
  356. "ftp",
  357. "rackspace",
  358. "remote",
  359. "s3",
  360. "sftp",
  361. "storage"
  362. ],
  363. "support": {
  364. "issues": "https://github.com/thephpleague/flysystem/issues",
  365. "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
  366. },
  367. "funding": [
  368. {
  369. "url": "https://offset.earth/frankdejonge",
  370. "type": "other"
  371. }
  372. ],
  373. "install-path": "../league/flysystem"
  374. },
  375. {
  376. "name": "league/flysystem-cached-adapter",
  377. "version": "1.1.0",
  378. "version_normalized": "1.1.0.0",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  382. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  387. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  388. "shasum": "",
  389. "mirrors": [
  390. {
  391. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  392. "preferred": true
  393. }
  394. ]
  395. },
  396. "require": {
  397. "league/flysystem": "~1.0",
  398. "psr/cache": "^1.0.0"
  399. },
  400. "require-dev": {
  401. "mockery/mockery": "~0.9",
  402. "phpspec/phpspec": "^3.4",
  403. "phpunit/phpunit": "^5.7",
  404. "predis/predis": "~1.0",
  405. "tedivm/stash": "~0.12"
  406. },
  407. "suggest": {
  408. "ext-phpredis": "Pure C implemented extension for PHP"
  409. },
  410. "time": "2020-07-25T15:56:04+00:00",
  411. "type": "library",
  412. "installation-source": "dist",
  413. "autoload": {
  414. "psr-4": {
  415. "League\\Flysystem\\Cached\\": "src/"
  416. }
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "MIT"
  421. ],
  422. "authors": [
  423. {
  424. "name": "frankdejonge",
  425. "email": "info@frenky.net"
  426. }
  427. ],
  428. "description": "An adapter decorator to enable meta-data caching.",
  429. "support": {
  430. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  431. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  432. },
  433. "install-path": "../league/flysystem-cached-adapter"
  434. },
  435. {
  436. "name": "league/mime-type-detection",
  437. "version": "1.11.0",
  438. "version_normalized": "1.11.0.0",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/thephpleague/mime-type-detection.git",
  442. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  447. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  448. "shasum": "",
  449. "mirrors": [
  450. {
  451. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  452. "preferred": true
  453. }
  454. ]
  455. },
  456. "require": {
  457. "ext-fileinfo": "*",
  458. "php": "^7.2 || ^8.0"
  459. },
  460. "require-dev": {
  461. "friendsofphp/php-cs-fixer": "^3.2",
  462. "phpstan/phpstan": "^0.12.68",
  463. "phpunit/phpunit": "^8.5.8 || ^9.3"
  464. },
  465. "time": "2022-04-17T13:12:02+00:00",
  466. "type": "library",
  467. "installation-source": "dist",
  468. "autoload": {
  469. "psr-4": {
  470. "League\\MimeTypeDetection\\": "src"
  471. }
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "license": [
  475. "MIT"
  476. ],
  477. "authors": [
  478. {
  479. "name": "Frank de Jonge",
  480. "email": "info@frankdejonge.nl"
  481. }
  482. ],
  483. "description": "Mime-type detection for Flysystem",
  484. "support": {
  485. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  486. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  487. },
  488. "funding": [
  489. {
  490. "url": "https://github.com/frankdejonge",
  491. "type": "github"
  492. },
  493. {
  494. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  495. "type": "tidelift"
  496. }
  497. ],
  498. "install-path": "../league/mime-type-detection"
  499. },
  500. {
  501. "name": "phpoffice/phpexcel",
  502. "version": "1.8.2",
  503. "version_normalized": "1.8.2.0",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/PHPOffice/PHPExcel.git",
  507. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  512. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  513. "shasum": "",
  514. "mirrors": [
  515. {
  516. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  517. "preferred": true
  518. }
  519. ]
  520. },
  521. "require": {
  522. "ext-mbstring": "*",
  523. "ext-xml": "*",
  524. "ext-xmlwriter": "*",
  525. "php": "^5.2|^7.0"
  526. },
  527. "require-dev": {
  528. "squizlabs/php_codesniffer": "2.*"
  529. },
  530. "time": "2018-11-22T23:07:24+00:00",
  531. "type": "library",
  532. "installation-source": "dist",
  533. "autoload": {
  534. "psr-0": {
  535. "PHPExcel": "Classes/"
  536. }
  537. },
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "LGPL-2.1"
  541. ],
  542. "authors": [
  543. {
  544. "name": "Maarten Balliauw",
  545. "homepage": "http://blog.maartenballiauw.be"
  546. },
  547. {
  548. "name": "Erik Tilt"
  549. },
  550. {
  551. "name": "Franck Lefevre",
  552. "homepage": "http://rootslabs.net"
  553. },
  554. {
  555. "name": "Mark Baker",
  556. "homepage": "http://markbakeruk.net"
  557. }
  558. ],
  559. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  560. "homepage": "https://github.com/PHPOffice/PHPExcel",
  561. "keywords": [
  562. "OpenXML",
  563. "excel",
  564. "php",
  565. "spreadsheet",
  566. "xls",
  567. "xlsx"
  568. ],
  569. "support": {
  570. "issues": "https://github.com/PHPOffice/PHPExcel/issues",
  571. "source": "https://github.com/PHPOffice/PHPExcel/tree/master"
  572. },
  573. "abandoned": "phpoffice/phpspreadsheet",
  574. "install-path": "../phpoffice/phpexcel"
  575. },
  576. {
  577. "name": "psr/cache",
  578. "version": "1.0.1",
  579. "version_normalized": "1.0.1.0",
  580. "source": {
  581. "type": "git",
  582. "url": "https://github.com/php-fig/cache.git",
  583. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  588. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  589. "shasum": "",
  590. "mirrors": [
  591. {
  592. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  593. "preferred": true
  594. }
  595. ]
  596. },
  597. "require": {
  598. "php": ">=5.3.0"
  599. },
  600. "time": "2016-08-06T20:24:11+00:00",
  601. "type": "library",
  602. "extra": {
  603. "branch-alias": {
  604. "dev-master": "1.0.x-dev"
  605. }
  606. },
  607. "installation-source": "dist",
  608. "autoload": {
  609. "psr-4": {
  610. "Psr\\Cache\\": "src/"
  611. }
  612. },
  613. "notification-url": "https://packagist.org/downloads/",
  614. "license": [
  615. "MIT"
  616. ],
  617. "authors": [
  618. {
  619. "name": "PHP-FIG",
  620. "homepage": "http://www.php-fig.org/"
  621. }
  622. ],
  623. "description": "Common interface for caching libraries",
  624. "keywords": [
  625. "cache",
  626. "psr",
  627. "psr-6"
  628. ],
  629. "support": {
  630. "source": "https://github.com/php-fig/cache/tree/master"
  631. },
  632. "install-path": "../psr/cache"
  633. },
  634. {
  635. "name": "psr/container",
  636. "version": "1.1.1",
  637. "version_normalized": "1.1.1.0",
  638. "source": {
  639. "type": "git",
  640. "url": "https://github.com/php-fig/container.git",
  641. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  642. },
  643. "dist": {
  644. "type": "zip",
  645. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  646. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  647. "shasum": "",
  648. "mirrors": [
  649. {
  650. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  651. "preferred": true
  652. }
  653. ]
  654. },
  655. "require": {
  656. "php": ">=7.2.0"
  657. },
  658. "time": "2021-03-05T17:36:06+00:00",
  659. "type": "library",
  660. "installation-source": "dist",
  661. "autoload": {
  662. "psr-4": {
  663. "Psr\\Container\\": "src/"
  664. }
  665. },
  666. "notification-url": "https://packagist.org/downloads/",
  667. "license": [
  668. "MIT"
  669. ],
  670. "authors": [
  671. {
  672. "name": "PHP-FIG",
  673. "homepage": "https://www.php-fig.org/"
  674. }
  675. ],
  676. "description": "Common Container Interface (PHP FIG PSR-11)",
  677. "homepage": "https://github.com/php-fig/container",
  678. "keywords": [
  679. "PSR-11",
  680. "container",
  681. "container-interface",
  682. "container-interop",
  683. "psr"
  684. ],
  685. "support": {
  686. "issues": "https://github.com/php-fig/container/issues",
  687. "source": "https://github.com/php-fig/container/tree/1.1.1"
  688. },
  689. "install-path": "../psr/container"
  690. },
  691. {
  692. "name": "psr/http-message",
  693. "version": "1.1",
  694. "version_normalized": "1.1.0.0",
  695. "source": {
  696. "type": "git",
  697. "url": "https://github.com/php-fig/http-message.git",
  698. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  699. },
  700. "dist": {
  701. "type": "zip",
  702. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  703. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  704. "shasum": "",
  705. "mirrors": [
  706. {
  707. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  708. "preferred": true
  709. }
  710. ]
  711. },
  712. "require": {
  713. "php": "^7.2 || ^8.0"
  714. },
  715. "time": "2023-04-04T09:50:52+00:00",
  716. "type": "library",
  717. "extra": {
  718. "branch-alias": {
  719. "dev-master": "1.1.x-dev"
  720. }
  721. },
  722. "installation-source": "dist",
  723. "autoload": {
  724. "psr-4": {
  725. "Psr\\Http\\Message\\": "src/"
  726. }
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "license": [
  730. "MIT"
  731. ],
  732. "authors": [
  733. {
  734. "name": "PHP-FIG",
  735. "homepage": "http://www.php-fig.org/"
  736. }
  737. ],
  738. "description": "Common interface for HTTP messages",
  739. "homepage": "https://github.com/php-fig/http-message",
  740. "keywords": [
  741. "http",
  742. "http-message",
  743. "psr",
  744. "psr-7",
  745. "request",
  746. "response"
  747. ],
  748. "support": {
  749. "source": "https://github.com/php-fig/http-message/tree/1.1"
  750. },
  751. "install-path": "../psr/http-message"
  752. },
  753. {
  754. "name": "psr/log",
  755. "version": "1.1.4",
  756. "version_normalized": "1.1.4.0",
  757. "source": {
  758. "type": "git",
  759. "url": "https://github.com/php-fig/log.git",
  760. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  761. },
  762. "dist": {
  763. "type": "zip",
  764. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  765. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  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": ">=5.3.0"
  776. },
  777. "time": "2021-05-03T11:20:27+00:00",
  778. "type": "library",
  779. "extra": {
  780. "branch-alias": {
  781. "dev-master": "1.1.x-dev"
  782. }
  783. },
  784. "installation-source": "dist",
  785. "autoload": {
  786. "psr-4": {
  787. "Psr\\Log\\": "Psr/Log/"
  788. }
  789. },
  790. "notification-url": "https://packagist.org/downloads/",
  791. "license": [
  792. "MIT"
  793. ],
  794. "authors": [
  795. {
  796. "name": "PHP-FIG",
  797. "homepage": "https://www.php-fig.org/"
  798. }
  799. ],
  800. "description": "Common interface for logging libraries",
  801. "homepage": "https://github.com/php-fig/log",
  802. "keywords": [
  803. "log",
  804. "psr",
  805. "psr-3"
  806. ],
  807. "support": {
  808. "source": "https://github.com/php-fig/log/tree/1.1.4"
  809. },
  810. "install-path": "../psr/log"
  811. },
  812. {
  813. "name": "psr/simple-cache",
  814. "version": "1.0.1",
  815. "version_normalized": "1.0.1.0",
  816. "source": {
  817. "type": "git",
  818. "url": "https://github.com/php-fig/simple-cache.git",
  819. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  820. },
  821. "dist": {
  822. "type": "zip",
  823. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  824. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  825. "shasum": "",
  826. "mirrors": [
  827. {
  828. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  829. "preferred": true
  830. }
  831. ]
  832. },
  833. "require": {
  834. "php": ">=5.3.0"
  835. },
  836. "time": "2017-10-23T01:57:42+00:00",
  837. "type": "library",
  838. "extra": {
  839. "branch-alias": {
  840. "dev-master": "1.0.x-dev"
  841. }
  842. },
  843. "installation-source": "dist",
  844. "autoload": {
  845. "psr-4": {
  846. "Psr\\SimpleCache\\": "src/"
  847. }
  848. },
  849. "notification-url": "https://packagist.org/downloads/",
  850. "license": [
  851. "MIT"
  852. ],
  853. "authors": [
  854. {
  855. "name": "PHP-FIG",
  856. "homepage": "http://www.php-fig.org/"
  857. }
  858. ],
  859. "description": "Common interfaces for simple caching",
  860. "keywords": [
  861. "cache",
  862. "caching",
  863. "psr",
  864. "psr-16",
  865. "simple-cache"
  866. ],
  867. "support": {
  868. "source": "https://github.com/php-fig/simple-cache/tree/master"
  869. },
  870. "install-path": "../psr/simple-cache"
  871. },
  872. {
  873. "name": "symfony/polyfill-mbstring",
  874. "version": "v1.27.0",
  875. "version_normalized": "1.27.0.0",
  876. "source": {
  877. "type": "git",
  878. "url": "https://github.com/symfony/polyfill-mbstring.git",
  879. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  880. },
  881. "dist": {
  882. "type": "zip",
  883. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  884. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  885. "shasum": "",
  886. "mirrors": [
  887. {
  888. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  889. "preferred": true
  890. }
  891. ]
  892. },
  893. "require": {
  894. "php": ">=7.1"
  895. },
  896. "provide": {
  897. "ext-mbstring": "*"
  898. },
  899. "suggest": {
  900. "ext-mbstring": "For best performance"
  901. },
  902. "time": "2022-11-03T14:55:06+00:00",
  903. "type": "library",
  904. "extra": {
  905. "branch-alias": {
  906. "dev-main": "1.27-dev"
  907. },
  908. "thanks": {
  909. "name": "symfony/polyfill",
  910. "url": "https://github.com/symfony/polyfill"
  911. }
  912. },
  913. "installation-source": "dist",
  914. "autoload": {
  915. "files": [
  916. "bootstrap.php"
  917. ],
  918. "psr-4": {
  919. "Symfony\\Polyfill\\Mbstring\\": ""
  920. }
  921. },
  922. "notification-url": "https://packagist.org/downloads/",
  923. "license": [
  924. "MIT"
  925. ],
  926. "authors": [
  927. {
  928. "name": "Nicolas Grekas",
  929. "email": "p@tchwork.com"
  930. },
  931. {
  932. "name": "Symfony Community",
  933. "homepage": "https://symfony.com/contributors"
  934. }
  935. ],
  936. "description": "Symfony polyfill for the Mbstring extension",
  937. "homepage": "https://symfony.com",
  938. "keywords": [
  939. "compatibility",
  940. "mbstring",
  941. "polyfill",
  942. "portable",
  943. "shim"
  944. ],
  945. "support": {
  946. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  947. },
  948. "funding": [
  949. {
  950. "url": "https://symfony.com/sponsor",
  951. "type": "custom"
  952. },
  953. {
  954. "url": "https://github.com/fabpot",
  955. "type": "github"
  956. },
  957. {
  958. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  959. "type": "tidelift"
  960. }
  961. ],
  962. "install-path": "../symfony/polyfill-mbstring"
  963. },
  964. {
  965. "name": "symfony/polyfill-php72",
  966. "version": "v1.27.0",
  967. "version_normalized": "1.27.0.0",
  968. "source": {
  969. "type": "git",
  970. "url": "https://github.com/symfony/polyfill-php72.git",
  971. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
  972. },
  973. "dist": {
  974. "type": "zip",
  975. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
  976. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
  977. "shasum": "",
  978. "mirrors": [
  979. {
  980. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  981. "preferred": true
  982. }
  983. ]
  984. },
  985. "require": {
  986. "php": ">=7.1"
  987. },
  988. "time": "2022-11-03T14:55:06+00:00",
  989. "type": "library",
  990. "extra": {
  991. "branch-alias": {
  992. "dev-main": "1.27-dev"
  993. },
  994. "thanks": {
  995. "name": "symfony/polyfill",
  996. "url": "https://github.com/symfony/polyfill"
  997. }
  998. },
  999. "installation-source": "dist",
  1000. "autoload": {
  1001. "files": [
  1002. "bootstrap.php"
  1003. ],
  1004. "psr-4": {
  1005. "Symfony\\Polyfill\\Php72\\": ""
  1006. }
  1007. },
  1008. "notification-url": "https://packagist.org/downloads/",
  1009. "license": [
  1010. "MIT"
  1011. ],
  1012. "authors": [
  1013. {
  1014. "name": "Nicolas Grekas",
  1015. "email": "p@tchwork.com"
  1016. },
  1017. {
  1018. "name": "Symfony Community",
  1019. "homepage": "https://symfony.com/contributors"
  1020. }
  1021. ],
  1022. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1023. "homepage": "https://symfony.com",
  1024. "keywords": [
  1025. "compatibility",
  1026. "polyfill",
  1027. "portable",
  1028. "shim"
  1029. ],
  1030. "support": {
  1031. "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
  1032. },
  1033. "funding": [
  1034. {
  1035. "url": "https://symfony.com/sponsor",
  1036. "type": "custom"
  1037. },
  1038. {
  1039. "url": "https://github.com/fabpot",
  1040. "type": "github"
  1041. },
  1042. {
  1043. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1044. "type": "tidelift"
  1045. }
  1046. ],
  1047. "install-path": "../symfony/polyfill-php72"
  1048. },
  1049. {
  1050. "name": "symfony/polyfill-php80",
  1051. "version": "v1.27.0",
  1052. "version_normalized": "1.27.0.0",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/symfony/polyfill-php80.git",
  1056. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1061. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1062. "shasum": "",
  1063. "mirrors": [
  1064. {
  1065. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1066. "preferred": true
  1067. }
  1068. ]
  1069. },
  1070. "require": {
  1071. "php": ">=7.1"
  1072. },
  1073. "time": "2022-11-03T14:55:06+00:00",
  1074. "type": "library",
  1075. "extra": {
  1076. "branch-alias": {
  1077. "dev-main": "1.27-dev"
  1078. },
  1079. "thanks": {
  1080. "name": "symfony/polyfill",
  1081. "url": "https://github.com/symfony/polyfill"
  1082. }
  1083. },
  1084. "installation-source": "dist",
  1085. "autoload": {
  1086. "files": [
  1087. "bootstrap.php"
  1088. ],
  1089. "psr-4": {
  1090. "Symfony\\Polyfill\\Php80\\": ""
  1091. },
  1092. "classmap": [
  1093. "Resources/stubs"
  1094. ]
  1095. },
  1096. "notification-url": "https://packagist.org/downloads/",
  1097. "license": [
  1098. "MIT"
  1099. ],
  1100. "authors": [
  1101. {
  1102. "name": "Ion Bazan",
  1103. "email": "ion.bazan@gmail.com"
  1104. },
  1105. {
  1106. "name": "Nicolas Grekas",
  1107. "email": "p@tchwork.com"
  1108. },
  1109. {
  1110. "name": "Symfony Community",
  1111. "homepage": "https://symfony.com/contributors"
  1112. }
  1113. ],
  1114. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1115. "homepage": "https://symfony.com",
  1116. "keywords": [
  1117. "compatibility",
  1118. "polyfill",
  1119. "portable",
  1120. "shim"
  1121. ],
  1122. "support": {
  1123. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  1124. },
  1125. "funding": [
  1126. {
  1127. "url": "https://symfony.com/sponsor",
  1128. "type": "custom"
  1129. },
  1130. {
  1131. "url": "https://github.com/fabpot",
  1132. "type": "github"
  1133. },
  1134. {
  1135. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1136. "type": "tidelift"
  1137. }
  1138. ],
  1139. "install-path": "../symfony/polyfill-php80"
  1140. },
  1141. {
  1142. "name": "symfony/var-dumper",
  1143. "version": "v4.4.47",
  1144. "version_normalized": "4.4.47.0",
  1145. "source": {
  1146. "type": "git",
  1147. "url": "https://github.com/symfony/var-dumper.git",
  1148. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
  1149. },
  1150. "dist": {
  1151. "type": "zip",
  1152. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
  1153. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
  1154. "shasum": "",
  1155. "mirrors": [
  1156. {
  1157. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1158. "preferred": true
  1159. }
  1160. ]
  1161. },
  1162. "require": {
  1163. "php": ">=7.1.3",
  1164. "symfony/polyfill-mbstring": "~1.0",
  1165. "symfony/polyfill-php72": "~1.5",
  1166. "symfony/polyfill-php80": "^1.16"
  1167. },
  1168. "conflict": {
  1169. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1170. "symfony/console": "<3.4"
  1171. },
  1172. "require-dev": {
  1173. "ext-iconv": "*",
  1174. "symfony/console": "^3.4|^4.0|^5.0",
  1175. "symfony/process": "^4.4|^5.0",
  1176. "twig/twig": "^1.43|^2.13|^3.0.4"
  1177. },
  1178. "suggest": {
  1179. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1180. "ext-intl": "To show region name in time zone dump",
  1181. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1182. },
  1183. "time": "2022-10-03T15:15:11+00:00",
  1184. "bin": [
  1185. "Resources/bin/var-dump-server"
  1186. ],
  1187. "type": "library",
  1188. "installation-source": "dist",
  1189. "autoload": {
  1190. "files": [
  1191. "Resources/functions/dump.php"
  1192. ],
  1193. "psr-4": {
  1194. "Symfony\\Component\\VarDumper\\": ""
  1195. },
  1196. "exclude-from-classmap": [
  1197. "/Tests/"
  1198. ]
  1199. },
  1200. "notification-url": "https://packagist.org/downloads/",
  1201. "license": [
  1202. "MIT"
  1203. ],
  1204. "authors": [
  1205. {
  1206. "name": "Nicolas Grekas",
  1207. "email": "p@tchwork.com"
  1208. },
  1209. {
  1210. "name": "Symfony Community",
  1211. "homepage": "https://symfony.com/contributors"
  1212. }
  1213. ],
  1214. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1215. "homepage": "https://symfony.com",
  1216. "keywords": [
  1217. "debug",
  1218. "dump"
  1219. ],
  1220. "support": {
  1221. "source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
  1222. },
  1223. "funding": [
  1224. {
  1225. "url": "https://symfony.com/sponsor",
  1226. "type": "custom"
  1227. },
  1228. {
  1229. "url": "https://github.com/fabpot",
  1230. "type": "github"
  1231. },
  1232. {
  1233. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1234. "type": "tidelift"
  1235. }
  1236. ],
  1237. "install-path": "../symfony/var-dumper"
  1238. },
  1239. {
  1240. "name": "topthink/framework",
  1241. "version": "v6.1.3",
  1242. "version_normalized": "6.1.3.0",
  1243. "source": {
  1244. "type": "git",
  1245. "url": "https://github.com/top-think/framework.git",
  1246. "reference": "7c324e7011246f0064b055b62ab9c3921cf0a041"
  1247. },
  1248. "dist": {
  1249. "type": "zip",
  1250. "url": "https://api.github.com/repos/top-think/framework/zipball/7c324e7011246f0064b055b62ab9c3921cf0a041",
  1251. "reference": "7c324e7011246f0064b055b62ab9c3921cf0a041",
  1252. "shasum": "",
  1253. "mirrors": [
  1254. {
  1255. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1256. "preferred": true
  1257. }
  1258. ]
  1259. },
  1260. "require": {
  1261. "ext-json": "*",
  1262. "ext-mbstring": "*",
  1263. "php": ">=7.2.5",
  1264. "psr/container": "~1.0",
  1265. "psr/http-message": "^1.0",
  1266. "psr/log": "~1.0",
  1267. "psr/simple-cache": "^1.0",
  1268. "topthink/think-helper": "^3.1.1",
  1269. "topthink/think-orm": "^2.0|^3.0"
  1270. },
  1271. "require-dev": {
  1272. "guzzlehttp/psr7": "^2.1.0",
  1273. "mikey179/vfsstream": "^1.6",
  1274. "mockery/mockery": "^1.2",
  1275. "phpunit/phpunit": "^7.0"
  1276. },
  1277. "time": "2023-05-22T03:02:08+00:00",
  1278. "type": "library",
  1279. "installation-source": "dist",
  1280. "autoload": {
  1281. "files": [],
  1282. "psr-4": {
  1283. "think\\": "src/think/"
  1284. }
  1285. },
  1286. "notification-url": "https://packagist.org/downloads/",
  1287. "license": [
  1288. "Apache-2.0"
  1289. ],
  1290. "authors": [
  1291. {
  1292. "name": "liu21st",
  1293. "email": "liu21st@gmail.com"
  1294. },
  1295. {
  1296. "name": "yunwuxin",
  1297. "email": "448901948@qq.com"
  1298. }
  1299. ],
  1300. "description": "The ThinkPHP Framework.",
  1301. "homepage": "http://thinkphp.cn/",
  1302. "keywords": [
  1303. "framework",
  1304. "orm",
  1305. "thinkphp"
  1306. ],
  1307. "support": {
  1308. "issues": "https://github.com/top-think/framework/issues",
  1309. "source": "https://github.com/top-think/framework/tree/v6.1.3"
  1310. },
  1311. "install-path": "../topthink/framework"
  1312. },
  1313. {
  1314. "name": "topthink/think-captcha",
  1315. "version": "v3.0.9",
  1316. "version_normalized": "3.0.9.0",
  1317. "source": {
  1318. "type": "git",
  1319. "url": "https://github.com/top-think/think-captcha.git",
  1320. "reference": "b1ef360670578214edeebcf824aaf6ab7ee0528b"
  1321. },
  1322. "dist": {
  1323. "type": "zip",
  1324. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/b1ef360670578214edeebcf824aaf6ab7ee0528b",
  1325. "reference": "b1ef360670578214edeebcf824aaf6ab7ee0528b",
  1326. "shasum": "",
  1327. "mirrors": [
  1328. {
  1329. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1330. "preferred": true
  1331. }
  1332. ]
  1333. },
  1334. "require": {
  1335. "topthink/framework": "^6.0|^8.0"
  1336. },
  1337. "time": "2023-04-27T07:18:40+00:00",
  1338. "type": "library",
  1339. "extra": {
  1340. "think": {
  1341. "services": [
  1342. "think\\captcha\\CaptchaService"
  1343. ],
  1344. "config": {
  1345. "captcha": "src/config.php"
  1346. }
  1347. }
  1348. },
  1349. "installation-source": "dist",
  1350. "autoload": {
  1351. "files": [
  1352. "src/helper.php"
  1353. ],
  1354. "psr-4": {
  1355. "think\\captcha\\": "src/"
  1356. }
  1357. },
  1358. "notification-url": "https://packagist.org/downloads/",
  1359. "license": [
  1360. "Apache-2.0"
  1361. ],
  1362. "authors": [
  1363. {
  1364. "name": "yunwuxin",
  1365. "email": "448901948@qq.com"
  1366. }
  1367. ],
  1368. "description": "captcha package for thinkphp",
  1369. "support": {
  1370. "issues": "https://github.com/top-think/think-captcha/issues",
  1371. "source": "https://github.com/top-think/think-captcha/tree/v3.0.9"
  1372. },
  1373. "install-path": "../topthink/think-captcha"
  1374. },
  1375. {
  1376. "name": "topthink/think-filesystem",
  1377. "version": "v1.0.3",
  1378. "version_normalized": "1.0.3.0",
  1379. "source": {
  1380. "type": "git",
  1381. "url": "https://github.com/top-think/think-filesystem.git",
  1382. "reference": "29f19f140a9267c717fecd7ccb22c84c2d72382e"
  1383. },
  1384. "dist": {
  1385. "type": "zip",
  1386. "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/29f19f140a9267c717fecd7ccb22c84c2d72382e",
  1387. "reference": "29f19f140a9267c717fecd7ccb22c84c2d72382e",
  1388. "shasum": "",
  1389. "mirrors": [
  1390. {
  1391. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1392. "preferred": true
  1393. }
  1394. ]
  1395. },
  1396. "require": {
  1397. "league/flysystem": "^1.1.4",
  1398. "league/flysystem-cached-adapter": "^1.0",
  1399. "php": ">=7.2.5",
  1400. "topthink/framework": "^6.1|^8.0"
  1401. },
  1402. "require-dev": {
  1403. "mikey179/vfsstream": "^1.6",
  1404. "mockery/mockery": "^1.2",
  1405. "phpunit/phpunit": "^8.0"
  1406. },
  1407. "time": "2023-02-08T01:25:15+00:00",
  1408. "type": "library",
  1409. "installation-source": "dist",
  1410. "autoload": {
  1411. "psr-4": {
  1412. "think\\": "src"
  1413. }
  1414. },
  1415. "notification-url": "https://packagist.org/downloads/",
  1416. "license": [
  1417. "Apache-2.0"
  1418. ],
  1419. "authors": [
  1420. {
  1421. "name": "yunwuxin",
  1422. "email": "448901948@qq.com"
  1423. }
  1424. ],
  1425. "description": "The ThinkPHP6.1 Filesystem Package",
  1426. "support": {
  1427. "issues": "https://github.com/top-think/think-filesystem/issues",
  1428. "source": "https://github.com/top-think/think-filesystem/tree/v1.0.3"
  1429. },
  1430. "install-path": "../topthink/think-filesystem"
  1431. },
  1432. {
  1433. "name": "topthink/think-helper",
  1434. "version": "v3.1.6",
  1435. "version_normalized": "3.1.6.0",
  1436. "source": {
  1437. "type": "git",
  1438. "url": "https://github.com/top-think/think-helper.git",
  1439. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  1440. },
  1441. "dist": {
  1442. "type": "zip",
  1443. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  1444. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  1445. "shasum": "",
  1446. "mirrors": [
  1447. {
  1448. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1449. "preferred": true
  1450. }
  1451. ]
  1452. },
  1453. "require": {
  1454. "php": ">=7.1.0"
  1455. },
  1456. "require-dev": {
  1457. "phpunit/phpunit": "^9.5"
  1458. },
  1459. "time": "2021-12-15T04:27:55+00:00",
  1460. "type": "library",
  1461. "installation-source": "dist",
  1462. "autoload": {
  1463. "files": [
  1464. "src/helper.php"
  1465. ],
  1466. "psr-4": {
  1467. "think\\": "src"
  1468. }
  1469. },
  1470. "notification-url": "https://packagist.org/downloads/",
  1471. "license": [
  1472. "Apache-2.0"
  1473. ],
  1474. "authors": [
  1475. {
  1476. "name": "yunwuxin",
  1477. "email": "448901948@qq.com"
  1478. }
  1479. ],
  1480. "description": "The ThinkPHP6 Helper Package",
  1481. "support": {
  1482. "issues": "https://github.com/top-think/think-helper/issues",
  1483. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  1484. },
  1485. "install-path": "../topthink/think-helper"
  1486. },
  1487. {
  1488. "name": "topthink/think-multi-app",
  1489. "version": "v1.0.17",
  1490. "version_normalized": "1.0.17.0",
  1491. "source": {
  1492. "type": "git",
  1493. "url": "https://github.com/top-think/think-multi-app.git",
  1494. "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c"
  1495. },
  1496. "dist": {
  1497. "type": "zip",
  1498. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
  1499. "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
  1500. "shasum": "",
  1501. "mirrors": [
  1502. {
  1503. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1504. "preferred": true
  1505. }
  1506. ]
  1507. },
  1508. "require": {
  1509. "php": ">=7.1.0",
  1510. "topthink/framework": "^6.0|^8.0"
  1511. },
  1512. "time": "2023-03-29T02:04:29+00:00",
  1513. "type": "library",
  1514. "extra": {
  1515. "think": {
  1516. "services": [
  1517. "think\\app\\Service"
  1518. ]
  1519. }
  1520. },
  1521. "installation-source": "dist",
  1522. "autoload": {
  1523. "psr-4": {
  1524. "think\\app\\": "src"
  1525. }
  1526. },
  1527. "notification-url": "https://packagist.org/downloads/",
  1528. "license": [
  1529. "Apache-2.0"
  1530. ],
  1531. "authors": [
  1532. {
  1533. "name": "liu21st",
  1534. "email": "liu21st@gmail.com"
  1535. }
  1536. ],
  1537. "description": "thinkphp multi app support",
  1538. "support": {
  1539. "issues": "https://github.com/top-think/think-multi-app/issues",
  1540. "source": "https://github.com/top-think/think-multi-app/tree/v1.0.17"
  1541. },
  1542. "install-path": "../topthink/think-multi-app"
  1543. },
  1544. {
  1545. "name": "topthink/think-orm",
  1546. "version": "v2.0.61",
  1547. "version_normalized": "2.0.61.0",
  1548. "source": {
  1549. "type": "git",
  1550. "url": "https://github.com/top-think/think-orm.git",
  1551. "reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6"
  1552. },
  1553. "dist": {
  1554. "type": "zip",
  1555. "url": "https://api.github.com/repos/top-think/think-orm/zipball/10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
  1556. "reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
  1557. "shasum": "",
  1558. "mirrors": [
  1559. {
  1560. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1561. "preferred": true
  1562. }
  1563. ]
  1564. },
  1565. "require": {
  1566. "ext-json": "*",
  1567. "ext-pdo": "*",
  1568. "php": ">=7.1.0",
  1569. "psr/log": "^1.0|^2.0",
  1570. "psr/simple-cache": "^1.0|^2.0",
  1571. "topthink/think-helper": "^3.1"
  1572. },
  1573. "require-dev": {
  1574. "phpunit/phpunit": "^7|^8|^9.5"
  1575. },
  1576. "time": "2023-04-20T14:27:51+00:00",
  1577. "type": "library",
  1578. "installation-source": "dist",
  1579. "autoload": {
  1580. "files": [
  1581. "stubs/load_stubs.php"
  1582. ],
  1583. "psr-4": {
  1584. "think\\": "src"
  1585. }
  1586. },
  1587. "notification-url": "https://packagist.org/downloads/",
  1588. "license": [
  1589. "Apache-2.0"
  1590. ],
  1591. "authors": [
  1592. {
  1593. "name": "liu21st",
  1594. "email": "liu21st@gmail.com"
  1595. }
  1596. ],
  1597. "description": "think orm",
  1598. "keywords": [
  1599. "database",
  1600. "orm"
  1601. ],
  1602. "support": {
  1603. "issues": "https://github.com/top-think/think-orm/issues",
  1604. "source": "https://github.com/top-think/think-orm/tree/v2.0.61"
  1605. },
  1606. "install-path": "../topthink/think-orm"
  1607. },
  1608. {
  1609. "name": "topthink/think-template",
  1610. "version": "v2.0.9",
  1611. "version_normalized": "2.0.9.0",
  1612. "source": {
  1613. "type": "git",
  1614. "url": "https://github.com/top-think/think-template.git",
  1615. "reference": "6d25642ae0e306166742fd7073dc7a159e18073c"
  1616. },
  1617. "dist": {
  1618. "type": "zip",
  1619. "url": "https://api.github.com/repos/top-think/think-template/zipball/6d25642ae0e306166742fd7073dc7a159e18073c",
  1620. "reference": "6d25642ae0e306166742fd7073dc7a159e18073c",
  1621. "shasum": "",
  1622. "mirrors": [
  1623. {
  1624. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1625. "preferred": true
  1626. }
  1627. ]
  1628. },
  1629. "require": {
  1630. "php": ">=7.1.0",
  1631. "psr/simple-cache": "^1.0"
  1632. },
  1633. "time": "2023-02-14T10:50:39+00:00",
  1634. "type": "library",
  1635. "installation-source": "dist",
  1636. "autoload": {
  1637. "psr-4": {
  1638. "think\\": "src"
  1639. }
  1640. },
  1641. "notification-url": "https://packagist.org/downloads/",
  1642. "license": [
  1643. "Apache-2.0"
  1644. ],
  1645. "authors": [
  1646. {
  1647. "name": "liu21st",
  1648. "email": "liu21st@gmail.com"
  1649. }
  1650. ],
  1651. "description": "the php template engine",
  1652. "support": {
  1653. "issues": "https://github.com/top-think/think-template/issues",
  1654. "source": "https://github.com/top-think/think-template/tree/v2.0.9"
  1655. },
  1656. "install-path": "../topthink/think-template"
  1657. },
  1658. {
  1659. "name": "topthink/think-trace",
  1660. "version": "v1.6",
  1661. "version_normalized": "1.6.0.0",
  1662. "source": {
  1663. "type": "git",
  1664. "url": "https://github.com/top-think/think-trace.git",
  1665. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
  1666. },
  1667. "dist": {
  1668. "type": "zip",
  1669. "url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1670. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1671. "shasum": "",
  1672. "mirrors": [
  1673. {
  1674. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1675. "preferred": true
  1676. }
  1677. ]
  1678. },
  1679. "require": {
  1680. "php": ">=7.1.0",
  1681. "topthink/framework": "^6.0|^8.0"
  1682. },
  1683. "time": "2023-02-07T08:36:32+00:00",
  1684. "type": "library",
  1685. "extra": {
  1686. "think": {
  1687. "services": [
  1688. "think\\trace\\Service"
  1689. ],
  1690. "config": {
  1691. "trace": "src/config.php"
  1692. }
  1693. }
  1694. },
  1695. "installation-source": "dist",
  1696. "autoload": {
  1697. "psr-4": {
  1698. "think\\trace\\": "src"
  1699. }
  1700. },
  1701. "notification-url": "https://packagist.org/downloads/",
  1702. "license": [
  1703. "Apache-2.0"
  1704. ],
  1705. "authors": [
  1706. {
  1707. "name": "liu21st",
  1708. "email": "liu21st@gmail.com"
  1709. }
  1710. ],
  1711. "description": "thinkphp debug trace",
  1712. "support": {
  1713. "issues": "https://github.com/top-think/think-trace/issues",
  1714. "source": "https://github.com/top-think/think-trace/tree/v1.6"
  1715. },
  1716. "install-path": "../topthink/think-trace"
  1717. },
  1718. {
  1719. "name": "topthink/think-view",
  1720. "version": "v1.0.14",
  1721. "version_normalized": "1.0.14.0",
  1722. "source": {
  1723. "type": "git",
  1724. "url": "https://github.com/top-think/think-view.git",
  1725. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  1726. },
  1727. "dist": {
  1728. "type": "zip",
  1729. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  1730. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  1731. "shasum": "",
  1732. "mirrors": [
  1733. {
  1734. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1735. "preferred": true
  1736. }
  1737. ]
  1738. },
  1739. "require": {
  1740. "php": ">=7.1.0",
  1741. "topthink/think-template": "^2.0"
  1742. },
  1743. "time": "2019-11-06T11:40:13+00:00",
  1744. "type": "library",
  1745. "installation-source": "dist",
  1746. "autoload": {
  1747. "psr-4": {
  1748. "think\\view\\driver\\": "src"
  1749. }
  1750. },
  1751. "notification-url": "https://packagist.org/downloads/",
  1752. "license": [
  1753. "Apache-2.0"
  1754. ],
  1755. "authors": [
  1756. {
  1757. "name": "liu21st",
  1758. "email": "liu21st@gmail.com"
  1759. }
  1760. ],
  1761. "description": "thinkphp template driver",
  1762. "support": {
  1763. "issues": "https://github.com/top-think/think-view/issues",
  1764. "source": "https://github.com/top-think/think-view/tree/v1.0.14"
  1765. },
  1766. "install-path": "../topthink/think-view"
  1767. }
  1768. ],
  1769. "dev": true,
  1770. "dev-package-names": [
  1771. "symfony/polyfill-mbstring",
  1772. "symfony/polyfill-php72",
  1773. "symfony/polyfill-php80",
  1774. "symfony/var-dumper",
  1775. "topthink/think-trace"
  1776. ]
  1777. }