installed.json 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777
  1. {
  2. "packages": [
  3. {
  4. "name": "bshaffer/oauth2-server-php",
  5. "version": "v1.11.1",
  6. "version_normalized": "1.11.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/bshaffer/oauth2-server-php.git",
  10. "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
  15. "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.9"
  20. },
  21. "require-dev": {
  22. "aws/aws-sdk-php": "~2.8",
  23. "firebase/php-jwt": "~2.2",
  24. "mongodb/mongodb": "^1.1",
  25. "phpunit/phpunit": "^4.0",
  26. "predis/predis": "dev-master",
  27. "thobbs/phpcassa": "dev-master"
  28. },
  29. "suggest": {
  30. "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
  31. "firebase/php-jwt": "~2.2 is required to use JWT features",
  32. "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
  33. "predis/predis": "Required to use Redis storage",
  34. "thobbs/phpcassa": "Required to use Cassandra storage"
  35. },
  36. "time": "2018-12-04T00:29:32+00:00",
  37. "type": "library",
  38. "installation-source": "dist",
  39. "autoload": {
  40. "psr-0": {
  41. "OAuth2": "src/"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Brent Shaffer",
  51. "email": "bshafs@gmail.com",
  52. "homepage": "http://brentertainment.com"
  53. }
  54. ],
  55. "description": "OAuth2 Server for PHP",
  56. "homepage": "http://github.com/bshaffer/oauth2-server-php",
  57. "keywords": [
  58. "auth",
  59. "oauth",
  60. "oauth2"
  61. ],
  62. "install-path": "../bshaffer/oauth2-server-php"
  63. },
  64. {
  65. "name": "ddeboer/imap",
  66. "version": "1.13.1",
  67. "version_normalized": "1.13.1.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/ddeboer/imap.git",
  71. "reference": "8b772d04b1deadb5df13782fb78c4b648f77496e"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/ddeboer/imap/zipball/8b772d04b1deadb5df13782fb78c4b648f77496e",
  76. "reference": "8b772d04b1deadb5df13782fb78c4b648f77496e",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "ext-iconv": "*",
  81. "ext-imap": "*",
  82. "ext-mbstring": "*",
  83. "php": "^8.0.1"
  84. },
  85. "require-dev": {
  86. "friendsofphp/php-cs-fixer": "^v3.4.0",
  87. "laminas/laminas-mail": "^2.15.1",
  88. "malukenho/mcbumpface": "^1.1.5",
  89. "phpstan/phpstan": "^1.3.3",
  90. "phpstan/phpstan-phpunit": "^1.0.0",
  91. "phpstan/phpstan-strict-rules": "^1.1.0",
  92. "phpunit/phpunit": "^9.5.11"
  93. },
  94. "time": "2022-01-10T10:53:05+00:00",
  95. "type": "library",
  96. "installation-source": "dist",
  97. "autoload": {
  98. "psr-4": {
  99. "Ddeboer\\Imap\\": "src/"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "authors": [
  107. {
  108. "name": "David de Boer",
  109. "email": "david@ddeboer.nl"
  110. },
  111. {
  112. "name": "Filippo Tessarotto",
  113. "email": "zoeslam@gmail.com"
  114. },
  115. {
  116. "name": "Community contributors",
  117. "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
  118. }
  119. ],
  120. "description": "Object-oriented IMAP for PHP",
  121. "keywords": [
  122. "email",
  123. "imap",
  124. "mail"
  125. ],
  126. "support": {
  127. "issues": "https://github.com/ddeboer/imap/issues",
  128. "source": "https://github.com/ddeboer/imap/tree/1.13.1"
  129. },
  130. "funding": [
  131. {
  132. "url": "https://github.com/Slamdunk",
  133. "type": "github"
  134. },
  135. {
  136. "url": "https://github.com/ddeboer",
  137. "type": "github"
  138. }
  139. ],
  140. "install-path": "../ddeboer/imap"
  141. },
  142. {
  143. "name": "directorytree/ldaprecord",
  144. "version": "v2.10.1",
  145. "version_normalized": "2.10.1.0",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/DirectoryTree/LdapRecord.git",
  149. "reference": "bf512d9af7a7b0e2ed7a666ab29cefdd027bee88"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/bf512d9af7a7b0e2ed7a666ab29cefdd027bee88",
  154. "reference": "bf512d9af7a7b0e2ed7a666ab29cefdd027bee88",
  155. "shasum": ""
  156. },
  157. "require": {
  158. "ext-json": "*",
  159. "ext-ldap": "*",
  160. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
  161. "nesbot/carbon": "^1.0|^2.0",
  162. "php": ">=7.3",
  163. "psr/log": "*",
  164. "psr/simple-cache": "^1.0|^2.0",
  165. "tightenco/collect": "^5.6|^6.0|^7.0|^8.0"
  166. },
  167. "require-dev": {
  168. "mockery/mockery": "^1.0",
  169. "phpunit/phpunit": "^9.0",
  170. "spatie/ray": "^1.24"
  171. },
  172. "time": "2022-02-25T16:00:51+00:00",
  173. "type": "library",
  174. "installation-source": "dist",
  175. "autoload": {
  176. "psr-4": {
  177. "LdapRecord\\": "src/"
  178. }
  179. },
  180. "notification-url": "https://packagist.org/downloads/",
  181. "license": [
  182. "MIT"
  183. ],
  184. "authors": [
  185. {
  186. "name": "Steve Bauman",
  187. "email": "steven_bauman@outlook.com",
  188. "role": "Developer"
  189. }
  190. ],
  191. "description": "A fully-featured LDAP ORM.",
  192. "homepage": "https://www.ldaprecord.com",
  193. "keywords": [
  194. "active directory",
  195. "ad",
  196. "adLDAP",
  197. "adldap2",
  198. "directory",
  199. "ldap",
  200. "ldaprecord",
  201. "orm",
  202. "windows"
  203. ],
  204. "support": {
  205. "docs": "https://ldaprecord.com",
  206. "email": "steven_bauman@outlook.com",
  207. "issues": "https://github.com/DirectoryTree/LdapRecord/issues",
  208. "source": "https://github.com/DirectoryTree/LdapRecord"
  209. },
  210. "funding": [
  211. {
  212. "url": "https://github.com/stevebauman",
  213. "type": "github"
  214. }
  215. ],
  216. "install-path": "../directorytree/ldaprecord"
  217. },
  218. {
  219. "name": "illuminate/contracts",
  220. "version": "v9.3.0",
  221. "version_normalized": "9.3.0.0",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/illuminate/contracts.git",
  225. "reference": "bf4b3c254c49d28157645d01e4883b5951b1e1d0"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/illuminate/contracts/zipball/bf4b3c254c49d28157645d01e4883b5951b1e1d0",
  230. "reference": "bf4b3c254c49d28157645d01e4883b5951b1e1d0",
  231. "shasum": ""
  232. },
  233. "require": {
  234. "php": "^8.0.2",
  235. "psr/container": "^1.1.1|^2.0.1",
  236. "psr/simple-cache": "^1.0|^2.0|^3.0"
  237. },
  238. "time": "2022-02-22T14:45:39+00:00",
  239. "type": "library",
  240. "extra": {
  241. "branch-alias": {
  242. "dev-master": "9.x-dev"
  243. }
  244. },
  245. "installation-source": "dist",
  246. "autoload": {
  247. "psr-4": {
  248. "Illuminate\\Contracts\\": ""
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "MIT"
  254. ],
  255. "authors": [
  256. {
  257. "name": "Taylor Otwell",
  258. "email": "taylor@laravel.com"
  259. }
  260. ],
  261. "description": "The Illuminate Contracts package.",
  262. "homepage": "https://laravel.com",
  263. "support": {
  264. "issues": "https://github.com/laravel/framework/issues",
  265. "source": "https://github.com/laravel/framework"
  266. },
  267. "install-path": "../illuminate/contracts"
  268. },
  269. {
  270. "name": "matthiasmullie/minify",
  271. "version": "1.3.66",
  272. "version_normalized": "1.3.66.0",
  273. "source": {
  274. "type": "git",
  275. "url": "https://github.com/matthiasmullie/minify.git",
  276. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
  277. },
  278. "dist": {
  279. "type": "zip",
  280. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  281. "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
  282. "shasum": ""
  283. },
  284. "require": {
  285. "ext-pcre": "*",
  286. "matthiasmullie/path-converter": "~1.1",
  287. "php": ">=5.3.0"
  288. },
  289. "require-dev": {
  290. "friendsofphp/php-cs-fixer": "~2.0",
  291. "matthiasmullie/scrapbook": "dev-master",
  292. "phpunit/phpunit": ">=4.8"
  293. },
  294. "suggest": {
  295. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  296. },
  297. "time": "2021-01-06T15:18:10+00:00",
  298. "bin": [
  299. "bin/minifycss",
  300. "bin/minifyjs"
  301. ],
  302. "type": "library",
  303. "installation-source": "dist",
  304. "autoload": {
  305. "psr-4": {
  306. "MatthiasMullie\\Minify\\": "src/"
  307. }
  308. },
  309. "notification-url": "https://packagist.org/downloads/",
  310. "license": [
  311. "MIT"
  312. ],
  313. "authors": [
  314. {
  315. "name": "Matthias Mullie",
  316. "email": "minify@mullie.eu",
  317. "homepage": "http://www.mullie.eu",
  318. "role": "Developer"
  319. }
  320. ],
  321. "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
  322. "homepage": "http://www.minifier.org",
  323. "keywords": [
  324. "JS",
  325. "css",
  326. "javascript",
  327. "minifier",
  328. "minify"
  329. ],
  330. "support": {
  331. "issues": "https://github.com/matthiasmullie/minify/issues",
  332. "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
  333. },
  334. "funding": [
  335. {
  336. "url": "https://github.com/[user1",
  337. "type": "github"
  338. },
  339. {
  340. "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
  341. "type": "github"
  342. },
  343. {
  344. "url": "https://github.com/user2",
  345. "type": "github"
  346. }
  347. ],
  348. "install-path": "../matthiasmullie/minify"
  349. },
  350. {
  351. "name": "matthiasmullie/path-converter",
  352. "version": "1.1.3",
  353. "version_normalized": "1.1.3.0",
  354. "source": {
  355. "type": "git",
  356. "url": "https://github.com/matthiasmullie/path-converter.git",
  357. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
  358. },
  359. "dist": {
  360. "type": "zip",
  361. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  362. "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
  363. "shasum": ""
  364. },
  365. "require": {
  366. "ext-pcre": "*",
  367. "php": ">=5.3.0"
  368. },
  369. "require-dev": {
  370. "phpunit/phpunit": "~4.8"
  371. },
  372. "time": "2019-02-05T23:41:09+00:00",
  373. "type": "library",
  374. "installation-source": "dist",
  375. "autoload": {
  376. "psr-4": {
  377. "MatthiasMullie\\PathConverter\\": "src/"
  378. }
  379. },
  380. "notification-url": "https://packagist.org/downloads/",
  381. "license": [
  382. "MIT"
  383. ],
  384. "authors": [
  385. {
  386. "name": "Matthias Mullie",
  387. "email": "pathconverter@mullie.eu",
  388. "homepage": "http://www.mullie.eu",
  389. "role": "Developer"
  390. }
  391. ],
  392. "description": "Relative path converter",
  393. "homepage": "http://github.com/matthiasmullie/path-converter",
  394. "keywords": [
  395. "converter",
  396. "path",
  397. "paths",
  398. "relative"
  399. ],
  400. "install-path": "../matthiasmullie/path-converter"
  401. },
  402. {
  403. "name": "mustangostang/spyc",
  404. "version": "0.6.3",
  405. "version_normalized": "0.6.3.0",
  406. "source": {
  407. "type": "git",
  408. "url": "git@github.com:mustangostang/spyc.git",
  409. "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
  410. },
  411. "dist": {
  412. "type": "zip",
  413. "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
  414. "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
  415. "shasum": ""
  416. },
  417. "require": {
  418. "php": ">=5.3.1"
  419. },
  420. "require-dev": {
  421. "phpunit/phpunit": "4.3.*@dev"
  422. },
  423. "time": "2019-09-10T13:16:29+00:00",
  424. "type": "library",
  425. "extra": {
  426. "branch-alias": {
  427. "dev-master": "0.5.x-dev"
  428. }
  429. },
  430. "installation-source": "dist",
  431. "autoload": {
  432. "files": [
  433. "Spyc.php"
  434. ]
  435. },
  436. "notification-url": "https://packagist.org/downloads/",
  437. "license": [
  438. "MIT"
  439. ],
  440. "authors": [
  441. {
  442. "name": "mustangostang",
  443. "email": "vlad.andersen@gmail.com"
  444. }
  445. ],
  446. "description": "A simple YAML loader/dumper class for PHP",
  447. "homepage": "https://github.com/mustangostang/spyc/",
  448. "keywords": [
  449. "spyc",
  450. "yaml",
  451. "yml"
  452. ],
  453. "install-path": "../mustangostang/spyc"
  454. },
  455. {
  456. "name": "nesbot/carbon",
  457. "version": "2.57.0",
  458. "version_normalized": "2.57.0.0",
  459. "source": {
  460. "type": "git",
  461. "url": "https://github.com/briannesbitt/Carbon.git",
  462. "reference": "4a54375c21eea4811dbd1149fe6b246517554e78"
  463. },
  464. "dist": {
  465. "type": "zip",
  466. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78",
  467. "reference": "4a54375c21eea4811dbd1149fe6b246517554e78",
  468. "shasum": ""
  469. },
  470. "require": {
  471. "ext-json": "*",
  472. "php": "^7.1.8 || ^8.0",
  473. "symfony/polyfill-mbstring": "^1.0",
  474. "symfony/polyfill-php80": "^1.16",
  475. "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  476. },
  477. "require-dev": {
  478. "doctrine/dbal": "^2.0 || ^3.0",
  479. "doctrine/orm": "^2.7",
  480. "friendsofphp/php-cs-fixer": "^3.0",
  481. "kylekatarnls/multi-tester": "^2.0",
  482. "phpmd/phpmd": "^2.9",
  483. "phpstan/extension-installer": "^1.0",
  484. "phpstan/phpstan": "^0.12.54 || ^1.0",
  485. "phpunit/phpunit": "^7.5.20 || ^8.5.14",
  486. "squizlabs/php_codesniffer": "^3.4"
  487. },
  488. "time": "2022-02-13T18:13:33+00:00",
  489. "bin": [
  490. "bin/carbon"
  491. ],
  492. "type": "library",
  493. "extra": {
  494. "branch-alias": {
  495. "dev-3.x": "3.x-dev",
  496. "dev-master": "2.x-dev"
  497. },
  498. "laravel": {
  499. "providers": [
  500. "Carbon\\Laravel\\ServiceProvider"
  501. ]
  502. },
  503. "phpstan": {
  504. "includes": [
  505. "extension.neon"
  506. ]
  507. }
  508. },
  509. "installation-source": "dist",
  510. "autoload": {
  511. "psr-4": {
  512. "Carbon\\": "src/Carbon/"
  513. }
  514. },
  515. "notification-url": "https://packagist.org/downloads/",
  516. "license": [
  517. "MIT"
  518. ],
  519. "authors": [
  520. {
  521. "name": "Brian Nesbitt",
  522. "email": "brian@nesbot.com",
  523. "homepage": "https://markido.com"
  524. },
  525. {
  526. "name": "kylekatarnls",
  527. "homepage": "https://github.com/kylekatarnls"
  528. }
  529. ],
  530. "description": "An API extension for DateTime that supports 281 different languages.",
  531. "homepage": "https://carbon.nesbot.com",
  532. "keywords": [
  533. "date",
  534. "datetime",
  535. "time"
  536. ],
  537. "support": {
  538. "docs": "https://carbon.nesbot.com/docs",
  539. "issues": "https://github.com/briannesbitt/Carbon/issues",
  540. "source": "https://github.com/briannesbitt/Carbon"
  541. },
  542. "funding": [
  543. {
  544. "url": "https://opencollective.com/Carbon",
  545. "type": "open_collective"
  546. },
  547. {
  548. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  549. "type": "tidelift"
  550. }
  551. ],
  552. "install-path": "../nesbot/carbon"
  553. },
  554. {
  555. "name": "paragonie/random_compat",
  556. "version": "v9.99.100",
  557. "version_normalized": "9.99.100.0",
  558. "source": {
  559. "type": "git",
  560. "url": "https://github.com/paragonie/random_compat.git",
  561. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  562. },
  563. "dist": {
  564. "type": "zip",
  565. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  566. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  567. "shasum": ""
  568. },
  569. "require": {
  570. "php": ">= 7"
  571. },
  572. "require-dev": {
  573. "phpunit/phpunit": "4.*|5.*",
  574. "vimeo/psalm": "^1"
  575. },
  576. "suggest": {
  577. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  578. },
  579. "time": "2020-10-15T08:29:30+00:00",
  580. "type": "library",
  581. "installation-source": "dist",
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "MIT"
  585. ],
  586. "authors": [
  587. {
  588. "name": "Paragon Initiative Enterprises",
  589. "email": "security@paragonie.com",
  590. "homepage": "https://paragonie.com"
  591. }
  592. ],
  593. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  594. "keywords": [
  595. "csprng",
  596. "polyfill",
  597. "pseudorandom",
  598. "random"
  599. ],
  600. "support": {
  601. "email": "info@paragonie.com",
  602. "issues": "https://github.com/paragonie/random_compat/issues",
  603. "source": "https://github.com/paragonie/random_compat"
  604. },
  605. "install-path": "../paragonie/random_compat"
  606. },
  607. {
  608. "name": "php-mime-mail-parser/php-mime-mail-parser",
  609. "version": "7.0.0",
  610. "version_normalized": "7.0.0.0",
  611. "source": {
  612. "type": "git",
  613. "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
  614. "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d"
  615. },
  616. "dist": {
  617. "type": "zip",
  618. "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d",
  619. "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d",
  620. "shasum": ""
  621. },
  622. "require": {
  623. "ext-mailparse": "*",
  624. "php": "^7.2|^8.0"
  625. },
  626. "replace": {
  627. "exorus/php-mime-mail-parser": "*",
  628. "messaged/php-mime-mail-parser": "*"
  629. },
  630. "require-dev": {
  631. "php-coveralls/php-coveralls": "^2.2",
  632. "phpunit/phpunit": "^8.0",
  633. "squizlabs/php_codesniffer": "^3.5"
  634. },
  635. "time": "2021-02-25T17:21:57+00:00",
  636. "type": "library",
  637. "installation-source": "dist",
  638. "autoload": {
  639. "psr-4": {
  640. "PhpMimeMailParser\\": "src/"
  641. }
  642. },
  643. "notification-url": "https://packagist.org/downloads/",
  644. "license": [
  645. "MIT"
  646. ],
  647. "authors": [
  648. {
  649. "name": "eXorus",
  650. "email": "exorus.spam@gmail.com",
  651. "homepage": "https://github.com/eXorus/",
  652. "role": "Developer"
  653. },
  654. {
  655. "name": "M.Valinskis",
  656. "email": "M.Valins@gmail.com",
  657. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  658. "role": "Developer"
  659. },
  660. {
  661. "name": "eugene.emmett.wood",
  662. "email": "gene_w@cementhorizon.com",
  663. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  664. "role": "Developer"
  665. },
  666. {
  667. "name": "alknetso",
  668. "email": "alkne@gmail.com",
  669. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  670. "role": "Developer"
  671. },
  672. {
  673. "name": "bucabay",
  674. "email": "gabe@fijiwebdesign.com",
  675. "homepage": "http://www.fijiwebdesign.com",
  676. "role": "Developer"
  677. }
  678. ],
  679. "description": "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).",
  680. "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
  681. "keywords": [
  682. "MimeMailParser",
  683. "mail",
  684. "mailparse",
  685. "mime",
  686. "parser",
  687. "php"
  688. ],
  689. "support": {
  690. "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
  691. "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
  692. },
  693. "funding": [
  694. {
  695. "url": "https://github.com/eXorus",
  696. "type": "github"
  697. }
  698. ],
  699. "install-path": "../php-mime-mail-parser/php-mime-mail-parser"
  700. },
  701. {
  702. "name": "phpmailer/phpmailer",
  703. "version": "v6.6.0",
  704. "version_normalized": "6.6.0.0",
  705. "source": {
  706. "type": "git",
  707. "url": "https://github.com/PHPMailer/PHPMailer.git",
  708. "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
  709. },
  710. "dist": {
  711. "type": "zip",
  712. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
  713. "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
  714. "shasum": ""
  715. },
  716. "require": {
  717. "ext-ctype": "*",
  718. "ext-filter": "*",
  719. "ext-hash": "*",
  720. "php": ">=5.5.0"
  721. },
  722. "require-dev": {
  723. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  724. "doctrine/annotations": "^1.2",
  725. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  726. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  727. "phpcompatibility/php-compatibility": "^9.3.5",
  728. "roave/security-advisories": "dev-latest",
  729. "squizlabs/php_codesniffer": "^3.6.2",
  730. "yoast/phpunit-polyfills": "^1.0.0"
  731. },
  732. "suggest": {
  733. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  734. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  735. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  736. "psr/log": "For optional PSR-3 debug logging",
  737. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  738. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  739. },
  740. "time": "2022-02-28T15:31:21+00:00",
  741. "type": "library",
  742. "installation-source": "dist",
  743. "autoload": {
  744. "psr-4": {
  745. "PHPMailer\\PHPMailer\\": "src/"
  746. }
  747. },
  748. "notification-url": "https://packagist.org/downloads/",
  749. "license": [
  750. "LGPL-2.1-only"
  751. ],
  752. "authors": [
  753. {
  754. "name": "Marcus Bointon",
  755. "email": "phpmailer@synchromedia.co.uk"
  756. },
  757. {
  758. "name": "Jim Jagielski",
  759. "email": "jimjag@gmail.com"
  760. },
  761. {
  762. "name": "Andy Prevost",
  763. "email": "codeworxtech@users.sourceforge.net"
  764. },
  765. {
  766. "name": "Brent R. Matzelle"
  767. }
  768. ],
  769. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  770. "support": {
  771. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  772. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0"
  773. },
  774. "funding": [
  775. {
  776. "url": "https://github.com/Synchro",
  777. "type": "github"
  778. }
  779. ],
  780. "install-path": "../phpmailer/phpmailer"
  781. },
  782. {
  783. "name": "psr/container",
  784. "version": "2.0.2",
  785. "version_normalized": "2.0.2.0",
  786. "source": {
  787. "type": "git",
  788. "url": "https://github.com/php-fig/container.git",
  789. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  790. },
  791. "dist": {
  792. "type": "zip",
  793. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  794. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  795. "shasum": ""
  796. },
  797. "require": {
  798. "php": ">=7.4.0"
  799. },
  800. "time": "2021-11-05T16:47:00+00:00",
  801. "type": "library",
  802. "extra": {
  803. "branch-alias": {
  804. "dev-master": "2.0.x-dev"
  805. }
  806. },
  807. "installation-source": "dist",
  808. "autoload": {
  809. "psr-4": {
  810. "Psr\\Container\\": "src/"
  811. }
  812. },
  813. "notification-url": "https://packagist.org/downloads/",
  814. "license": [
  815. "MIT"
  816. ],
  817. "authors": [
  818. {
  819. "name": "PHP-FIG",
  820. "homepage": "https://www.php-fig.org/"
  821. }
  822. ],
  823. "description": "Common Container Interface (PHP FIG PSR-11)",
  824. "homepage": "https://github.com/php-fig/container",
  825. "keywords": [
  826. "PSR-11",
  827. "container",
  828. "container-interface",
  829. "container-interop",
  830. "psr"
  831. ],
  832. "support": {
  833. "issues": "https://github.com/php-fig/container/issues",
  834. "source": "https://github.com/php-fig/container/tree/2.0.2"
  835. },
  836. "install-path": "../psr/container"
  837. },
  838. {
  839. "name": "psr/log",
  840. "version": "3.0.0",
  841. "version_normalized": "3.0.0.0",
  842. "source": {
  843. "type": "git",
  844. "url": "https://github.com/php-fig/log.git",
  845. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  846. },
  847. "dist": {
  848. "type": "zip",
  849. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  850. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  851. "shasum": ""
  852. },
  853. "require": {
  854. "php": ">=8.0.0"
  855. },
  856. "time": "2021-07-14T16:46:02+00:00",
  857. "type": "library",
  858. "extra": {
  859. "branch-alias": {
  860. "dev-master": "3.x-dev"
  861. }
  862. },
  863. "installation-source": "dist",
  864. "autoload": {
  865. "psr-4": {
  866. "Psr\\Log\\": "src"
  867. }
  868. },
  869. "notification-url": "https://packagist.org/downloads/",
  870. "license": [
  871. "MIT"
  872. ],
  873. "authors": [
  874. {
  875. "name": "PHP-FIG",
  876. "homepage": "https://www.php-fig.org/"
  877. }
  878. ],
  879. "description": "Common interface for logging libraries",
  880. "homepage": "https://github.com/php-fig/log",
  881. "keywords": [
  882. "log",
  883. "psr",
  884. "psr-3"
  885. ],
  886. "support": {
  887. "source": "https://github.com/php-fig/log/tree/3.0.0"
  888. },
  889. "install-path": "../psr/log"
  890. },
  891. {
  892. "name": "psr/simple-cache",
  893. "version": "2.0.0",
  894. "version_normalized": "2.0.0.0",
  895. "source": {
  896. "type": "git",
  897. "url": "https://github.com/php-fig/simple-cache.git",
  898. "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a"
  899. },
  900. "dist": {
  901. "type": "zip",
  902. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a",
  903. "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a",
  904. "shasum": ""
  905. },
  906. "require": {
  907. "php": ">=8.0.0"
  908. },
  909. "time": "2021-10-29T13:22:09+00:00",
  910. "type": "library",
  911. "extra": {
  912. "branch-alias": {
  913. "dev-master": "2.0.x-dev"
  914. }
  915. },
  916. "installation-source": "dist",
  917. "autoload": {
  918. "psr-4": {
  919. "Psr\\SimpleCache\\": "src/"
  920. }
  921. },
  922. "notification-url": "https://packagist.org/downloads/",
  923. "license": [
  924. "MIT"
  925. ],
  926. "authors": [
  927. {
  928. "name": "PHP-FIG",
  929. "homepage": "https://www.php-fig.org/"
  930. }
  931. ],
  932. "description": "Common interfaces for simple caching",
  933. "keywords": [
  934. "cache",
  935. "caching",
  936. "psr",
  937. "psr-16",
  938. "simple-cache"
  939. ],
  940. "support": {
  941. "source": "https://github.com/php-fig/simple-cache/tree/2.0.0"
  942. },
  943. "install-path": "../psr/simple-cache"
  944. },
  945. {
  946. "name": "robthree/twofactorauth",
  947. "version": "1.8.1",
  948. "version_normalized": "1.8.1.0",
  949. "source": {
  950. "type": "git",
  951. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  952. "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b"
  953. },
  954. "dist": {
  955. "type": "zip",
  956. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5afcb45282f1c75562a48d479ecd1732c9bdb11b",
  957. "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b",
  958. "shasum": ""
  959. },
  960. "require": {
  961. "php": ">=5.6.0"
  962. },
  963. "require-dev": {
  964. "php-parallel-lint/php-parallel-lint": "^1.2",
  965. "phpunit/phpunit": "@stable"
  966. },
  967. "suggest": {
  968. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  969. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  970. },
  971. "time": "2021-10-20T12:19:55+00:00",
  972. "type": "library",
  973. "installation-source": "dist",
  974. "autoload": {
  975. "psr-4": {
  976. "RobThree\\Auth\\": "lib"
  977. }
  978. },
  979. "notification-url": "https://packagist.org/downloads/",
  980. "license": [
  981. "MIT"
  982. ],
  983. "authors": [
  984. {
  985. "name": "Rob Janssen",
  986. "homepage": "http://robiii.me",
  987. "role": "Developer"
  988. }
  989. ],
  990. "description": "Two Factor Authentication",
  991. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  992. "keywords": [
  993. "Authentication",
  994. "MFA",
  995. "Multi Factor Authentication",
  996. "Two Factor Authentication",
  997. "authenticator",
  998. "authy",
  999. "php",
  1000. "tfa"
  1001. ],
  1002. "support": {
  1003. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  1004. "source": "https://github.com/RobThree/TwoFactorAuth"
  1005. },
  1006. "funding": [
  1007. {
  1008. "url": "https://paypal.me/robiii",
  1009. "type": "custom"
  1010. },
  1011. {
  1012. "url": "https://github.com/RobThree",
  1013. "type": "github"
  1014. }
  1015. ],
  1016. "install-path": "../robthree/twofactorauth"
  1017. },
  1018. {
  1019. "name": "soundasleep/html2text",
  1020. "version": "0.5.0",
  1021. "version_normalized": "0.5.0.0",
  1022. "source": {
  1023. "type": "git",
  1024. "url": "https://github.com/soundasleep/html2text.git",
  1025. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
  1026. },
  1027. "dist": {
  1028. "type": "zip",
  1029. "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  1030. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  1031. "shasum": ""
  1032. },
  1033. "require": {
  1034. "ext-dom": "*",
  1035. "ext-libxml": "*",
  1036. "php": ">=5.3.2"
  1037. },
  1038. "require-dev": {
  1039. "phpunit/phpunit": ">=4.0",
  1040. "soundasleep/component-tests": "dev-master"
  1041. },
  1042. "time": "2017-04-19T22:01:50+00:00",
  1043. "type": "library",
  1044. "installation-source": "dist",
  1045. "autoload": {
  1046. "psr-4": {
  1047. "Html2Text\\": "src"
  1048. }
  1049. },
  1050. "notification-url": "https://packagist.org/downloads/",
  1051. "license": [
  1052. "EPL-1.0"
  1053. ],
  1054. "authors": [
  1055. {
  1056. "name": "Jevon Wright",
  1057. "homepage": "https://jevon.org",
  1058. "role": "Developer"
  1059. }
  1060. ],
  1061. "description": "A PHP script to convert HTML into a plain text format",
  1062. "homepage": "https://github.com/soundasleep/html2text",
  1063. "keywords": [
  1064. "email",
  1065. "html",
  1066. "php",
  1067. "text"
  1068. ],
  1069. "install-path": "../soundasleep/html2text"
  1070. },
  1071. {
  1072. "name": "symfony/polyfill-ctype",
  1073. "version": "v1.24.0",
  1074. "version_normalized": "1.24.0.0",
  1075. "source": {
  1076. "type": "git",
  1077. "url": "https://github.com/symfony/polyfill-ctype.git",
  1078. "reference": "30885182c981ab175d4d034db0f6f469898070ab"
  1079. },
  1080. "dist": {
  1081. "type": "zip",
  1082. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
  1083. "reference": "30885182c981ab175d4d034db0f6f469898070ab",
  1084. "shasum": ""
  1085. },
  1086. "require": {
  1087. "php": ">=7.1"
  1088. },
  1089. "provide": {
  1090. "ext-ctype": "*"
  1091. },
  1092. "suggest": {
  1093. "ext-ctype": "For best performance"
  1094. },
  1095. "time": "2021-10-20T20:35:02+00:00",
  1096. "type": "library",
  1097. "extra": {
  1098. "branch-alias": {
  1099. "dev-main": "1.23-dev"
  1100. },
  1101. "thanks": {
  1102. "name": "symfony/polyfill",
  1103. "url": "https://github.com/symfony/polyfill"
  1104. }
  1105. },
  1106. "installation-source": "dist",
  1107. "autoload": {
  1108. "files": [
  1109. "bootstrap.php"
  1110. ],
  1111. "psr-4": {
  1112. "Symfony\\Polyfill\\Ctype\\": ""
  1113. }
  1114. },
  1115. "notification-url": "https://packagist.org/downloads/",
  1116. "license": [
  1117. "MIT"
  1118. ],
  1119. "authors": [
  1120. {
  1121. "name": "Gert de Pagter",
  1122. "email": "BackEndTea@gmail.com"
  1123. },
  1124. {
  1125. "name": "Symfony Community",
  1126. "homepage": "https://symfony.com/contributors"
  1127. }
  1128. ],
  1129. "description": "Symfony polyfill for ctype functions",
  1130. "homepage": "https://symfony.com",
  1131. "keywords": [
  1132. "compatibility",
  1133. "ctype",
  1134. "polyfill",
  1135. "portable"
  1136. ],
  1137. "support": {
  1138. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
  1139. },
  1140. "funding": [
  1141. {
  1142. "url": "https://symfony.com/sponsor",
  1143. "type": "custom"
  1144. },
  1145. {
  1146. "url": "https://github.com/fabpot",
  1147. "type": "github"
  1148. },
  1149. {
  1150. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1151. "type": "tidelift"
  1152. }
  1153. ],
  1154. "install-path": "../symfony/polyfill-ctype"
  1155. },
  1156. {
  1157. "name": "symfony/polyfill-mbstring",
  1158. "version": "v1.24.0",
  1159. "version_normalized": "1.24.0.0",
  1160. "source": {
  1161. "type": "git",
  1162. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1163. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  1164. },
  1165. "dist": {
  1166. "type": "zip",
  1167. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  1168. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  1169. "shasum": ""
  1170. },
  1171. "require": {
  1172. "php": ">=7.1"
  1173. },
  1174. "provide": {
  1175. "ext-mbstring": "*"
  1176. },
  1177. "suggest": {
  1178. "ext-mbstring": "For best performance"
  1179. },
  1180. "time": "2021-11-30T18:21:41+00:00",
  1181. "type": "library",
  1182. "extra": {
  1183. "branch-alias": {
  1184. "dev-main": "1.23-dev"
  1185. },
  1186. "thanks": {
  1187. "name": "symfony/polyfill",
  1188. "url": "https://github.com/symfony/polyfill"
  1189. }
  1190. },
  1191. "installation-source": "dist",
  1192. "autoload": {
  1193. "files": [
  1194. "bootstrap.php"
  1195. ],
  1196. "psr-4": {
  1197. "Symfony\\Polyfill\\Mbstring\\": ""
  1198. }
  1199. },
  1200. "notification-url": "https://packagist.org/downloads/",
  1201. "license": [
  1202. "MIT"
  1203. ],
  1204. "authors": [
  1205. {
  1206. "name": "Nicolas Grekas",
  1207. "email": "p@tchwork.com"
  1208. },
  1209. {
  1210. "name": "Symfony Community",
  1211. "homepage": "https://symfony.com/contributors"
  1212. }
  1213. ],
  1214. "description": "Symfony polyfill for the Mbstring extension",
  1215. "homepage": "https://symfony.com",
  1216. "keywords": [
  1217. "compatibility",
  1218. "mbstring",
  1219. "polyfill",
  1220. "portable",
  1221. "shim"
  1222. ],
  1223. "support": {
  1224. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
  1225. },
  1226. "funding": [
  1227. {
  1228. "url": "https://symfony.com/sponsor",
  1229. "type": "custom"
  1230. },
  1231. {
  1232. "url": "https://github.com/fabpot",
  1233. "type": "github"
  1234. },
  1235. {
  1236. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1237. "type": "tidelift"
  1238. }
  1239. ],
  1240. "install-path": "../symfony/polyfill-mbstring"
  1241. },
  1242. {
  1243. "name": "symfony/polyfill-php80",
  1244. "version": "v1.24.0",
  1245. "version_normalized": "1.24.0.0",
  1246. "source": {
  1247. "type": "git",
  1248. "url": "https://github.com/symfony/polyfill-php80.git",
  1249. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
  1250. },
  1251. "dist": {
  1252. "type": "zip",
  1253. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
  1254. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
  1255. "shasum": ""
  1256. },
  1257. "require": {
  1258. "php": ">=7.1"
  1259. },
  1260. "time": "2021-09-13T13:58:33+00:00",
  1261. "type": "library",
  1262. "extra": {
  1263. "branch-alias": {
  1264. "dev-main": "1.23-dev"
  1265. },
  1266. "thanks": {
  1267. "name": "symfony/polyfill",
  1268. "url": "https://github.com/symfony/polyfill"
  1269. }
  1270. },
  1271. "installation-source": "dist",
  1272. "autoload": {
  1273. "files": [
  1274. "bootstrap.php"
  1275. ],
  1276. "psr-4": {
  1277. "Symfony\\Polyfill\\Php80\\": ""
  1278. },
  1279. "classmap": [
  1280. "Resources/stubs"
  1281. ]
  1282. },
  1283. "notification-url": "https://packagist.org/downloads/",
  1284. "license": [
  1285. "MIT"
  1286. ],
  1287. "authors": [
  1288. {
  1289. "name": "Ion Bazan",
  1290. "email": "ion.bazan@gmail.com"
  1291. },
  1292. {
  1293. "name": "Nicolas Grekas",
  1294. "email": "p@tchwork.com"
  1295. },
  1296. {
  1297. "name": "Symfony Community",
  1298. "homepage": "https://symfony.com/contributors"
  1299. }
  1300. ],
  1301. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1302. "homepage": "https://symfony.com",
  1303. "keywords": [
  1304. "compatibility",
  1305. "polyfill",
  1306. "portable",
  1307. "shim"
  1308. ],
  1309. "support": {
  1310. "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
  1311. },
  1312. "funding": [
  1313. {
  1314. "url": "https://symfony.com/sponsor",
  1315. "type": "custom"
  1316. },
  1317. {
  1318. "url": "https://github.com/fabpot",
  1319. "type": "github"
  1320. },
  1321. {
  1322. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1323. "type": "tidelift"
  1324. }
  1325. ],
  1326. "install-path": "../symfony/polyfill-php80"
  1327. },
  1328. {
  1329. "name": "symfony/translation",
  1330. "version": "v6.0.5",
  1331. "version_normalized": "6.0.5.0",
  1332. "source": {
  1333. "type": "git",
  1334. "url": "https://github.com/symfony/translation.git",
  1335. "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875"
  1336. },
  1337. "dist": {
  1338. "type": "zip",
  1339. "url": "https://api.github.com/repos/symfony/translation/zipball/e69501c71107cc3146b32aaa45f4edd0c3427875",
  1340. "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875",
  1341. "shasum": ""
  1342. },
  1343. "require": {
  1344. "php": ">=8.0.2",
  1345. "symfony/polyfill-mbstring": "~1.0",
  1346. "symfony/translation-contracts": "^2.3|^3.0"
  1347. },
  1348. "conflict": {
  1349. "symfony/config": "<5.4",
  1350. "symfony/console": "<5.4",
  1351. "symfony/dependency-injection": "<5.4",
  1352. "symfony/http-kernel": "<5.4",
  1353. "symfony/twig-bundle": "<5.4",
  1354. "symfony/yaml": "<5.4"
  1355. },
  1356. "provide": {
  1357. "symfony/translation-implementation": "2.3|3.0"
  1358. },
  1359. "require-dev": {
  1360. "psr/log": "^1|^2|^3",
  1361. "symfony/config": "^5.4|^6.0",
  1362. "symfony/console": "^5.4|^6.0",
  1363. "symfony/dependency-injection": "^5.4|^6.0",
  1364. "symfony/finder": "^5.4|^6.0",
  1365. "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
  1366. "symfony/http-kernel": "^5.4|^6.0",
  1367. "symfony/intl": "^5.4|^6.0",
  1368. "symfony/polyfill-intl-icu": "^1.21",
  1369. "symfony/service-contracts": "^1.1.2|^2|^3",
  1370. "symfony/yaml": "^5.4|^6.0"
  1371. },
  1372. "suggest": {
  1373. "psr/log-implementation": "To use logging capability in translator",
  1374. "symfony/config": "",
  1375. "symfony/yaml": ""
  1376. },
  1377. "time": "2022-02-09T15:52:48+00:00",
  1378. "type": "library",
  1379. "installation-source": "dist",
  1380. "autoload": {
  1381. "files": [
  1382. "Resources/functions.php"
  1383. ],
  1384. "psr-4": {
  1385. "Symfony\\Component\\Translation\\": ""
  1386. },
  1387. "exclude-from-classmap": [
  1388. "/Tests/"
  1389. ]
  1390. },
  1391. "notification-url": "https://packagist.org/downloads/",
  1392. "license": [
  1393. "MIT"
  1394. ],
  1395. "authors": [
  1396. {
  1397. "name": "Fabien Potencier",
  1398. "email": "fabien@symfony.com"
  1399. },
  1400. {
  1401. "name": "Symfony Community",
  1402. "homepage": "https://symfony.com/contributors"
  1403. }
  1404. ],
  1405. "description": "Provides tools to internationalize your application",
  1406. "homepage": "https://symfony.com",
  1407. "support": {
  1408. "source": "https://github.com/symfony/translation/tree/v6.0.5"
  1409. },
  1410. "funding": [
  1411. {
  1412. "url": "https://symfony.com/sponsor",
  1413. "type": "custom"
  1414. },
  1415. {
  1416. "url": "https://github.com/fabpot",
  1417. "type": "github"
  1418. },
  1419. {
  1420. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1421. "type": "tidelift"
  1422. }
  1423. ],
  1424. "install-path": "../symfony/translation"
  1425. },
  1426. {
  1427. "name": "symfony/translation-contracts",
  1428. "version": "v3.0.0",
  1429. "version_normalized": "3.0.0.0",
  1430. "source": {
  1431. "type": "git",
  1432. "url": "https://github.com/symfony/translation-contracts.git",
  1433. "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77"
  1434. },
  1435. "dist": {
  1436. "type": "zip",
  1437. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
  1438. "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
  1439. "shasum": ""
  1440. },
  1441. "require": {
  1442. "php": ">=8.0.2"
  1443. },
  1444. "suggest": {
  1445. "symfony/translation-implementation": ""
  1446. },
  1447. "time": "2021-09-07T12:43:40+00:00",
  1448. "type": "library",
  1449. "extra": {
  1450. "branch-alias": {
  1451. "dev-main": "3.0-dev"
  1452. },
  1453. "thanks": {
  1454. "name": "symfony/contracts",
  1455. "url": "https://github.com/symfony/contracts"
  1456. }
  1457. },
  1458. "installation-source": "dist",
  1459. "autoload": {
  1460. "psr-4": {
  1461. "Symfony\\Contracts\\Translation\\": ""
  1462. }
  1463. },
  1464. "notification-url": "https://packagist.org/downloads/",
  1465. "license": [
  1466. "MIT"
  1467. ],
  1468. "authors": [
  1469. {
  1470. "name": "Nicolas Grekas",
  1471. "email": "p@tchwork.com"
  1472. },
  1473. {
  1474. "name": "Symfony Community",
  1475. "homepage": "https://symfony.com/contributors"
  1476. }
  1477. ],
  1478. "description": "Generic abstractions related to translation",
  1479. "homepage": "https://symfony.com",
  1480. "keywords": [
  1481. "abstractions",
  1482. "contracts",
  1483. "decoupling",
  1484. "interfaces",
  1485. "interoperability",
  1486. "standards"
  1487. ],
  1488. "support": {
  1489. "source": "https://github.com/symfony/translation-contracts/tree/v3.0.0"
  1490. },
  1491. "funding": [
  1492. {
  1493. "url": "https://symfony.com/sponsor",
  1494. "type": "custom"
  1495. },
  1496. {
  1497. "url": "https://github.com/fabpot",
  1498. "type": "github"
  1499. },
  1500. {
  1501. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1502. "type": "tidelift"
  1503. }
  1504. ],
  1505. "install-path": "../symfony/translation-contracts"
  1506. },
  1507. {
  1508. "name": "symfony/var-dumper",
  1509. "version": "v6.0.5",
  1510. "version_normalized": "6.0.5.0",
  1511. "source": {
  1512. "type": "git",
  1513. "url": "https://github.com/symfony/var-dumper.git",
  1514. "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce"
  1515. },
  1516. "dist": {
  1517. "type": "zip",
  1518. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60d6a756d5f485df5e6e40b337334848f79f61ce",
  1519. "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce",
  1520. "shasum": ""
  1521. },
  1522. "require": {
  1523. "php": ">=8.0.2",
  1524. "symfony/polyfill-mbstring": "~1.0"
  1525. },
  1526. "conflict": {
  1527. "phpunit/phpunit": "<5.4.3",
  1528. "symfony/console": "<5.4"
  1529. },
  1530. "require-dev": {
  1531. "ext-iconv": "*",
  1532. "symfony/console": "^5.4|^6.0",
  1533. "symfony/process": "^5.4|^6.0",
  1534. "symfony/uid": "^5.4|^6.0",
  1535. "twig/twig": "^2.13|^3.0.4"
  1536. },
  1537. "suggest": {
  1538. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1539. "ext-intl": "To show region name in time zone dump",
  1540. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1541. },
  1542. "time": "2022-02-21T17:15:17+00:00",
  1543. "bin": [
  1544. "Resources/bin/var-dump-server"
  1545. ],
  1546. "type": "library",
  1547. "installation-source": "dist",
  1548. "autoload": {
  1549. "files": [
  1550. "Resources/functions/dump.php"
  1551. ],
  1552. "psr-4": {
  1553. "Symfony\\Component\\VarDumper\\": ""
  1554. },
  1555. "exclude-from-classmap": [
  1556. "/Tests/"
  1557. ]
  1558. },
  1559. "notification-url": "https://packagist.org/downloads/",
  1560. "license": [
  1561. "MIT"
  1562. ],
  1563. "authors": [
  1564. {
  1565. "name": "Nicolas Grekas",
  1566. "email": "p@tchwork.com"
  1567. },
  1568. {
  1569. "name": "Symfony Community",
  1570. "homepage": "https://symfony.com/contributors"
  1571. }
  1572. ],
  1573. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1574. "homepage": "https://symfony.com",
  1575. "keywords": [
  1576. "debug",
  1577. "dump"
  1578. ],
  1579. "support": {
  1580. "source": "https://github.com/symfony/var-dumper/tree/v6.0.5"
  1581. },
  1582. "funding": [
  1583. {
  1584. "url": "https://symfony.com/sponsor",
  1585. "type": "custom"
  1586. },
  1587. {
  1588. "url": "https://github.com/fabpot",
  1589. "type": "github"
  1590. },
  1591. {
  1592. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1593. "type": "tidelift"
  1594. }
  1595. ],
  1596. "install-path": "../symfony/var-dumper"
  1597. },
  1598. {
  1599. "name": "tightenco/collect",
  1600. "version": "v8.83.2",
  1601. "version_normalized": "8.83.2.0",
  1602. "source": {
  1603. "type": "git",
  1604. "url": "https://github.com/tighten/collect.git",
  1605. "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722"
  1606. },
  1607. "dist": {
  1608. "type": "zip",
  1609. "url": "https://api.github.com/repos/tighten/collect/zipball/d9c66d586ec2d216d8a31283d73f8df1400cc722",
  1610. "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722",
  1611. "shasum": ""
  1612. },
  1613. "require": {
  1614. "php": "^7.3|^8.0",
  1615. "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1616. },
  1617. "require-dev": {
  1618. "mockery/mockery": "^1.0",
  1619. "nesbot/carbon": "^2.23.0",
  1620. "phpunit/phpunit": "^8.3"
  1621. },
  1622. "time": "2022-02-16T16:15:54+00:00",
  1623. "type": "library",
  1624. "installation-source": "dist",
  1625. "autoload": {
  1626. "files": [
  1627. "src/Collect/Support/helpers.php",
  1628. "src/Collect/Support/alias.php"
  1629. ],
  1630. "psr-4": {
  1631. "Tightenco\\Collect\\": "src/Collect"
  1632. }
  1633. },
  1634. "notification-url": "https://packagist.org/downloads/",
  1635. "license": [
  1636. "MIT"
  1637. ],
  1638. "authors": [
  1639. {
  1640. "name": "Taylor Otwell",
  1641. "email": "taylorotwell@gmail.com"
  1642. }
  1643. ],
  1644. "description": "Collect - Illuminate Collections as a separate package.",
  1645. "keywords": [
  1646. "collection",
  1647. "laravel"
  1648. ],
  1649. "support": {
  1650. "issues": "https://github.com/tighten/collect/issues",
  1651. "source": "https://github.com/tighten/collect/tree/v8.83.2"
  1652. },
  1653. "install-path": "../tightenco/collect"
  1654. },
  1655. {
  1656. "name": "twig/twig",
  1657. "version": "v3.4.3",
  1658. "version_normalized": "3.4.3.0",
  1659. "source": {
  1660. "type": "git",
  1661. "url": "https://github.com/twigphp/Twig.git",
  1662. "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
  1663. },
  1664. "dist": {
  1665. "type": "zip",
  1666. "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
  1667. "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
  1668. "shasum": ""
  1669. },
  1670. "require": {
  1671. "php": ">=7.2.5",
  1672. "symfony/polyfill-ctype": "^1.8",
  1673. "symfony/polyfill-mbstring": "^1.3"
  1674. },
  1675. "require-dev": {
  1676. "psr/container": "^1.0",
  1677. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  1678. },
  1679. "time": "2022-09-28T08:42:51+00:00",
  1680. "type": "library",
  1681. "extra": {
  1682. "branch-alias": {
  1683. "dev-master": "3.4-dev"
  1684. }
  1685. },
  1686. "installation-source": "dist",
  1687. "autoload": {
  1688. "psr-4": {
  1689. "Twig\\": "src/"
  1690. }
  1691. },
  1692. "notification-url": "https://packagist.org/downloads/",
  1693. "license": [
  1694. "BSD-3-Clause"
  1695. ],
  1696. "authors": [
  1697. {
  1698. "name": "Fabien Potencier",
  1699. "email": "fabien@symfony.com",
  1700. "homepage": "http://fabien.potencier.org",
  1701. "role": "Lead Developer"
  1702. },
  1703. {
  1704. "name": "Twig Team",
  1705. "role": "Contributors"
  1706. },
  1707. {
  1708. "name": "Armin Ronacher",
  1709. "email": "armin.ronacher@active-4.com",
  1710. "role": "Project Founder"
  1711. }
  1712. ],
  1713. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1714. "homepage": "https://twig.symfony.com",
  1715. "keywords": [
  1716. "templating"
  1717. ],
  1718. "support": {
  1719. "issues": "https://github.com/twigphp/Twig/issues",
  1720. "source": "https://github.com/twigphp/Twig/tree/v3.4.3"
  1721. },
  1722. "funding": [
  1723. {
  1724. "url": "https://github.com/fabpot",
  1725. "type": "github"
  1726. },
  1727. {
  1728. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  1729. "type": "tidelift"
  1730. }
  1731. ],
  1732. "install-path": "../twig/twig"
  1733. },
  1734. {
  1735. "name": "yubico/u2flib-server",
  1736. "version": "1.0.2",
  1737. "version_normalized": "1.0.2.0",
  1738. "source": {
  1739. "type": "git",
  1740. "url": "https://github.com/Yubico/php-u2flib-server.git",
  1741. "reference": "55d813acf68212ad2cadecde07551600d6971939"
  1742. },
  1743. "dist": {
  1744. "type": "zip",
  1745. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
  1746. "reference": "55d813acf68212ad2cadecde07551600d6971939",
  1747. "shasum": ""
  1748. },
  1749. "require": {
  1750. "ext-openssl": "*",
  1751. "paragonie/random_compat": ">= 1",
  1752. "php": ">=5.6"
  1753. },
  1754. "require-dev": {
  1755. "phpunit/phpunit": "~5.7",
  1756. "vimeo/psalm": "^0|^1|^2"
  1757. },
  1758. "time": "2018-09-07T08:16:44+00:00",
  1759. "type": "library",
  1760. "installation-source": "dist",
  1761. "autoload": {
  1762. "classmap": [
  1763. "src/"
  1764. ]
  1765. },
  1766. "notification-url": "https://packagist.org/downloads/",
  1767. "license": [
  1768. "BSD-2-Clause"
  1769. ],
  1770. "description": "Library for U2F implementation",
  1771. "homepage": "https://developers.yubico.com/php-u2flib-server",
  1772. "install-path": "../yubico/u2flib-server"
  1773. }
  1774. ],
  1775. "dev": true,
  1776. "dev-package-names": []
  1777. }