installed.json 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792
  1. {
  2. "packages": [
  3. {
  4. "name": "box/spout",
  5. "version": "v3.3.0",
  6. "version_normalized": "3.3.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/box/spout.git",
  10. "reference": "9bdb027d312b732515b884a341c0ad70372c6295"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/box/spout/zipball/9bdb027d312b732515b884a341c0ad70372c6295",
  15. "reference": "9bdb027d312b732515b884a341c0ad70372c6295",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-dom": "*",
  20. "ext-xmlreader": "*",
  21. "ext-zip": "*",
  22. "php": ">=7.2.0"
  23. },
  24. "require-dev": {
  25. "friendsofphp/php-cs-fixer": "^2",
  26. "phpunit/phpunit": "^8"
  27. },
  28. "suggest": {
  29. "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
  30. "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
  31. },
  32. "time": "2021-05-14T21:18:09+00:00",
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "3.1.x-dev"
  37. },
  38. "patches_applied": {
  39. "Add return type declarations to Iterator methods": "patches/box-spout-php8-compatibility.patch"
  40. }
  41. },
  42. "installation-source": "dist",
  43. "autoload": {
  44. "psr-4": {
  45. "Box\\Spout\\": "src/Spout"
  46. }
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "Apache-2.0"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Adrien Loison",
  55. "email": "adrien@box.com"
  56. }
  57. ],
  58. "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
  59. "homepage": "https://www.github.com/box/spout",
  60. "keywords": [
  61. "OOXML",
  62. "csv",
  63. "excel",
  64. "memory",
  65. "odf",
  66. "ods",
  67. "office",
  68. "open",
  69. "php",
  70. "read",
  71. "scale",
  72. "spreadsheet",
  73. "stream",
  74. "write",
  75. "xlsx"
  76. ],
  77. "support": {
  78. "issues": "https://github.com/box/spout/issues",
  79. "source": "https://github.com/box/spout/tree/v3.3.0"
  80. },
  81. "abandoned": true,
  82. "install-path": "../box/spout"
  83. },
  84. {
  85. "name": "cweagans/composer-patches",
  86. "version": "1.7.3",
  87. "version_normalized": "1.7.3.0",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/cweagans/composer-patches.git",
  91. "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
  96. "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "composer-plugin-api": "^1.0 || ^2.0",
  101. "php": ">=5.3.0"
  102. },
  103. "require-dev": {
  104. "composer/composer": "~1.0 || ~2.0",
  105. "phpunit/phpunit": "~4.6"
  106. },
  107. "time": "2022-12-20T22:53:13+00:00",
  108. "type": "composer-plugin",
  109. "extra": {
  110. "class": "cweagans\\Composer\\Patches"
  111. },
  112. "installation-source": "dist",
  113. "autoload": {
  114. "psr-4": {
  115. "cweagans\\Composer\\": "src"
  116. }
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "BSD-3-Clause"
  121. ],
  122. "authors": [
  123. {
  124. "name": "Cameron Eagans",
  125. "email": "me@cweagans.net"
  126. }
  127. ],
  128. "description": "Provides a way to patch Composer packages.",
  129. "support": {
  130. "issues": "https://github.com/cweagans/composer-patches/issues",
  131. "source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
  132. },
  133. "install-path": "../cweagans/composer-patches"
  134. },
  135. {
  136. "name": "dragonmantank/cron-expression",
  137. "version": "v2.3.1",
  138. "version_normalized": "2.3.1.0",
  139. "source": {
  140. "type": "git",
  141. "url": "https://github.com/dragonmantank/cron-expression.git",
  142. "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2"
  143. },
  144. "dist": {
  145. "type": "zip",
  146. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2",
  147. "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2",
  148. "shasum": ""
  149. },
  150. "require": {
  151. "php": "^7.0|^8.0"
  152. },
  153. "require-dev": {
  154. "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
  155. },
  156. "time": "2020-10-13T00:52:37+00:00",
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "2.3-dev"
  161. }
  162. },
  163. "installation-source": "dist",
  164. "autoload": {
  165. "psr-4": {
  166. "Cron\\": "src/Cron/"
  167. }
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Michael Dowling",
  176. "email": "mtdowling@gmail.com",
  177. "homepage": "https://github.com/mtdowling"
  178. },
  179. {
  180. "name": "Chris Tankersley",
  181. "email": "chris@ctankersley.com",
  182. "homepage": "https://github.com/dragonmantank"
  183. }
  184. ],
  185. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  186. "keywords": [
  187. "cron",
  188. "schedule"
  189. ],
  190. "support": {
  191. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  192. "source": "https://github.com/dragonmantank/cron-expression/tree/v2.3.1"
  193. },
  194. "funding": [
  195. {
  196. "url": "https://github.com/dragonmantank",
  197. "type": "github"
  198. }
  199. ],
  200. "install-path": "../dragonmantank/cron-expression"
  201. },
  202. {
  203. "name": "erusev/parsedown",
  204. "version": "1.7.4",
  205. "version_normalized": "1.7.4.0",
  206. "source": {
  207. "type": "git",
  208. "url": "https://github.com/erusev/parsedown.git",
  209. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
  210. },
  211. "dist": {
  212. "type": "zip",
  213. "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  214. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  215. "shasum": ""
  216. },
  217. "require": {
  218. "ext-mbstring": "*",
  219. "php": ">=5.3.0"
  220. },
  221. "require-dev": {
  222. "phpunit/phpunit": "^4.8.35"
  223. },
  224. "time": "2019-12-30T22:54:17+00:00",
  225. "type": "library",
  226. "extra": {
  227. "patches_applied": {
  228. "Add namespace to Parsedown class": "patches/parsedown-add-namespace.patch"
  229. }
  230. },
  231. "installation-source": "dist",
  232. "autoload": {
  233. "psr-0": {
  234. "Parsedown": ""
  235. }
  236. },
  237. "notification-url": "https://packagist.org/downloads/",
  238. "license": [
  239. "MIT"
  240. ],
  241. "authors": [
  242. {
  243. "name": "Emanuil Rusev",
  244. "email": "hello@erusev.com",
  245. "homepage": "http://erusev.com"
  246. }
  247. ],
  248. "description": "Parser for Markdown.",
  249. "homepage": "http://parsedown.org",
  250. "keywords": [
  251. "markdown",
  252. "parser"
  253. ],
  254. "support": {
  255. "issues": "https://github.com/erusev/parsedown/issues",
  256. "source": "https://github.com/erusev/parsedown/tree/1.7.x"
  257. },
  258. "install-path": "../erusev/parsedown"
  259. },
  260. {
  261. "name": "ezyang/htmlpurifier",
  262. "version": "v4.18.0",
  263. "version_normalized": "4.18.0.0",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/ezyang/htmlpurifier.git",
  267. "reference": "cb56001e54359df7ae76dc522d08845dc741621b"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
  272. "reference": "cb56001e54359df7ae76dc522d08845dc741621b",
  273. "shasum": ""
  274. },
  275. "require": {
  276. "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
  277. },
  278. "require-dev": {
  279. "cerdic/css-tidy": "^1.7 || ^2.0",
  280. "simpletest/simpletest": "dev-master"
  281. },
  282. "suggest": {
  283. "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
  284. "ext-bcmath": "Used for unit conversion and imagecrash protection",
  285. "ext-iconv": "Converts text to and from non-UTF-8 encodings",
  286. "ext-tidy": "Used for pretty-printing HTML"
  287. },
  288. "time": "2024-11-01T03:51:45+00:00",
  289. "type": "library",
  290. "installation-source": "dist",
  291. "autoload": {
  292. "files": [
  293. "library/HTMLPurifier.composer.php"
  294. ],
  295. "psr-0": {
  296. "HTMLPurifier": "library/"
  297. },
  298. "exclude-from-classmap": [
  299. "/library/HTMLPurifier/Language/"
  300. ]
  301. },
  302. "notification-url": "https://packagist.org/downloads/",
  303. "license": [
  304. "LGPL-2.1-or-later"
  305. ],
  306. "authors": [
  307. {
  308. "name": "Edward Z. Yang",
  309. "email": "admin@htmlpurifier.org",
  310. "homepage": "http://ezyang.com"
  311. }
  312. ],
  313. "description": "Standards compliant HTML filter written in PHP",
  314. "homepage": "http://htmlpurifier.org/",
  315. "keywords": [
  316. "html"
  317. ],
  318. "support": {
  319. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  320. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0"
  321. },
  322. "install-path": "../ezyang/htmlpurifier"
  323. },
  324. {
  325. "name": "gorhill/php-fine-diff",
  326. "version": "0.1.0",
  327. "version_normalized": "0.1.0.0",
  328. "source": {
  329. "type": "git",
  330. "url": "https://github.com/falk-graeser/PHP-FineDiff.git",
  331. "reference": "b0c9ab136958882c501d461b0ad204f908e19392"
  332. },
  333. "dist": {
  334. "type": "zip",
  335. "url": "https://api.github.com/repos/falk-graeser/PHP-FineDiff/zipball/b0c9ab136958882c501d461b0ad204f908e19392",
  336. "reference": "b0c9ab136958882c501d461b0ad204f908e19392",
  337. "shasum": ""
  338. },
  339. "time": "2015-07-30T10:21:26+00:00",
  340. "type": "library",
  341. "extra": {
  342. "patches_applied": {
  343. "Fix class reference to work with namespaces": "patches/finediff-fix-class-reference.patch"
  344. }
  345. },
  346. "installation-source": "dist",
  347. "autoload": {
  348. "psr-4": {
  349. "GorHill\\FineDiff\\": "GorHill/FineDiff"
  350. }
  351. },
  352. "notification-url": "https://packagist.org/downloads/",
  353. "license": [
  354. "MIT"
  355. ],
  356. "authors": [
  357. {
  358. "name": "Raymond Hill",
  359. "email": "r.michael@queo-group.com",
  360. "homepage": "http://www.queoflow.com/",
  361. "role": "Developer"
  362. },
  363. {
  364. "name": "Falk Gräser",
  365. "email": "f.graeser@queo-group.com",
  366. "homepage": "http://www.queoflow.com/",
  367. "role": "The-Clean-Up-Guy"
  368. }
  369. ],
  370. "homepage": "http://www.raymondhill.net/finediff/",
  371. "keywords": [
  372. "finediff"
  373. ],
  374. "support": {
  375. "source": "https://github.com/falk-graeser/PHP-FineDiff/tree/0.1.0"
  376. },
  377. "install-path": "../gorhill/php-fine-diff"
  378. },
  379. {
  380. "name": "gregwar/captcha",
  381. "version": "v1.3.0",
  382. "version_normalized": "1.3.0.0",
  383. "source": {
  384. "type": "git",
  385. "url": "https://github.com/Gregwar/Captcha.git",
  386. "reference": "4edbcd09fde4353b94ce550f43460eba73baf2cc"
  387. },
  388. "dist": {
  389. "type": "zip",
  390. "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/4edbcd09fde4353b94ce550f43460eba73baf2cc",
  391. "reference": "4edbcd09fde4353b94ce550f43460eba73baf2cc",
  392. "shasum": ""
  393. },
  394. "require": {
  395. "ext-fileinfo": "*",
  396. "ext-gd": "*",
  397. "ext-mbstring": "*",
  398. "php": ">=5.3.0",
  399. "symfony/finder": "*"
  400. },
  401. "require-dev": {
  402. "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6.4 || ^7.0 || ^8.0 || ^9.0"
  403. },
  404. "time": "2025-06-23T12:25:54+00:00",
  405. "type": "library",
  406. "installation-source": "dist",
  407. "autoload": {
  408. "psr-4": {
  409. "Gregwar\\": "src/Gregwar"
  410. }
  411. },
  412. "notification-url": "https://packagist.org/downloads/",
  413. "license": [
  414. "MIT"
  415. ],
  416. "authors": [
  417. {
  418. "name": "Grégoire Passault",
  419. "email": "g.passault@gmail.com",
  420. "homepage": "http://www.gregwar.com/"
  421. },
  422. {
  423. "name": "Jeremy Livingston",
  424. "email": "jeremy.j.livingston@gmail.com"
  425. }
  426. ],
  427. "description": "Captcha generator",
  428. "homepage": "https://github.com/Gregwar/Captcha",
  429. "keywords": [
  430. "bot",
  431. "captcha",
  432. "spam"
  433. ],
  434. "support": {
  435. "issues": "https://github.com/Gregwar/Captcha/issues",
  436. "source": "https://github.com/Gregwar/Captcha/tree/v1.3.0"
  437. },
  438. "install-path": "../gregwar/captcha"
  439. },
  440. {
  441. "name": "laminas/laminas-escaper",
  442. "version": "2.6.1",
  443. "version_normalized": "2.6.1.0",
  444. "source": {
  445. "type": "git",
  446. "url": "https://github.com/laminas/laminas-escaper.git",
  447. "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
  448. },
  449. "dist": {
  450. "type": "zip",
  451. "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
  452. "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
  453. "shasum": ""
  454. },
  455. "require": {
  456. "laminas/laminas-zendframework-bridge": "^1.0",
  457. "php": "^5.6 || ^7.0"
  458. },
  459. "replace": {
  460. "zendframework/zend-escaper": "self.version"
  461. },
  462. "require-dev": {
  463. "laminas/laminas-coding-standard": "~1.0.0",
  464. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
  465. },
  466. "time": "2019-12-31T16:43:30+00:00",
  467. "type": "library",
  468. "extra": {
  469. "branch-alias": {
  470. "dev-master": "2.6.x-dev",
  471. "dev-develop": "2.7.x-dev"
  472. }
  473. },
  474. "installation-source": "dist",
  475. "autoload": {
  476. "psr-4": {
  477. "Laminas\\Escaper\\": "src/"
  478. }
  479. },
  480. "notification-url": "https://packagist.org/downloads/",
  481. "license": [
  482. "BSD-3-Clause"
  483. ],
  484. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  485. "homepage": "https://laminas.dev",
  486. "keywords": [
  487. "escaper",
  488. "laminas"
  489. ],
  490. "support": {
  491. "chat": "https://laminas.dev/chat",
  492. "docs": "https://docs.laminas.dev/laminas-escaper/",
  493. "forum": "https://discourse.laminas.dev",
  494. "issues": "https://github.com/laminas/laminas-escaper/issues",
  495. "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
  496. "source": "https://github.com/laminas/laminas-escaper"
  497. },
  498. "install-path": "../laminas/laminas-escaper"
  499. },
  500. {
  501. "name": "laminas/laminas-zendframework-bridge",
  502. "version": "1.1.1",
  503. "version_normalized": "1.1.1.0",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  507. "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
  512. "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
  513. "shasum": ""
  514. },
  515. "require": {
  516. "php": "^5.6 || ^7.0 || ^8.0"
  517. },
  518. "require-dev": {
  519. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
  520. "squizlabs/php_codesniffer": "^3.5"
  521. },
  522. "time": "2020-09-14T14:23:00+00:00",
  523. "type": "library",
  524. "extra": {
  525. "laminas": {
  526. "module": "Laminas\\ZendFrameworkBridge"
  527. }
  528. },
  529. "installation-source": "dist",
  530. "autoload": {
  531. "files": [
  532. "src/autoload.php"
  533. ],
  534. "psr-4": {
  535. "Laminas\\ZendFrameworkBridge\\": "src//"
  536. }
  537. },
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "BSD-3-Clause"
  541. ],
  542. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  543. "keywords": [
  544. "ZendFramework",
  545. "autoloading",
  546. "laminas",
  547. "zf"
  548. ],
  549. "support": {
  550. "forum": "https://discourse.laminas.dev/",
  551. "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
  552. "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
  553. "source": "https://github.com/laminas/laminas-zendframework-bridge"
  554. },
  555. "funding": [
  556. {
  557. "url": "https://funding.communitybridge.org/projects/laminas-project",
  558. "type": "community_bridge"
  559. }
  560. ],
  561. "abandoned": true,
  562. "install-path": "../laminas/laminas-zendframework-bridge"
  563. },
  564. {
  565. "name": "markbaker/complex",
  566. "version": "1.5.0",
  567. "version_normalized": "1.5.0.0",
  568. "source": {
  569. "type": "git",
  570. "url": "https://github.com/MarkBaker/PHPComplex.git",
  571. "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2"
  572. },
  573. "dist": {
  574. "type": "zip",
  575. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/c3131244e29c08d44fefb49e0dd35021e9e39dd2",
  576. "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2",
  577. "shasum": ""
  578. },
  579. "require": {
  580. "php": "^5.6.0|^7.0"
  581. },
  582. "require-dev": {
  583. "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
  584. "phpcompatibility/php-compatibility": "^9.0",
  585. "phpdocumentor/phpdocumentor": "2.*",
  586. "phploc/phploc": "^4.0|^5.0|^6.0|^7.0",
  587. "phpmd/phpmd": "2.*",
  588. "phpunit/phpunit": "^4.8.35|^5.0|^6.0|^7.0",
  589. "sebastian/phpcpd": "2.*",
  590. "squizlabs/php_codesniffer": "^3.4.0"
  591. },
  592. "time": "2020-08-26T19:47:57+00:00",
  593. "type": "library",
  594. "installation-source": "dist",
  595. "autoload": {
  596. "files": [
  597. "classes/src/functions/abs.php",
  598. "classes/src/functions/acos.php",
  599. "classes/src/functions/acosh.php",
  600. "classes/src/functions/acot.php",
  601. "classes/src/functions/acoth.php",
  602. "classes/src/functions/acsc.php",
  603. "classes/src/functions/acsch.php",
  604. "classes/src/functions/argument.php",
  605. "classes/src/functions/asec.php",
  606. "classes/src/functions/asech.php",
  607. "classes/src/functions/asin.php",
  608. "classes/src/functions/asinh.php",
  609. "classes/src/functions/atan.php",
  610. "classes/src/functions/atanh.php",
  611. "classes/src/functions/conjugate.php",
  612. "classes/src/functions/cos.php",
  613. "classes/src/functions/cosh.php",
  614. "classes/src/functions/cot.php",
  615. "classes/src/functions/coth.php",
  616. "classes/src/functions/csc.php",
  617. "classes/src/functions/csch.php",
  618. "classes/src/functions/exp.php",
  619. "classes/src/functions/inverse.php",
  620. "classes/src/functions/ln.php",
  621. "classes/src/functions/log2.php",
  622. "classes/src/functions/log10.php",
  623. "classes/src/functions/negative.php",
  624. "classes/src/functions/pow.php",
  625. "classes/src/functions/rho.php",
  626. "classes/src/functions/sec.php",
  627. "classes/src/functions/sech.php",
  628. "classes/src/functions/sin.php",
  629. "classes/src/functions/sinh.php",
  630. "classes/src/functions/sqrt.php",
  631. "classes/src/functions/tan.php",
  632. "classes/src/functions/tanh.php",
  633. "classes/src/functions/theta.php",
  634. "classes/src/operations/add.php",
  635. "classes/src/operations/subtract.php",
  636. "classes/src/operations/multiply.php",
  637. "classes/src/operations/divideby.php",
  638. "classes/src/operations/divideinto.php"
  639. ],
  640. "psr-4": {
  641. "Complex\\": "classes/src/"
  642. }
  643. },
  644. "notification-url": "https://packagist.org/downloads/",
  645. "license": [
  646. "MIT"
  647. ],
  648. "authors": [
  649. {
  650. "name": "Mark Baker",
  651. "email": "mark@lange.demon.co.uk"
  652. }
  653. ],
  654. "description": "PHP Class for working with complex numbers",
  655. "homepage": "https://github.com/MarkBaker/PHPComplex",
  656. "keywords": [
  657. "complex",
  658. "mathematics"
  659. ],
  660. "support": {
  661. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  662. "source": "https://github.com/MarkBaker/PHPComplex/tree/1.5.0"
  663. },
  664. "install-path": "../markbaker/complex"
  665. },
  666. {
  667. "name": "markbaker/matrix",
  668. "version": "1.2.3",
  669. "version_normalized": "1.2.3.0",
  670. "source": {
  671. "type": "git",
  672. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  673. "reference": "44bb1ab01811116f01fe216ab37d921dccc6c10d"
  674. },
  675. "dist": {
  676. "type": "zip",
  677. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/44bb1ab01811116f01fe216ab37d921dccc6c10d",
  678. "reference": "44bb1ab01811116f01fe216ab37d921dccc6c10d",
  679. "shasum": ""
  680. },
  681. "require": {
  682. "php": "^5.6.0|^7.0.0"
  683. },
  684. "require-dev": {
  685. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  686. "phpcompatibility/php-compatibility": "dev-master",
  687. "phploc/phploc": "^4",
  688. "phpmd/phpmd": "dev-master",
  689. "phpunit/phpunit": "^5.7|^6.0|7.0",
  690. "sebastian/phpcpd": "^3.0",
  691. "squizlabs/php_codesniffer": "^3.0@dev"
  692. },
  693. "time": "2021-01-26T14:36:01+00:00",
  694. "type": "library",
  695. "installation-source": "dist",
  696. "autoload": {
  697. "files": [
  698. "classes/src/Functions/adjoint.php",
  699. "classes/src/Functions/antidiagonal.php",
  700. "classes/src/Functions/cofactors.php",
  701. "classes/src/Functions/determinant.php",
  702. "classes/src/Functions/diagonal.php",
  703. "classes/src/Functions/identity.php",
  704. "classes/src/Functions/inverse.php",
  705. "classes/src/Functions/minors.php",
  706. "classes/src/Functions/trace.php",
  707. "classes/src/Functions/transpose.php",
  708. "classes/src/Operations/add.php",
  709. "classes/src/Operations/directsum.php",
  710. "classes/src/Operations/subtract.php",
  711. "classes/src/Operations/multiply.php",
  712. "classes/src/Operations/divideby.php",
  713. "classes/src/Operations/divideinto.php"
  714. ],
  715. "psr-4": {
  716. "Matrix\\": "classes/src/"
  717. }
  718. },
  719. "notification-url": "https://packagist.org/downloads/",
  720. "license": [
  721. "MIT"
  722. ],
  723. "authors": [
  724. {
  725. "name": "Mark Baker",
  726. "email": "mark@lange.demon.co.uk"
  727. }
  728. ],
  729. "description": "PHP Class for working with matrices",
  730. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  731. "keywords": [
  732. "mathematics",
  733. "matrix",
  734. "vector"
  735. ],
  736. "support": {
  737. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  738. "source": "https://github.com/MarkBaker/PHPMatrix/tree/1.2.3"
  739. },
  740. "install-path": "../markbaker/matrix"
  741. },
  742. {
  743. "name": "masterexploder/phpthumb",
  744. "version": "2.1",
  745. "version_normalized": "2.1.0.0",
  746. "source": {
  747. "type": "git",
  748. "url": "https://github.com/masterexploder/PHPThumb.git",
  749. "reference": "01f6aa65aa3d136e175f67da2b4ea3e316770d02"
  750. },
  751. "dist": {
  752. "type": "zip",
  753. "url": "https://api.github.com/repos/masterexploder/PHPThumb/zipball/01f6aa65aa3d136e175f67da2b4ea3e316770d02",
  754. "reference": "01f6aa65aa3d136e175f67da2b4ea3e316770d02",
  755. "shasum": ""
  756. },
  757. "require": {
  758. "php": ">=5.3.0"
  759. },
  760. "time": "2015-09-08T22:55:44+00:00",
  761. "type": "library",
  762. "extra": {
  763. "patches_applied": {
  764. "Fix options array initialization in GD class": "patches/phpthumb-fix-options-array-initialization.patch"
  765. }
  766. },
  767. "installation-source": "dist",
  768. "autoload": {
  769. "psr-0": {
  770. "PHPThumb": "src",
  771. "PHPThumb\\Tests": "tests"
  772. }
  773. },
  774. "notification-url": "https://packagist.org/downloads/",
  775. "license": [
  776. "MIT"
  777. ],
  778. "authors": [
  779. {
  780. "name": "Jarrod Nettles",
  781. "email": "jarrod.nettles@icloud.com"
  782. },
  783. {
  784. "name": "Ian Selby",
  785. "email": "ian@gxdlabs.com"
  786. }
  787. ],
  788. "description": "A library for manipulating images in PHP.",
  789. "homepage": "https://github.com/masterexploder/PHPThumb",
  790. "keywords": [
  791. "image",
  792. "resize",
  793. "rotate"
  794. ],
  795. "support": {
  796. "issues": "https://github.com/masterexploder/PHPThumb/issues",
  797. "source": "https://github.com/masterexploder/PHPThumb/tree/2.1"
  798. },
  799. "install-path": "../masterexploder/phpthumb"
  800. },
  801. {
  802. "name": "mobiledetect/mobiledetectlib",
  803. "version": "2.8.45",
  804. "version_normalized": "2.8.45.0",
  805. "source": {
  806. "type": "git",
  807. "url": "https://github.com/serbanghita/Mobile-Detect.git",
  808. "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266"
  809. },
  810. "dist": {
  811. "type": "zip",
  812. "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/96aaebcf4f50d3d2692ab81d2c5132e425bca266",
  813. "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266",
  814. "shasum": ""
  815. },
  816. "require": {
  817. "php": ">=5.0.0"
  818. },
  819. "require-dev": {
  820. "phpunit/phpunit": "~4.8.36"
  821. },
  822. "time": "2023-11-07T21:57:25+00:00",
  823. "type": "library",
  824. "installation-source": "dist",
  825. "autoload": {
  826. "psr-0": {
  827. "Detection": "namespaced/"
  828. },
  829. "classmap": [
  830. "Mobile_Detect.php"
  831. ]
  832. },
  833. "notification-url": "https://packagist.org/downloads/",
  834. "license": [
  835. "MIT"
  836. ],
  837. "authors": [
  838. {
  839. "name": "Serban Ghita",
  840. "email": "serbanghita@gmail.com",
  841. "homepage": "http://mobiledetect.net",
  842. "role": "Developer"
  843. }
  844. ],
  845. "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
  846. "homepage": "https://github.com/serbanghita/Mobile-Detect",
  847. "keywords": [
  848. "detect mobile devices",
  849. "mobile",
  850. "mobile detect",
  851. "mobile detector",
  852. "php mobile detect"
  853. ],
  854. "support": {
  855. "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
  856. "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.45"
  857. },
  858. "funding": [
  859. {
  860. "url": "https://github.com/serbanghita",
  861. "type": "github"
  862. }
  863. ],
  864. "install-path": "../mobiledetect/mobiledetectlib"
  865. },
  866. {
  867. "name": "mustangostang/spyc",
  868. "version": "0.6.3",
  869. "version_normalized": "0.6.3.0",
  870. "source": {
  871. "type": "git",
  872. "url": "https://github.com/mustangostang/spyc.git",
  873. "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
  874. },
  875. "dist": {
  876. "type": "zip",
  877. "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
  878. "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
  879. "shasum": ""
  880. },
  881. "require": {
  882. "php": ">=5.3.1"
  883. },
  884. "require-dev": {
  885. "phpunit/phpunit": "4.3.*@dev"
  886. },
  887. "time": "2019-09-10T13:16:29+00:00",
  888. "type": "library",
  889. "extra": {
  890. "branch-alias": {
  891. "dev-master": "0.5.x-dev"
  892. },
  893. "patches_applied": {
  894. "Add namespace to Spyc class": "patches/spyc-add-namespace.patch"
  895. }
  896. },
  897. "installation-source": "dist",
  898. "autoload": {
  899. "files": [
  900. "Spyc.php"
  901. ]
  902. },
  903. "notification-url": "https://packagist.org/downloads/",
  904. "license": [
  905. "MIT"
  906. ],
  907. "authors": [
  908. {
  909. "name": "mustangostang",
  910. "email": "vlad.andersen@gmail.com"
  911. }
  912. ],
  913. "description": "A simple YAML loader/dumper class for PHP",
  914. "homepage": "https://github.com/mustangostang/spyc/",
  915. "keywords": [
  916. "spyc",
  917. "yaml",
  918. "yml"
  919. ],
  920. "support": {
  921. "issues": "https://github.com/mustangostang/spyc/issues",
  922. "source": "https://github.com/mustangostang/spyc/tree/0.6.3"
  923. },
  924. "install-path": "../mustangostang/spyc"
  925. },
  926. {
  927. "name": "overtrue/pinyin",
  928. "version": "4.0.5",
  929. "version_normalized": "4.0.5.0",
  930. "source": {
  931. "type": "git",
  932. "url": "https://github.com/overtrue/pinyin.git",
  933. "reference": "94fdb3ea6eca5677afd9548111d95bedcd5a4086"
  934. },
  935. "dist": {
  936. "type": "zip",
  937. "url": "https://api.github.com/repos/overtrue/pinyin/zipball/94fdb3ea6eca5677afd9548111d95bedcd5a4086",
  938. "reference": "94fdb3ea6eca5677afd9548111d95bedcd5a4086",
  939. "shasum": ""
  940. },
  941. "require": {
  942. "php": ">=5.5"
  943. },
  944. "require-dev": {
  945. "phpunit/phpunit": "~7.5"
  946. },
  947. "time": "2019-09-20T12:43:45+00:00",
  948. "type": "library",
  949. "installation-source": "dist",
  950. "autoload": {
  951. "files": [
  952. "src/const.php"
  953. ],
  954. "psr-4": {
  955. "Overtrue\\Pinyin\\": "src/"
  956. }
  957. },
  958. "notification-url": "https://packagist.org/downloads/",
  959. "license": [
  960. "MIT"
  961. ],
  962. "authors": [
  963. {
  964. "name": "Carlos",
  965. "homepage": "http://github.com/overtrue"
  966. }
  967. ],
  968. "description": "Chinese to pinyin translator.",
  969. "homepage": "https://github.com/overtrue/pinyin",
  970. "keywords": [
  971. "Chinese",
  972. "Pinyin",
  973. "cn2pinyin"
  974. ],
  975. "support": {
  976. "issues": "https://github.com/overtrue/pinyin/issues",
  977. "source": "https://github.com/overtrue/pinyin/tree/master"
  978. },
  979. "install-path": "../overtrue/pinyin"
  980. },
  981. {
  982. "name": "paragonie/constant_time_encoding",
  983. "version": "v2.7.0",
  984. "version_normalized": "2.7.0.0",
  985. "source": {
  986. "type": "git",
  987. "url": "https://github.com/paragonie/constant_time_encoding.git",
  988. "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
  989. },
  990. "dist": {
  991. "type": "zip",
  992. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
  993. "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
  994. "shasum": ""
  995. },
  996. "require": {
  997. "php": "^7|^8"
  998. },
  999. "require-dev": {
  1000. "phpunit/phpunit": "^6|^7|^8|^9",
  1001. "vimeo/psalm": "^1|^2|^3|^4"
  1002. },
  1003. "time": "2024-05-08T12:18:48+00:00",
  1004. "type": "library",
  1005. "installation-source": "dist",
  1006. "autoload": {
  1007. "psr-4": {
  1008. "ParagonIE\\ConstantTime\\": "src/"
  1009. }
  1010. },
  1011. "notification-url": "https://packagist.org/downloads/",
  1012. "license": [
  1013. "MIT"
  1014. ],
  1015. "authors": [
  1016. {
  1017. "name": "Paragon Initiative Enterprises",
  1018. "email": "security@paragonie.com",
  1019. "homepage": "https://paragonie.com",
  1020. "role": "Maintainer"
  1021. },
  1022. {
  1023. "name": "Steve 'Sc00bz' Thomas",
  1024. "email": "steve@tobtu.com",
  1025. "homepage": "https://www.tobtu.com",
  1026. "role": "Original Developer"
  1027. }
  1028. ],
  1029. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  1030. "keywords": [
  1031. "base16",
  1032. "base32",
  1033. "base32_decode",
  1034. "base32_encode",
  1035. "base64",
  1036. "base64_decode",
  1037. "base64_encode",
  1038. "bin2hex",
  1039. "encoding",
  1040. "hex",
  1041. "hex2bin",
  1042. "rfc4648"
  1043. ],
  1044. "support": {
  1045. "email": "info@paragonie.com",
  1046. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  1047. "source": "https://github.com/paragonie/constant_time_encoding"
  1048. },
  1049. "install-path": "../paragonie/constant_time_encoding"
  1050. },
  1051. {
  1052. "name": "paragonie/random_compat",
  1053. "version": "v9.99.100",
  1054. "version_normalized": "9.99.100.0",
  1055. "source": {
  1056. "type": "git",
  1057. "url": "https://github.com/paragonie/random_compat.git",
  1058. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  1059. },
  1060. "dist": {
  1061. "type": "zip",
  1062. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  1063. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  1064. "shasum": ""
  1065. },
  1066. "require": {
  1067. "php": ">= 7"
  1068. },
  1069. "require-dev": {
  1070. "phpunit/phpunit": "4.*|5.*",
  1071. "vimeo/psalm": "^1"
  1072. },
  1073. "suggest": {
  1074. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1075. },
  1076. "time": "2020-10-15T08:29:30+00:00",
  1077. "type": "library",
  1078. "installation-source": "dist",
  1079. "notification-url": "https://packagist.org/downloads/",
  1080. "license": [
  1081. "MIT"
  1082. ],
  1083. "authors": [
  1084. {
  1085. "name": "Paragon Initiative Enterprises",
  1086. "email": "security@paragonie.com",
  1087. "homepage": "https://paragonie.com"
  1088. }
  1089. ],
  1090. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1091. "keywords": [
  1092. "csprng",
  1093. "polyfill",
  1094. "pseudorandom",
  1095. "random"
  1096. ],
  1097. "support": {
  1098. "email": "info@paragonie.com",
  1099. "issues": "https://github.com/paragonie/random_compat/issues",
  1100. "source": "https://github.com/paragonie/random_compat"
  1101. },
  1102. "install-path": "../paragonie/random_compat"
  1103. },
  1104. {
  1105. "name": "pclzip/pclzip",
  1106. "version": "2.8.2",
  1107. "version_normalized": "2.8.2.0",
  1108. "source": {
  1109. "type": "git",
  1110. "url": "https://github.com/ivanlanin/pclzip.git",
  1111. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
  1112. },
  1113. "dist": {
  1114. "type": "zip",
  1115. "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  1116. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  1117. "shasum": ""
  1118. },
  1119. "time": "2014-06-05T11:42:24+00:00",
  1120. "type": "library",
  1121. "extra": {
  1122. "patches_applied": {
  1123. "Add namespace to PclZip class": "patches/pclzip-add-namespace.patch",
  1124. "Fix memory limit calculation in privOptionDefaultThreshold method": "patches/pclzip-memory-limit-fix.patch"
  1125. }
  1126. },
  1127. "installation-source": "dist",
  1128. "autoload": {
  1129. "classmap": [
  1130. "pclzip.lib.php"
  1131. ]
  1132. },
  1133. "notification-url": "https://packagist.org/downloads/",
  1134. "license": [
  1135. "LGPL-2.1"
  1136. ],
  1137. "authors": [
  1138. {
  1139. "name": "Vincent Blavet"
  1140. }
  1141. ],
  1142. "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
  1143. "homepage": "http://www.phpconcept.net/pclzip",
  1144. "keywords": [
  1145. "php",
  1146. "zip"
  1147. ],
  1148. "support": {
  1149. "issues": "https://github.com/ivanlanin/pclzip/issues",
  1150. "source": "https://github.com/ivanlanin/pclzip/tree/master"
  1151. },
  1152. "install-path": "../pclzip/pclzip"
  1153. },
  1154. {
  1155. "name": "phpmailer/phpmailer",
  1156. "version": "v6.11.1",
  1157. "version_normalized": "6.11.1.0",
  1158. "source": {
  1159. "type": "git",
  1160. "url": "https://github.com/PHPMailer/PHPMailer.git",
  1161. "reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284"
  1162. },
  1163. "dist": {
  1164. "type": "zip",
  1165. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d9e3b36b47f04b497a0164c5a20f92acb4593284",
  1166. "reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284",
  1167. "shasum": ""
  1168. },
  1169. "require": {
  1170. "ext-ctype": "*",
  1171. "ext-filter": "*",
  1172. "ext-hash": "*",
  1173. "php": ">=5.5.0"
  1174. },
  1175. "require-dev": {
  1176. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  1177. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  1178. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  1179. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  1180. "phpcompatibility/php-compatibility": "^9.3.5",
  1181. "roave/security-advisories": "dev-latest",
  1182. "squizlabs/php_codesniffer": "^3.7.2",
  1183. "yoast/phpunit-polyfills": "^1.0.4"
  1184. },
  1185. "suggest": {
  1186. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  1187. "ext-imap": "Needed to support advanced email address parsing according to RFC822",
  1188. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  1189. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  1190. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  1191. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  1192. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  1193. "psr/log": "For optional PSR-3 debug logging",
  1194. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  1195. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  1196. },
  1197. "time": "2025-09-30T11:54:53+00:00",
  1198. "type": "library",
  1199. "installation-source": "dist",
  1200. "autoload": {
  1201. "psr-4": {
  1202. "PHPMailer\\PHPMailer\\": "src/"
  1203. }
  1204. },
  1205. "notification-url": "https://packagist.org/downloads/",
  1206. "license": [
  1207. "LGPL-2.1-only"
  1208. ],
  1209. "authors": [
  1210. {
  1211. "name": "Marcus Bointon",
  1212. "email": "phpmailer@synchromedia.co.uk"
  1213. },
  1214. {
  1215. "name": "Jim Jagielski",
  1216. "email": "jimjag@gmail.com"
  1217. },
  1218. {
  1219. "name": "Andy Prevost",
  1220. "email": "codeworxtech@users.sourceforge.net"
  1221. },
  1222. {
  1223. "name": "Brent R. Matzelle"
  1224. }
  1225. ],
  1226. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  1227. "support": {
  1228. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  1229. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.11.1"
  1230. },
  1231. "funding": [
  1232. {
  1233. "url": "https://github.com/Synchro",
  1234. "type": "github"
  1235. }
  1236. ],
  1237. "install-path": "../phpmailer/phpmailer"
  1238. },
  1239. {
  1240. "name": "phpoffice/phpspreadsheet",
  1241. "version": "1.8.2",
  1242. "version_normalized": "1.8.2.0",
  1243. "source": {
  1244. "type": "git",
  1245. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  1246. "reference": "0c1346a1956347590b7db09533966307d20cb7cc"
  1247. },
  1248. "dist": {
  1249. "type": "zip",
  1250. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/0c1346a1956347590b7db09533966307d20cb7cc",
  1251. "reference": "0c1346a1956347590b7db09533966307d20cb7cc",
  1252. "shasum": ""
  1253. },
  1254. "require": {
  1255. "ext-ctype": "*",
  1256. "ext-dom": "*",
  1257. "ext-fileinfo": "*",
  1258. "ext-gd": "*",
  1259. "ext-iconv": "*",
  1260. "ext-libxml": "*",
  1261. "ext-mbstring": "*",
  1262. "ext-simplexml": "*",
  1263. "ext-xml": "*",
  1264. "ext-xmlreader": "*",
  1265. "ext-xmlwriter": "*",
  1266. "ext-zip": "*",
  1267. "ext-zlib": "*",
  1268. "markbaker/complex": "^1.4",
  1269. "markbaker/matrix": "^1.1",
  1270. "php": "^5.6|^7.0",
  1271. "psr/simple-cache": "^1.0"
  1272. },
  1273. "require-dev": {
  1274. "doctrine/instantiator": "^1.0.0",
  1275. "dompdf/dompdf": "^0.8.0",
  1276. "friendsofphp/php-cs-fixer": "@stable",
  1277. "jpgraph/jpgraph": "^4.0",
  1278. "mpdf/mpdf": "^7.0.0",
  1279. "phpcompatibility/php-compatibility": "^8.0",
  1280. "phpunit/phpunit": "^5.7",
  1281. "squizlabs/php_codesniffer": "^3.3",
  1282. "tecnickcom/tcpdf": "^6.2"
  1283. },
  1284. "suggest": {
  1285. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  1286. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  1287. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  1288. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  1289. },
  1290. "time": "2019-07-08T21:21:25+00:00",
  1291. "type": "library",
  1292. "extra": {
  1293. "patches_applied": {
  1294. "Add timezone helper methods to Date class": "patches/phpspreadsheet-add-timezone-helpers.patch",
  1295. "Add return types to Iterator methods for PHP 8 compatibility": "patches/phpspreadsheet-iterator-return-types.patch",
  1296. "Optimize DefaultValueBinder type checking and safety": "patches/phpspreadsheet-optimize-defaultvaluebinder.patch",
  1297. "Optimize OLE date conversion with improved type safety": "patches/phpspreadsheet-ole-date-optimization.patch",
  1298. "Fix libxml entity loader compatibility for PHP 8.0+": "patches/phpspreadsheet-fix-libxml-php8-compatibility.patch",
  1299. "Fix alignment check condition in Styles reader": "patches/phpspreadsheet-fix-alignment-check.patch",
  1300. "Fix Color brightness calculation type casting for PHP 8 compatibility": "patches/phpspreadsheet-fix-color-brightness-type-casting.patch"
  1301. }
  1302. },
  1303. "installation-source": "dist",
  1304. "autoload": {
  1305. "psr-4": {
  1306. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  1307. }
  1308. },
  1309. "notification-url": "https://packagist.org/downloads/",
  1310. "license": [
  1311. "LGPL-2.1-or-later"
  1312. ],
  1313. "authors": [
  1314. {
  1315. "name": "Erik Tilt"
  1316. },
  1317. {
  1318. "name": "Adrien Crivelli"
  1319. },
  1320. {
  1321. "name": "Maarten Balliauw",
  1322. "homepage": "https://blog.maartenballiauw.be"
  1323. },
  1324. {
  1325. "name": "Mark Baker",
  1326. "homepage": "https://markbakeruk.net"
  1327. },
  1328. {
  1329. "name": "Franck Lefevre",
  1330. "homepage": "https://rootslabs.net"
  1331. }
  1332. ],
  1333. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  1334. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  1335. "keywords": [
  1336. "OpenXML",
  1337. "excel",
  1338. "gnumeric",
  1339. "ods",
  1340. "php",
  1341. "spreadsheet",
  1342. "xls",
  1343. "xlsx"
  1344. ],
  1345. "support": {
  1346. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  1347. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.8.2"
  1348. },
  1349. "install-path": "../phpoffice/phpspreadsheet"
  1350. },
  1351. {
  1352. "name": "phpoffice/phpword",
  1353. "version": "0.18.3",
  1354. "version_normalized": "0.18.3.0",
  1355. "source": {
  1356. "type": "git",
  1357. "url": "https://github.com/PHPOffice/PHPWord.git",
  1358. "reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a"
  1359. },
  1360. "dist": {
  1361. "type": "zip",
  1362. "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/be0190cd5d8f95b4be08d5853b107aa4e352759a",
  1363. "reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a",
  1364. "shasum": ""
  1365. },
  1366. "require": {
  1367. "ext-xml": "*",
  1368. "laminas/laminas-escaper": "^2.2",
  1369. "php": "^5.3.3 || ^7.0 || ^8.0"
  1370. },
  1371. "require-dev": {
  1372. "dompdf/dompdf": "0.8.* || 1.0.*",
  1373. "ext-gd": "*",
  1374. "ext-zip": "*",
  1375. "friendsofphp/php-cs-fixer": "^2.2",
  1376. "mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
  1377. "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
  1378. "phploc/phploc": "2.* || 3.* || 4.* || 5.* || 6.* || 7.*",
  1379. "phpmd/phpmd": "2.*",
  1380. "phpunit/phpunit": "^4.8.36 || ^7.0",
  1381. "squizlabs/php_codesniffer": "^2.9 || ^3.5",
  1382. "tecnickcom/tcpdf": "6.*"
  1383. },
  1384. "suggest": {
  1385. "dompdf/dompdf": "Allows writing PDF",
  1386. "ext-gd2": "Allows adding images",
  1387. "ext-xmlwriter": "Allows writing OOXML and ODF",
  1388. "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
  1389. "ext-zip": "Allows writing OOXML and ODF"
  1390. },
  1391. "time": "2022-02-17T15:40:03+00:00",
  1392. "type": "library",
  1393. "extra": {
  1394. "branch-alias": {
  1395. "dev-develop": "0.19-dev"
  1396. }
  1397. },
  1398. "installation-source": "dist",
  1399. "autoload": {
  1400. "psr-4": {
  1401. "PhpOffice\\PhpWord\\": "src/PhpWord"
  1402. }
  1403. },
  1404. "notification-url": "https://packagist.org/downloads/",
  1405. "license": [
  1406. "LGPL-3.0"
  1407. ],
  1408. "authors": [
  1409. {
  1410. "name": "Mark Baker"
  1411. },
  1412. {
  1413. "name": "Gabriel Bull",
  1414. "email": "me@gabrielbull.com",
  1415. "homepage": "http://gabrielbull.com/"
  1416. },
  1417. {
  1418. "name": "Franck Lefevre",
  1419. "homepage": "https://rootslabs.net/blog/"
  1420. },
  1421. {
  1422. "name": "Ivan Lanin",
  1423. "homepage": "http://ivan.lanin.org"
  1424. },
  1425. {
  1426. "name": "Roman Syroeshko",
  1427. "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
  1428. },
  1429. {
  1430. "name": "Antoine de Troostembergh"
  1431. }
  1432. ],
  1433. "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
  1434. "homepage": "http://phpoffice.github.io",
  1435. "keywords": [
  1436. "ISO IEC 29500",
  1437. "OOXML",
  1438. "Office Open XML",
  1439. "OpenDocument",
  1440. "OpenXML",
  1441. "PhpOffice",
  1442. "PhpWord",
  1443. "Rich Text Format",
  1444. "WordprocessingML",
  1445. "doc",
  1446. "docx",
  1447. "html",
  1448. "odf",
  1449. "odt",
  1450. "office",
  1451. "pdf",
  1452. "php",
  1453. "reader",
  1454. "rtf",
  1455. "template",
  1456. "template processor",
  1457. "word",
  1458. "writer"
  1459. ],
  1460. "support": {
  1461. "issues": "https://github.com/PHPOffice/PHPWord/issues",
  1462. "source": "https://github.com/PHPOffice/PHPWord/tree/0.18.3"
  1463. },
  1464. "install-path": "../phpoffice/phpword"
  1465. },
  1466. {
  1467. "name": "phpseclib/phpseclib",
  1468. "version": "3.0.47",
  1469. "version_normalized": "3.0.47.0",
  1470. "source": {
  1471. "type": "git",
  1472. "url": "https://github.com/phpseclib/phpseclib.git",
  1473. "reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d"
  1474. },
  1475. "dist": {
  1476. "type": "zip",
  1477. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9d6ca36a6c2dd434765b1071b2644a1c683b385d",
  1478. "reference": "9d6ca36a6c2dd434765b1071b2644a1c683b385d",
  1479. "shasum": ""
  1480. },
  1481. "require": {
  1482. "paragonie/constant_time_encoding": "^1|^2|^3",
  1483. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  1484. "php": ">=5.6.1"
  1485. },
  1486. "require-dev": {
  1487. "phpunit/phpunit": "*"
  1488. },
  1489. "suggest": {
  1490. "ext-dom": "Install the DOM extension to load XML formatted public keys.",
  1491. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  1492. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  1493. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1494. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1495. },
  1496. "time": "2025-10-06T01:07:24+00:00",
  1497. "type": "library",
  1498. "installation-source": "dist",
  1499. "autoload": {
  1500. "files": [
  1501. "phpseclib/bootstrap.php"
  1502. ],
  1503. "psr-4": {
  1504. "phpseclib3\\": "phpseclib/"
  1505. }
  1506. },
  1507. "notification-url": "https://packagist.org/downloads/",
  1508. "license": [
  1509. "MIT"
  1510. ],
  1511. "authors": [
  1512. {
  1513. "name": "Jim Wigginton",
  1514. "email": "terrafrost@php.net",
  1515. "role": "Lead Developer"
  1516. },
  1517. {
  1518. "name": "Patrick Monnerat",
  1519. "email": "pm@datasphere.ch",
  1520. "role": "Developer"
  1521. },
  1522. {
  1523. "name": "Andreas Fischer",
  1524. "email": "bantu@phpbb.com",
  1525. "role": "Developer"
  1526. },
  1527. {
  1528. "name": "Hans-Jürgen Petrich",
  1529. "email": "petrich@tronic-media.com",
  1530. "role": "Developer"
  1531. },
  1532. {
  1533. "name": "Graham Campbell",
  1534. "email": "graham@alt-three.com",
  1535. "role": "Developer"
  1536. }
  1537. ],
  1538. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  1539. "homepage": "http://phpseclib.sourceforge.net",
  1540. "keywords": [
  1541. "BigInteger",
  1542. "aes",
  1543. "asn.1",
  1544. "asn1",
  1545. "blowfish",
  1546. "crypto",
  1547. "cryptography",
  1548. "encryption",
  1549. "rsa",
  1550. "security",
  1551. "sftp",
  1552. "signature",
  1553. "signing",
  1554. "ssh",
  1555. "twofish",
  1556. "x.509",
  1557. "x509"
  1558. ],
  1559. "support": {
  1560. "issues": "https://github.com/phpseclib/phpseclib/issues",
  1561. "source": "https://github.com/phpseclib/phpseclib/tree/3.0.47"
  1562. },
  1563. "funding": [
  1564. {
  1565. "url": "https://github.com/terrafrost",
  1566. "type": "github"
  1567. },
  1568. {
  1569. "url": "https://www.patreon.com/phpseclib",
  1570. "type": "patreon"
  1571. },
  1572. {
  1573. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  1574. "type": "tidelift"
  1575. }
  1576. ],
  1577. "install-path": "../phpseclib/phpseclib"
  1578. },
  1579. {
  1580. "name": "psr/simple-cache",
  1581. "version": "1.0.1",
  1582. "version_normalized": "1.0.1.0",
  1583. "source": {
  1584. "type": "git",
  1585. "url": "https://github.com/php-fig/simple-cache.git",
  1586. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1587. },
  1588. "dist": {
  1589. "type": "zip",
  1590. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1591. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1592. "shasum": ""
  1593. },
  1594. "require": {
  1595. "php": ">=5.3.0"
  1596. },
  1597. "time": "2017-10-23T01:57:42+00:00",
  1598. "type": "library",
  1599. "extra": {
  1600. "branch-alias": {
  1601. "dev-master": "1.0.x-dev"
  1602. }
  1603. },
  1604. "installation-source": "dist",
  1605. "autoload": {
  1606. "psr-4": {
  1607. "Psr\\SimpleCache\\": "src/"
  1608. }
  1609. },
  1610. "notification-url": "https://packagist.org/downloads/",
  1611. "license": [
  1612. "MIT"
  1613. ],
  1614. "authors": [
  1615. {
  1616. "name": "PHP-FIG",
  1617. "homepage": "http://www.php-fig.org/"
  1618. }
  1619. ],
  1620. "description": "Common interfaces for simple caching",
  1621. "keywords": [
  1622. "cache",
  1623. "caching",
  1624. "psr",
  1625. "psr-16",
  1626. "simple-cache"
  1627. ],
  1628. "support": {
  1629. "source": "https://github.com/php-fig/simple-cache/tree/master"
  1630. },
  1631. "install-path": "../psr/simple-cache"
  1632. },
  1633. {
  1634. "name": "rmccue/requests",
  1635. "version": "v2.0.15",
  1636. "version_normalized": "2.0.15.0",
  1637. "source": {
  1638. "type": "git",
  1639. "url": "https://github.com/WordPress/Requests.git",
  1640. "reference": "877cd66169755899682f1595e057334b40d9d149"
  1641. },
  1642. "dist": {
  1643. "type": "zip",
  1644. "url": "https://api.github.com/repos/WordPress/Requests/zipball/877cd66169755899682f1595e057334b40d9d149",
  1645. "reference": "877cd66169755899682f1595e057334b40d9d149",
  1646. "shasum": ""
  1647. },
  1648. "require": {
  1649. "ext-json": "*",
  1650. "php": ">=5.6"
  1651. },
  1652. "require-dev": {
  1653. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  1654. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  1655. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  1656. "phpcompatibility/php-compatibility": "^9.0",
  1657. "requests/test-server": "dev-main",
  1658. "roave/security-advisories": "dev-latest",
  1659. "squizlabs/php_codesniffer": "^3.6",
  1660. "wp-coding-standards/wpcs": "^2.0",
  1661. "yoast/phpunit-polyfills": "^1.0.0"
  1662. },
  1663. "suggest": {
  1664. "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
  1665. "ext-curl": "For improved performance",
  1666. "ext-openssl": "For secure transport support",
  1667. "ext-zlib": "For improved performance when decompressing encoded streams"
  1668. },
  1669. "time": "2025-01-21T10:13:31+00:00",
  1670. "type": "library",
  1671. "installation-source": "dist",
  1672. "autoload": {
  1673. "files": [
  1674. "library/Deprecated.php"
  1675. ],
  1676. "psr-4": {
  1677. "WpOrg\\Requests\\": "src/"
  1678. },
  1679. "classmap": [
  1680. "library/Requests.php"
  1681. ]
  1682. },
  1683. "notification-url": "https://packagist.org/downloads/",
  1684. "license": [
  1685. "ISC"
  1686. ],
  1687. "authors": [
  1688. {
  1689. "name": "Ryan McCue",
  1690. "homepage": "https://rmccue.io/"
  1691. },
  1692. {
  1693. "name": "Alain Schlesser",
  1694. "homepage": "https://github.com/schlessera"
  1695. },
  1696. {
  1697. "name": "Juliette Reinders Folmer",
  1698. "homepage": "https://github.com/jrfnl"
  1699. },
  1700. {
  1701. "name": "Contributors",
  1702. "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
  1703. }
  1704. ],
  1705. "description": "A HTTP library written in PHP, for human beings.",
  1706. "homepage": "https://requests.ryanmccue.info/",
  1707. "keywords": [
  1708. "curl",
  1709. "fsockopen",
  1710. "http",
  1711. "idna",
  1712. "ipv6",
  1713. "iri",
  1714. "sockets"
  1715. ],
  1716. "support": {
  1717. "docs": "https://requests.ryanmccue.info/",
  1718. "issues": "https://github.com/WordPress/Requests/issues",
  1719. "source": "https://github.com/WordPress/Requests"
  1720. },
  1721. "install-path": "../rmccue/requests"
  1722. },
  1723. {
  1724. "name": "symfony/finder",
  1725. "version": "v3.4.47",
  1726. "version_normalized": "3.4.47.0",
  1727. "source": {
  1728. "type": "git",
  1729. "url": "https://github.com/symfony/finder.git",
  1730. "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
  1731. },
  1732. "dist": {
  1733. "type": "zip",
  1734. "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
  1735. "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
  1736. "shasum": ""
  1737. },
  1738. "require": {
  1739. "php": "^5.5.9|>=7.0.8"
  1740. },
  1741. "time": "2020-11-16T17:02:08+00:00",
  1742. "type": "library",
  1743. "installation-source": "dist",
  1744. "autoload": {
  1745. "psr-4": {
  1746. "Symfony\\Component\\Finder\\": ""
  1747. },
  1748. "exclude-from-classmap": [
  1749. "/Tests/"
  1750. ]
  1751. },
  1752. "notification-url": "https://packagist.org/downloads/",
  1753. "license": [
  1754. "MIT"
  1755. ],
  1756. "authors": [
  1757. {
  1758. "name": "Fabien Potencier",
  1759. "email": "fabien@symfony.com"
  1760. },
  1761. {
  1762. "name": "Symfony Community",
  1763. "homepage": "https://symfony.com/contributors"
  1764. }
  1765. ],
  1766. "description": "Symfony Finder Component",
  1767. "homepage": "https://symfony.com",
  1768. "support": {
  1769. "source": "https://github.com/symfony/finder/tree/v3.4.47"
  1770. },
  1771. "funding": [
  1772. {
  1773. "url": "https://symfony.com/sponsor",
  1774. "type": "custom"
  1775. },
  1776. {
  1777. "url": "https://github.com/fabpot",
  1778. "type": "github"
  1779. },
  1780. {
  1781. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1782. "type": "tidelift"
  1783. }
  1784. ],
  1785. "install-path": "../symfony/finder"
  1786. }
  1787. ],
  1788. "dev": true,
  1789. "dev-package-names": [
  1790. "cweagans/composer-patches"
  1791. ]
  1792. }