composer.lock 52 KB

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