composer.lock 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522
  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": "56d1395049e978ed44640b52a6716112",
  8. "packages": [
  9. {
  10. "name": "brick/math",
  11. "version": "0.13.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/brick/math.git",
  15. "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
  20. "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.1"
  25. },
  26. "require-dev": {
  27. "php-coveralls/php-coveralls": "^2.2",
  28. "phpunit/phpunit": "^10.1",
  29. "vimeo/psalm": "6.8.8"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "Brick\\Math\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "description": "Arbitrary-precision arithmetic library",
  42. "keywords": [
  43. "Arbitrary-precision",
  44. "BigInteger",
  45. "BigRational",
  46. "arithmetic",
  47. "bigdecimal",
  48. "bignum",
  49. "bignumber",
  50. "brick",
  51. "decimal",
  52. "integer",
  53. "math",
  54. "mathematics",
  55. "rational"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/brick/math/issues",
  59. "source": "https://github.com/brick/math/tree/0.13.1"
  60. },
  61. "funding": [
  62. {
  63. "url": "https://github.com/BenMorel",
  64. "type": "github"
  65. }
  66. ],
  67. "time": "2025-03-29T13:50:30+00:00"
  68. },
  69. {
  70. "name": "league/flysystem",
  71. "version": "1.1.10",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/thephpleague/flysystem.git",
  75. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
  80. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "ext-fileinfo": "*",
  85. "league/mime-type-detection": "^1.3",
  86. "php": "^7.2.5 || ^8.0"
  87. },
  88. "conflict": {
  89. "league/flysystem-sftp": "<1.0.6"
  90. },
  91. "require-dev": {
  92. "phpspec/prophecy": "^1.11.1",
  93. "phpunit/phpunit": "^8.5.8"
  94. },
  95. "suggest": {
  96. "ext-ftp": "Allows you to use FTP server storage",
  97. "ext-openssl": "Allows you to use FTPS server storage",
  98. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  99. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  100. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  101. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  102. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  103. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  104. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  105. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  106. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  107. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  108. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  109. },
  110. "type": "library",
  111. "extra": {
  112. "branch-alias": {
  113. "dev-master": "1.1-dev"
  114. }
  115. },
  116. "autoload": {
  117. "psr-4": {
  118. "League\\Flysystem\\": "src/"
  119. }
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "MIT"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Frank de Jonge",
  128. "email": "info@frenky.net"
  129. }
  130. ],
  131. "description": "Filesystem abstraction: Many filesystems, one API.",
  132. "keywords": [
  133. "Cloud Files",
  134. "WebDAV",
  135. "abstraction",
  136. "aws",
  137. "cloud",
  138. "copy.com",
  139. "dropbox",
  140. "file systems",
  141. "files",
  142. "filesystem",
  143. "filesystems",
  144. "ftp",
  145. "rackspace",
  146. "remote",
  147. "s3",
  148. "sftp",
  149. "storage"
  150. ],
  151. "support": {
  152. "issues": "https://github.com/thephpleague/flysystem/issues",
  153. "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
  154. },
  155. "funding": [
  156. {
  157. "url": "https://offset.earth/frankdejonge",
  158. "type": "other"
  159. }
  160. ],
  161. "time": "2022-10-04T09:16:37+00:00"
  162. },
  163. {
  164. "name": "league/flysystem-cached-adapter",
  165. "version": "1.1.0",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  169. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  174. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  175. "shasum": ""
  176. },
  177. "require": {
  178. "league/flysystem": "~1.0",
  179. "psr/cache": "^1.0.0"
  180. },
  181. "require-dev": {
  182. "mockery/mockery": "~0.9",
  183. "phpspec/phpspec": "^3.4",
  184. "phpunit/phpunit": "^5.7",
  185. "predis/predis": "~1.0",
  186. "tedivm/stash": "~0.12"
  187. },
  188. "suggest": {
  189. "ext-phpredis": "Pure C implemented extension for PHP"
  190. },
  191. "type": "library",
  192. "autoload": {
  193. "psr-4": {
  194. "League\\Flysystem\\Cached\\": "src/"
  195. }
  196. },
  197. "notification-url": "https://packagist.org/downloads/",
  198. "license": [
  199. "MIT"
  200. ],
  201. "authors": [
  202. {
  203. "name": "frankdejonge",
  204. "email": "info@frenky.net"
  205. }
  206. ],
  207. "description": "An adapter decorator to enable meta-data caching.",
  208. "support": {
  209. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  210. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  211. },
  212. "time": "2020-07-25T15:56:04+00:00"
  213. },
  214. {
  215. "name": "league/mime-type-detection",
  216. "version": "1.16.0",
  217. "source": {
  218. "type": "git",
  219. "url": "https://github.com/thephpleague/mime-type-detection.git",
  220. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
  221. },
  222. "dist": {
  223. "type": "zip",
  224. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
  225. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
  226. "shasum": ""
  227. },
  228. "require": {
  229. "ext-fileinfo": "*",
  230. "php": "^7.4 || ^8.0"
  231. },
  232. "require-dev": {
  233. "friendsofphp/php-cs-fixer": "^3.2",
  234. "phpstan/phpstan": "^0.12.68",
  235. "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
  236. },
  237. "type": "library",
  238. "autoload": {
  239. "psr-4": {
  240. "League\\MimeTypeDetection\\": "src"
  241. }
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Frank de Jonge",
  250. "email": "info@frankdejonge.nl"
  251. }
  252. ],
  253. "description": "Mime-type detection for Flysystem",
  254. "support": {
  255. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  256. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
  257. },
  258. "funding": [
  259. {
  260. "url": "https://github.com/frankdejonge",
  261. "type": "github"
  262. },
  263. {
  264. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  265. "type": "tidelift"
  266. }
  267. ],
  268. "time": "2024-09-21T08:32:55+00:00"
  269. },
  270. {
  271. "name": "phpmailer/phpmailer",
  272. "version": "v6.10.0",
  273. "source": {
  274. "type": "git",
  275. "url": "https://github.com/PHPMailer/PHPMailer.git",
  276. "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144"
  277. },
  278. "dist": {
  279. "type": "zip",
  280. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
  281. "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
  282. "shasum": ""
  283. },
  284. "require": {
  285. "ext-ctype": "*",
  286. "ext-filter": "*",
  287. "ext-hash": "*",
  288. "php": ">=5.5.0"
  289. },
  290. "require-dev": {
  291. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  292. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  293. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  294. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  295. "phpcompatibility/php-compatibility": "^9.3.5",
  296. "roave/security-advisories": "dev-latest",
  297. "squizlabs/php_codesniffer": "^3.7.2",
  298. "yoast/phpunit-polyfills": "^1.0.4"
  299. },
  300. "suggest": {
  301. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  302. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  303. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  304. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  305. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  306. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  307. "psr/log": "For optional PSR-3 debug logging",
  308. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  309. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  310. },
  311. "type": "library",
  312. "autoload": {
  313. "psr-4": {
  314. "PHPMailer\\PHPMailer\\": "src/"
  315. }
  316. },
  317. "notification-url": "https://packagist.org/downloads/",
  318. "license": [
  319. "LGPL-2.1-only"
  320. ],
  321. "authors": [
  322. {
  323. "name": "Marcus Bointon",
  324. "email": "phpmailer@synchromedia.co.uk"
  325. },
  326. {
  327. "name": "Jim Jagielski",
  328. "email": "jimjag@gmail.com"
  329. },
  330. {
  331. "name": "Andy Prevost",
  332. "email": "codeworxtech@users.sourceforge.net"
  333. },
  334. {
  335. "name": "Brent R. Matzelle"
  336. }
  337. ],
  338. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  339. "support": {
  340. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  341. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.10.0"
  342. },
  343. "funding": [
  344. {
  345. "url": "https://github.com/Synchro",
  346. "type": "github"
  347. }
  348. ],
  349. "time": "2025-04-24T15:19:31+00:00"
  350. },
  351. {
  352. "name": "phpu/think-captcha",
  353. "version": "v2.0.2",
  354. "source": {
  355. "type": "git",
  356. "url": "https://github.com/liujiawm/think-captcha.git",
  357. "reference": "f94b1a441f3f0652ca89370ca1be910706096990"
  358. },
  359. "dist": {
  360. "type": "zip",
  361. "url": "https://api.github.com/repos/liujiawm/think-captcha/zipball/f94b1a441f3f0652ca89370ca1be910706096990",
  362. "reference": "f94b1a441f3f0652ca89370ca1be910706096990",
  363. "shasum": ""
  364. },
  365. "require": {
  366. "ext-gd": "*",
  367. "ext-mbstring": "*",
  368. "php": ">=7.1.0",
  369. "topthink/framework": "^6.0.0"
  370. },
  371. "type": "library",
  372. "extra": {
  373. "think": {
  374. "config": {
  375. "phpu_captcha": "src/config.php"
  376. }
  377. }
  378. },
  379. "autoload": {
  380. "psr-4": {
  381. "phpu\\": "src"
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "Apache-2.0"
  387. ],
  388. "authors": [
  389. {
  390. "name": "liujiawm",
  391. "email": "liujiawm@163.com"
  392. }
  393. ],
  394. "description": "thinkphp6图片验证码",
  395. "keywords": [
  396. "captcha",
  397. "phpu",
  398. "think-captcha",
  399. "thinkcaptcha",
  400. "thinkphp"
  401. ],
  402. "support": {
  403. "issues": "https://github.com/liujiawm/think-captcha/issues",
  404. "source": "https://github.com/liujiawm/think-captcha/tree/v2.0.2"
  405. },
  406. "time": "2021-11-01T07:07:53+00:00"
  407. },
  408. {
  409. "name": "predis/predis",
  410. "version": "v3.2.0",
  411. "source": {
  412. "type": "git",
  413. "url": "https://github.com/predis/predis.git",
  414. "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8"
  415. },
  416. "dist": {
  417. "type": "zip",
  418. "url": "https://api.github.com/repos/predis/predis/zipball/9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8",
  419. "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8",
  420. "shasum": ""
  421. },
  422. "require": {
  423. "php": "^7.2 || ^8.0",
  424. "psr/http-message": "^1.0|^2.0"
  425. },
  426. "require-dev": {
  427. "friendsofphp/php-cs-fixer": "^3.3",
  428. "phpstan/phpstan": "^1.9",
  429. "phpunit/phpcov": "^6.0 || ^8.0",
  430. "phpunit/phpunit": "^8.0 || ~9.4.4"
  431. },
  432. "suggest": {
  433. "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
  434. },
  435. "type": "library",
  436. "autoload": {
  437. "psr-4": {
  438. "Predis\\": "src/"
  439. }
  440. },
  441. "notification-url": "https://packagist.org/downloads/",
  442. "license": [
  443. "MIT"
  444. ],
  445. "authors": [
  446. {
  447. "name": "Till Krüss",
  448. "homepage": "https://till.im",
  449. "role": "Maintainer"
  450. }
  451. ],
  452. "description": "A flexible and feature-complete Redis/Valkey client for PHP.",
  453. "homepage": "http://github.com/predis/predis",
  454. "keywords": [
  455. "nosql",
  456. "predis",
  457. "redis"
  458. ],
  459. "support": {
  460. "issues": "https://github.com/predis/predis/issues",
  461. "source": "https://github.com/predis/predis/tree/v3.2.0"
  462. },
  463. "funding": [
  464. {
  465. "url": "https://github.com/sponsors/tillkruss",
  466. "type": "github"
  467. }
  468. ],
  469. "time": "2025-08-06T06:41:24+00:00"
  470. },
  471. {
  472. "name": "psr/cache",
  473. "version": "1.0.1",
  474. "source": {
  475. "type": "git",
  476. "url": "https://github.com/php-fig/cache.git",
  477. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  478. },
  479. "dist": {
  480. "type": "zip",
  481. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  482. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  483. "shasum": ""
  484. },
  485. "require": {
  486. "php": ">=5.3.0"
  487. },
  488. "type": "library",
  489. "extra": {
  490. "branch-alias": {
  491. "dev-master": "1.0.x-dev"
  492. }
  493. },
  494. "autoload": {
  495. "psr-4": {
  496. "Psr\\Cache\\": "src/"
  497. }
  498. },
  499. "notification-url": "https://packagist.org/downloads/",
  500. "license": [
  501. "MIT"
  502. ],
  503. "authors": [
  504. {
  505. "name": "PHP-FIG",
  506. "homepage": "http://www.php-fig.org/"
  507. }
  508. ],
  509. "description": "Common interface for caching libraries",
  510. "keywords": [
  511. "cache",
  512. "psr",
  513. "psr-6"
  514. ],
  515. "support": {
  516. "source": "https://github.com/php-fig/cache/tree/master"
  517. },
  518. "time": "2016-08-06T20:24:11+00:00"
  519. },
  520. {
  521. "name": "psr/container",
  522. "version": "1.1.2",
  523. "source": {
  524. "type": "git",
  525. "url": "https://github.com/php-fig/container.git",
  526. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  527. },
  528. "dist": {
  529. "type": "zip",
  530. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  531. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  532. "shasum": ""
  533. },
  534. "require": {
  535. "php": ">=7.4.0"
  536. },
  537. "type": "library",
  538. "autoload": {
  539. "psr-4": {
  540. "Psr\\Container\\": "src/"
  541. }
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "PHP-FIG",
  550. "homepage": "https://www.php-fig.org/"
  551. }
  552. ],
  553. "description": "Common Container Interface (PHP FIG PSR-11)",
  554. "homepage": "https://github.com/php-fig/container",
  555. "keywords": [
  556. "PSR-11",
  557. "container",
  558. "container-interface",
  559. "container-interop",
  560. "psr"
  561. ],
  562. "support": {
  563. "issues": "https://github.com/php-fig/container/issues",
  564. "source": "https://github.com/php-fig/container/tree/1.1.2"
  565. },
  566. "time": "2021-11-05T16:50:12+00:00"
  567. },
  568. {
  569. "name": "psr/http-message",
  570. "version": "1.1",
  571. "source": {
  572. "type": "git",
  573. "url": "https://github.com/php-fig/http-message.git",
  574. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  575. },
  576. "dist": {
  577. "type": "zip",
  578. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  579. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  580. "shasum": ""
  581. },
  582. "require": {
  583. "php": "^7.2 || ^8.0"
  584. },
  585. "type": "library",
  586. "extra": {
  587. "branch-alias": {
  588. "dev-master": "1.1.x-dev"
  589. }
  590. },
  591. "autoload": {
  592. "psr-4": {
  593. "Psr\\Http\\Message\\": "src/"
  594. }
  595. },
  596. "notification-url": "https://packagist.org/downloads/",
  597. "license": [
  598. "MIT"
  599. ],
  600. "authors": [
  601. {
  602. "name": "PHP-FIG",
  603. "homepage": "http://www.php-fig.org/"
  604. }
  605. ],
  606. "description": "Common interface for HTTP messages",
  607. "homepage": "https://github.com/php-fig/http-message",
  608. "keywords": [
  609. "http",
  610. "http-message",
  611. "psr",
  612. "psr-7",
  613. "request",
  614. "response"
  615. ],
  616. "support": {
  617. "source": "https://github.com/php-fig/http-message/tree/1.1"
  618. },
  619. "time": "2023-04-04T09:50:52+00:00"
  620. },
  621. {
  622. "name": "psr/log",
  623. "version": "1.1.4",
  624. "source": {
  625. "type": "git",
  626. "url": "https://github.com/php-fig/log.git",
  627. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  628. },
  629. "dist": {
  630. "type": "zip",
  631. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  632. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  633. "shasum": ""
  634. },
  635. "require": {
  636. "php": ">=5.3.0"
  637. },
  638. "type": "library",
  639. "extra": {
  640. "branch-alias": {
  641. "dev-master": "1.1.x-dev"
  642. }
  643. },
  644. "autoload": {
  645. "psr-4": {
  646. "Psr\\Log\\": "Psr/Log/"
  647. }
  648. },
  649. "notification-url": "https://packagist.org/downloads/",
  650. "license": [
  651. "MIT"
  652. ],
  653. "authors": [
  654. {
  655. "name": "PHP-FIG",
  656. "homepage": "https://www.php-fig.org/"
  657. }
  658. ],
  659. "description": "Common interface for logging libraries",
  660. "homepage": "https://github.com/php-fig/log",
  661. "keywords": [
  662. "log",
  663. "psr",
  664. "psr-3"
  665. ],
  666. "support": {
  667. "source": "https://github.com/php-fig/log/tree/1.1.4"
  668. },
  669. "time": "2021-05-03T11:20:27+00:00"
  670. },
  671. {
  672. "name": "psr/simple-cache",
  673. "version": "1.0.1",
  674. "source": {
  675. "type": "git",
  676. "url": "https://github.com/php-fig/simple-cache.git",
  677. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  678. },
  679. "dist": {
  680. "type": "zip",
  681. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  682. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  683. "shasum": ""
  684. },
  685. "require": {
  686. "php": ">=5.3.0"
  687. },
  688. "type": "library",
  689. "extra": {
  690. "branch-alias": {
  691. "dev-master": "1.0.x-dev"
  692. }
  693. },
  694. "autoload": {
  695. "psr-4": {
  696. "Psr\\SimpleCache\\": "src/"
  697. }
  698. },
  699. "notification-url": "https://packagist.org/downloads/",
  700. "license": [
  701. "MIT"
  702. ],
  703. "authors": [
  704. {
  705. "name": "PHP-FIG",
  706. "homepage": "http://www.php-fig.org/"
  707. }
  708. ],
  709. "description": "Common interfaces for simple caching",
  710. "keywords": [
  711. "cache",
  712. "caching",
  713. "psr",
  714. "psr-16",
  715. "simple-cache"
  716. ],
  717. "support": {
  718. "source": "https://github.com/php-fig/simple-cache/tree/master"
  719. },
  720. "time": "2017-10-23T01:57:42+00:00"
  721. },
  722. {
  723. "name": "ramsey/collection",
  724. "version": "2.1.1",
  725. "source": {
  726. "type": "git",
  727. "url": "https://github.com/ramsey/collection.git",
  728. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
  729. },
  730. "dist": {
  731. "type": "zip",
  732. "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
  733. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
  734. "shasum": ""
  735. },
  736. "require": {
  737. "php": "^8.1"
  738. },
  739. "require-dev": {
  740. "captainhook/plugin-composer": "^5.3",
  741. "ergebnis/composer-normalize": "^2.45",
  742. "fakerphp/faker": "^1.24",
  743. "hamcrest/hamcrest-php": "^2.0",
  744. "jangregor/phpstan-prophecy": "^2.1",
  745. "mockery/mockery": "^1.6",
  746. "php-parallel-lint/php-console-highlighter": "^1.0",
  747. "php-parallel-lint/php-parallel-lint": "^1.4",
  748. "phpspec/prophecy-phpunit": "^2.3",
  749. "phpstan/extension-installer": "^1.4",
  750. "phpstan/phpstan": "^2.1",
  751. "phpstan/phpstan-mockery": "^2.0",
  752. "phpstan/phpstan-phpunit": "^2.0",
  753. "phpunit/phpunit": "^10.5",
  754. "ramsey/coding-standard": "^2.3",
  755. "ramsey/conventional-commits": "^1.6",
  756. "roave/security-advisories": "dev-latest"
  757. },
  758. "type": "library",
  759. "extra": {
  760. "captainhook": {
  761. "force-install": true
  762. },
  763. "ramsey/conventional-commits": {
  764. "configFile": "conventional-commits.json"
  765. }
  766. },
  767. "autoload": {
  768. "psr-4": {
  769. "Ramsey\\Collection\\": "src/"
  770. }
  771. },
  772. "notification-url": "https://packagist.org/downloads/",
  773. "license": [
  774. "MIT"
  775. ],
  776. "authors": [
  777. {
  778. "name": "Ben Ramsey",
  779. "email": "ben@benramsey.com",
  780. "homepage": "https://benramsey.com"
  781. }
  782. ],
  783. "description": "A PHP library for representing and manipulating collections.",
  784. "keywords": [
  785. "array",
  786. "collection",
  787. "hash",
  788. "map",
  789. "queue",
  790. "set"
  791. ],
  792. "support": {
  793. "issues": "https://github.com/ramsey/collection/issues",
  794. "source": "https://github.com/ramsey/collection/tree/2.1.1"
  795. },
  796. "time": "2025-03-22T05:38:12+00:00"
  797. },
  798. {
  799. "name": "ramsey/uuid",
  800. "version": "4.9.0",
  801. "source": {
  802. "type": "git",
  803. "url": "https://github.com/ramsey/uuid.git",
  804. "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0"
  805. },
  806. "dist": {
  807. "type": "zip",
  808. "url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0",
  809. "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0",
  810. "shasum": ""
  811. },
  812. "require": {
  813. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
  814. "php": "^8.0",
  815. "ramsey/collection": "^1.2 || ^2.0"
  816. },
  817. "replace": {
  818. "rhumsaa/uuid": "self.version"
  819. },
  820. "require-dev": {
  821. "captainhook/captainhook": "^5.25",
  822. "captainhook/plugin-composer": "^5.3",
  823. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  824. "ergebnis/composer-normalize": "^2.47",
  825. "mockery/mockery": "^1.6",
  826. "paragonie/random-lib": "^2",
  827. "php-mock/php-mock": "^2.6",
  828. "php-mock/php-mock-mockery": "^1.5",
  829. "php-parallel-lint/php-parallel-lint": "^1.4.0",
  830. "phpbench/phpbench": "^1.2.14",
  831. "phpstan/extension-installer": "^1.4",
  832. "phpstan/phpstan": "^2.1",
  833. "phpstan/phpstan-mockery": "^2.0",
  834. "phpstan/phpstan-phpunit": "^2.0",
  835. "phpunit/phpunit": "^9.6",
  836. "slevomat/coding-standard": "^8.18",
  837. "squizlabs/php_codesniffer": "^3.13"
  838. },
  839. "suggest": {
  840. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  841. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  842. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  843. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  844. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  845. },
  846. "type": "library",
  847. "extra": {
  848. "captainhook": {
  849. "force-install": true
  850. }
  851. },
  852. "autoload": {
  853. "files": [
  854. "src/functions.php"
  855. ],
  856. "psr-4": {
  857. "Ramsey\\Uuid\\": "src/"
  858. }
  859. },
  860. "notification-url": "https://packagist.org/downloads/",
  861. "license": [
  862. "MIT"
  863. ],
  864. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  865. "keywords": [
  866. "guid",
  867. "identifier",
  868. "uuid"
  869. ],
  870. "support": {
  871. "issues": "https://github.com/ramsey/uuid/issues",
  872. "source": "https://github.com/ramsey/uuid/tree/4.9.0"
  873. },
  874. "time": "2025-06-25T14:20:11+00:00"
  875. },
  876. {
  877. "name": "topthink/framework",
  878. "version": "v6.1.5",
  879. "source": {
  880. "type": "git",
  881. "url": "https://github.com/top-think/framework.git",
  882. "reference": "57d1950a1844ef8d3098ea290032aeb92e2e32c3"
  883. },
  884. "dist": {
  885. "type": "zip",
  886. "url": "https://api.github.com/repos/top-think/framework/zipball/57d1950a1844ef8d3098ea290032aeb92e2e32c3",
  887. "reference": "57d1950a1844ef8d3098ea290032aeb92e2e32c3",
  888. "shasum": ""
  889. },
  890. "require": {
  891. "ext-json": "*",
  892. "ext-mbstring": "*",
  893. "php": ">=7.2.5",
  894. "psr/container": "~1.0",
  895. "psr/http-message": "^1.0",
  896. "psr/log": "~1.0",
  897. "psr/simple-cache": "^1.0",
  898. "topthink/think-helper": "^3.1.1",
  899. "topthink/think-orm": "^2.0|^3.0"
  900. },
  901. "require-dev": {
  902. "guzzlehttp/psr7": "^2.1.0",
  903. "mikey179/vfsstream": "^1.6",
  904. "mockery/mockery": "^1.2",
  905. "phpunit/phpunit": "^7.0"
  906. },
  907. "type": "library",
  908. "autoload": {
  909. "files": [],
  910. "psr-4": {
  911. "think\\": "src/think/"
  912. }
  913. },
  914. "notification-url": "https://packagist.org/downloads/",
  915. "license": [
  916. "Apache-2.0"
  917. ],
  918. "authors": [
  919. {
  920. "name": "liu21st",
  921. "email": "liu21st@gmail.com"
  922. },
  923. {
  924. "name": "yunwuxin",
  925. "email": "448901948@qq.com"
  926. }
  927. ],
  928. "description": "The ThinkPHP Framework.",
  929. "homepage": "http://thinkphp.cn/",
  930. "keywords": [
  931. "framework",
  932. "orm",
  933. "thinkphp"
  934. ],
  935. "support": {
  936. "issues": "https://github.com/top-think/framework/issues",
  937. "source": "https://github.com/top-think/framework/tree/v6.1.5"
  938. },
  939. "time": "2024-04-16T02:01:19+00:00"
  940. },
  941. {
  942. "name": "topthink/think-captcha",
  943. "version": "v3.0.11",
  944. "source": {
  945. "type": "git",
  946. "url": "https://github.com/top-think/think-captcha.git",
  947. "reference": "4f24f560a31011329e3d144732e5370d7676b3fb"
  948. },
  949. "dist": {
  950. "type": "zip",
  951. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/4f24f560a31011329e3d144732e5370d7676b3fb",
  952. "reference": "4f24f560a31011329e3d144732e5370d7676b3fb",
  953. "shasum": ""
  954. },
  955. "require": {
  956. "topthink/framework": "^6.0|^8.0"
  957. },
  958. "type": "library",
  959. "extra": {
  960. "think": {
  961. "config": {
  962. "captcha": "src/config.php"
  963. },
  964. "services": [
  965. "think\\captcha\\CaptchaService"
  966. ]
  967. }
  968. },
  969. "autoload": {
  970. "files": [
  971. "src/helper.php"
  972. ],
  973. "psr-4": {
  974. "think\\captcha\\": "src/"
  975. }
  976. },
  977. "notification-url": "https://packagist.org/downloads/",
  978. "license": [
  979. "Apache-2.0"
  980. ],
  981. "authors": [
  982. {
  983. "name": "yunwuxin",
  984. "email": "448901948@qq.com"
  985. }
  986. ],
  987. "description": "captcha package for thinkphp",
  988. "support": {
  989. "issues": "https://github.com/top-think/think-captcha/issues",
  990. "source": "https://github.com/top-think/think-captcha/tree/v3.0.11"
  991. },
  992. "time": "2024-11-22T12:59:35+00:00"
  993. },
  994. {
  995. "name": "topthink/think-filesystem",
  996. "version": "v2.0.3",
  997. "source": {
  998. "type": "git",
  999. "url": "https://github.com/top-think/think-filesystem.git",
  1000. "reference": "e8e51adb9f3a3f3aac2aa3ef73b7b439100f777d"
  1001. },
  1002. "dist": {
  1003. "type": "zip",
  1004. "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/e8e51adb9f3a3f3aac2aa3ef73b7b439100f777d",
  1005. "reference": "e8e51adb9f3a3f3aac2aa3ef73b7b439100f777d",
  1006. "shasum": ""
  1007. },
  1008. "require": {
  1009. "league/flysystem": "^1.1.4",
  1010. "league/flysystem-cached-adapter": "^1.0",
  1011. "php": ">=7.2.5",
  1012. "topthink/framework": "^6.1|^8.0"
  1013. },
  1014. "require-dev": {
  1015. "mikey179/vfsstream": "^1.6",
  1016. "mockery/mockery": "^1.2",
  1017. "phpunit/phpunit": "^8.0"
  1018. },
  1019. "type": "library",
  1020. "autoload": {
  1021. "psr-4": {
  1022. "think\\": "src"
  1023. }
  1024. },
  1025. "notification-url": "https://packagist.org/downloads/",
  1026. "license": [
  1027. "Apache-2.0"
  1028. ],
  1029. "authors": [
  1030. {
  1031. "name": "yunwuxin",
  1032. "email": "448901948@qq.com"
  1033. }
  1034. ],
  1035. "description": "The ThinkPHP6.1 Filesystem Package",
  1036. "support": {
  1037. "issues": "https://github.com/top-think/think-filesystem/issues",
  1038. "source": "https://github.com/top-think/think-filesystem/tree/v2.0.3"
  1039. },
  1040. "time": "2024-10-16T03:37:24+00:00"
  1041. },
  1042. {
  1043. "name": "topthink/think-helper",
  1044. "version": "v3.1.11",
  1045. "source": {
  1046. "type": "git",
  1047. "url": "https://github.com/top-think/think-helper.git",
  1048. "reference": "1d6ada9b9f3130046bf6922fe1bd159c8d88a33c"
  1049. },
  1050. "dist": {
  1051. "type": "zip",
  1052. "url": "https://api.github.com/repos/top-think/think-helper/zipball/1d6ada9b9f3130046bf6922fe1bd159c8d88a33c",
  1053. "reference": "1d6ada9b9f3130046bf6922fe1bd159c8d88a33c",
  1054. "shasum": ""
  1055. },
  1056. "require": {
  1057. "php": ">=7.1.0"
  1058. },
  1059. "require-dev": {
  1060. "phpunit/phpunit": "^9.5"
  1061. },
  1062. "type": "library",
  1063. "autoload": {
  1064. "files": [
  1065. "src/helper.php"
  1066. ],
  1067. "psr-4": {
  1068. "think\\": "src"
  1069. }
  1070. },
  1071. "notification-url": "https://packagist.org/downloads/",
  1072. "license": [
  1073. "Apache-2.0"
  1074. ],
  1075. "authors": [
  1076. {
  1077. "name": "yunwuxin",
  1078. "email": "448901948@qq.com"
  1079. }
  1080. ],
  1081. "description": "The ThinkPHP6 Helper Package",
  1082. "support": {
  1083. "issues": "https://github.com/top-think/think-helper/issues",
  1084. "source": "https://github.com/top-think/think-helper/tree/v3.1.11"
  1085. },
  1086. "time": "2025-04-07T06:55:59+00:00"
  1087. },
  1088. {
  1089. "name": "topthink/think-orm",
  1090. "version": "v2.0.62",
  1091. "source": {
  1092. "type": "git",
  1093. "url": "https://github.com/top-think/think-orm.git",
  1094. "reference": "e53bfea572a133039ad687077120de5521af617f"
  1095. },
  1096. "dist": {
  1097. "type": "zip",
  1098. "url": "https://api.github.com/repos/top-think/think-orm/zipball/e53bfea572a133039ad687077120de5521af617f",
  1099. "reference": "e53bfea572a133039ad687077120de5521af617f",
  1100. "shasum": ""
  1101. },
  1102. "require": {
  1103. "ext-json": "*",
  1104. "ext-pdo": "*",
  1105. "php": ">=7.1.0",
  1106. "psr/log": "^1.0|^2.0",
  1107. "psr/simple-cache": "^1.0|^2.0",
  1108. "topthink/think-helper": "^3.1"
  1109. },
  1110. "require-dev": {
  1111. "phpunit/phpunit": "^7|^8|^9.5"
  1112. },
  1113. "type": "library",
  1114. "autoload": {
  1115. "files": [
  1116. "stubs/load_stubs.php"
  1117. ],
  1118. "psr-4": {
  1119. "think\\": "src"
  1120. }
  1121. },
  1122. "notification-url": "https://packagist.org/downloads/",
  1123. "license": [
  1124. "Apache-2.0"
  1125. ],
  1126. "authors": [
  1127. {
  1128. "name": "liu21st",
  1129. "email": "liu21st@gmail.com"
  1130. }
  1131. ],
  1132. "description": "think orm",
  1133. "keywords": [
  1134. "database",
  1135. "orm"
  1136. ],
  1137. "support": {
  1138. "issues": "https://github.com/top-think/think-orm/issues",
  1139. "source": "https://github.com/top-think/think-orm/tree/v2.0.62"
  1140. },
  1141. "time": "2024-09-22T06:17:47+00:00"
  1142. }
  1143. ],
  1144. "packages-dev": [
  1145. {
  1146. "name": "symfony/polyfill-mbstring",
  1147. "version": "v1.32.0",
  1148. "source": {
  1149. "type": "git",
  1150. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1151. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
  1152. },
  1153. "dist": {
  1154. "type": "zip",
  1155. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
  1156. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
  1157. "shasum": ""
  1158. },
  1159. "require": {
  1160. "ext-iconv": "*",
  1161. "php": ">=7.2"
  1162. },
  1163. "provide": {
  1164. "ext-mbstring": "*"
  1165. },
  1166. "suggest": {
  1167. "ext-mbstring": "For best performance"
  1168. },
  1169. "type": "library",
  1170. "extra": {
  1171. "thanks": {
  1172. "url": "https://github.com/symfony/polyfill",
  1173. "name": "symfony/polyfill"
  1174. }
  1175. },
  1176. "autoload": {
  1177. "files": [
  1178. "bootstrap.php"
  1179. ],
  1180. "psr-4": {
  1181. "Symfony\\Polyfill\\Mbstring\\": ""
  1182. }
  1183. },
  1184. "notification-url": "https://packagist.org/downloads/",
  1185. "license": [
  1186. "MIT"
  1187. ],
  1188. "authors": [
  1189. {
  1190. "name": "Nicolas Grekas",
  1191. "email": "p@tchwork.com"
  1192. },
  1193. {
  1194. "name": "Symfony Community",
  1195. "homepage": "https://symfony.com/contributors"
  1196. }
  1197. ],
  1198. "description": "Symfony polyfill for the Mbstring extension",
  1199. "homepage": "https://symfony.com",
  1200. "keywords": [
  1201. "compatibility",
  1202. "mbstring",
  1203. "polyfill",
  1204. "portable",
  1205. "shim"
  1206. ],
  1207. "support": {
  1208. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
  1209. },
  1210. "funding": [
  1211. {
  1212. "url": "https://symfony.com/sponsor",
  1213. "type": "custom"
  1214. },
  1215. {
  1216. "url": "https://github.com/fabpot",
  1217. "type": "github"
  1218. },
  1219. {
  1220. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1221. "type": "tidelift"
  1222. }
  1223. ],
  1224. "time": "2024-12-23T08:48:59+00:00"
  1225. },
  1226. {
  1227. "name": "symfony/polyfill-php72",
  1228. "version": "v1.31.0",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/symfony/polyfill-php72.git",
  1232. "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
  1237. "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
  1238. "shasum": ""
  1239. },
  1240. "require": {
  1241. "php": ">=7.2"
  1242. },
  1243. "type": "metapackage",
  1244. "extra": {
  1245. "thanks": {
  1246. "url": "https://github.com/symfony/polyfill",
  1247. "name": "symfony/polyfill"
  1248. }
  1249. },
  1250. "notification-url": "https://packagist.org/downloads/",
  1251. "license": [
  1252. "MIT"
  1253. ],
  1254. "authors": [
  1255. {
  1256. "name": "Nicolas Grekas",
  1257. "email": "p@tchwork.com"
  1258. },
  1259. {
  1260. "name": "Symfony Community",
  1261. "homepage": "https://symfony.com/contributors"
  1262. }
  1263. ],
  1264. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1265. "homepage": "https://symfony.com",
  1266. "keywords": [
  1267. "compatibility",
  1268. "polyfill",
  1269. "portable",
  1270. "shim"
  1271. ],
  1272. "support": {
  1273. "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0"
  1274. },
  1275. "funding": [
  1276. {
  1277. "url": "https://symfony.com/sponsor",
  1278. "type": "custom"
  1279. },
  1280. {
  1281. "url": "https://github.com/fabpot",
  1282. "type": "github"
  1283. },
  1284. {
  1285. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1286. "type": "tidelift"
  1287. }
  1288. ],
  1289. "time": "2024-09-09T11:45:10+00:00"
  1290. },
  1291. {
  1292. "name": "symfony/polyfill-php80",
  1293. "version": "v1.32.0",
  1294. "source": {
  1295. "type": "git",
  1296. "url": "https://github.com/symfony/polyfill-php80.git",
  1297. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
  1298. },
  1299. "dist": {
  1300. "type": "zip",
  1301. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  1302. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  1303. "shasum": ""
  1304. },
  1305. "require": {
  1306. "php": ">=7.2"
  1307. },
  1308. "type": "library",
  1309. "extra": {
  1310. "thanks": {
  1311. "url": "https://github.com/symfony/polyfill",
  1312. "name": "symfony/polyfill"
  1313. }
  1314. },
  1315. "autoload": {
  1316. "files": [
  1317. "bootstrap.php"
  1318. ],
  1319. "psr-4": {
  1320. "Symfony\\Polyfill\\Php80\\": ""
  1321. },
  1322. "classmap": [
  1323. "Resources/stubs"
  1324. ]
  1325. },
  1326. "notification-url": "https://packagist.org/downloads/",
  1327. "license": [
  1328. "MIT"
  1329. ],
  1330. "authors": [
  1331. {
  1332. "name": "Ion Bazan",
  1333. "email": "ion.bazan@gmail.com"
  1334. },
  1335. {
  1336. "name": "Nicolas Grekas",
  1337. "email": "p@tchwork.com"
  1338. },
  1339. {
  1340. "name": "Symfony Community",
  1341. "homepage": "https://symfony.com/contributors"
  1342. }
  1343. ],
  1344. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1345. "homepage": "https://symfony.com",
  1346. "keywords": [
  1347. "compatibility",
  1348. "polyfill",
  1349. "portable",
  1350. "shim"
  1351. ],
  1352. "support": {
  1353. "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
  1354. },
  1355. "funding": [
  1356. {
  1357. "url": "https://symfony.com/sponsor",
  1358. "type": "custom"
  1359. },
  1360. {
  1361. "url": "https://github.com/fabpot",
  1362. "type": "github"
  1363. },
  1364. {
  1365. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1366. "type": "tidelift"
  1367. }
  1368. ],
  1369. "time": "2025-01-02T08:10:11+00:00"
  1370. },
  1371. {
  1372. "name": "symfony/var-dumper",
  1373. "version": "v4.4.47",
  1374. "source": {
  1375. "type": "git",
  1376. "url": "https://github.com/symfony/var-dumper.git",
  1377. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
  1378. },
  1379. "dist": {
  1380. "type": "zip",
  1381. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
  1382. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
  1383. "shasum": ""
  1384. },
  1385. "require": {
  1386. "php": ">=7.1.3",
  1387. "symfony/polyfill-mbstring": "~1.0",
  1388. "symfony/polyfill-php72": "~1.5",
  1389. "symfony/polyfill-php80": "^1.16"
  1390. },
  1391. "conflict": {
  1392. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1393. "symfony/console": "<3.4"
  1394. },
  1395. "require-dev": {
  1396. "ext-iconv": "*",
  1397. "symfony/console": "^3.4|^4.0|^5.0",
  1398. "symfony/process": "^4.4|^5.0",
  1399. "twig/twig": "^1.43|^2.13|^3.0.4"
  1400. },
  1401. "suggest": {
  1402. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1403. "ext-intl": "To show region name in time zone dump",
  1404. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1405. },
  1406. "bin": [
  1407. "Resources/bin/var-dump-server"
  1408. ],
  1409. "type": "library",
  1410. "autoload": {
  1411. "files": [
  1412. "Resources/functions/dump.php"
  1413. ],
  1414. "psr-4": {
  1415. "Symfony\\Component\\VarDumper\\": ""
  1416. },
  1417. "exclude-from-classmap": [
  1418. "/Tests/"
  1419. ]
  1420. },
  1421. "notification-url": "https://packagist.org/downloads/",
  1422. "license": [
  1423. "MIT"
  1424. ],
  1425. "authors": [
  1426. {
  1427. "name": "Nicolas Grekas",
  1428. "email": "p@tchwork.com"
  1429. },
  1430. {
  1431. "name": "Symfony Community",
  1432. "homepage": "https://symfony.com/contributors"
  1433. }
  1434. ],
  1435. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1436. "homepage": "https://symfony.com",
  1437. "keywords": [
  1438. "debug",
  1439. "dump"
  1440. ],
  1441. "support": {
  1442. "source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
  1443. },
  1444. "funding": [
  1445. {
  1446. "url": "https://symfony.com/sponsor",
  1447. "type": "custom"
  1448. },
  1449. {
  1450. "url": "https://github.com/fabpot",
  1451. "type": "github"
  1452. },
  1453. {
  1454. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1455. "type": "tidelift"
  1456. }
  1457. ],
  1458. "time": "2022-10-03T15:15:11+00:00"
  1459. },
  1460. {
  1461. "name": "topthink/think-trace",
  1462. "version": "v1.6",
  1463. "source": {
  1464. "type": "git",
  1465. "url": "https://github.com/top-think/think-trace.git",
  1466. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
  1467. },
  1468. "dist": {
  1469. "type": "zip",
  1470. "url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1471. "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
  1472. "shasum": ""
  1473. },
  1474. "require": {
  1475. "php": ">=7.1.0",
  1476. "topthink/framework": "^6.0|^8.0"
  1477. },
  1478. "type": "library",
  1479. "extra": {
  1480. "think": {
  1481. "config": {
  1482. "trace": "src/config.php"
  1483. },
  1484. "services": [
  1485. "think\\trace\\Service"
  1486. ]
  1487. }
  1488. },
  1489. "autoload": {
  1490. "psr-4": {
  1491. "think\\trace\\": "src"
  1492. }
  1493. },
  1494. "notification-url": "https://packagist.org/downloads/",
  1495. "license": [
  1496. "Apache-2.0"
  1497. ],
  1498. "authors": [
  1499. {
  1500. "name": "liu21st",
  1501. "email": "liu21st@gmail.com"
  1502. }
  1503. ],
  1504. "description": "thinkphp debug trace",
  1505. "support": {
  1506. "issues": "https://github.com/top-think/think-trace/issues",
  1507. "source": "https://github.com/top-think/think-trace/tree/v1.6"
  1508. },
  1509. "time": "2023-02-07T08:36:32+00:00"
  1510. }
  1511. ],
  1512. "aliases": [],
  1513. "minimum-stability": "stable",
  1514. "stability-flags": [],
  1515. "prefer-stable": false,
  1516. "prefer-lowest": false,
  1517. "platform": {
  1518. "php": ">=7.2.5"
  1519. },
  1520. "platform-dev": [],
  1521. "plugin-api-version": "2.0.0"
  1522. }