2
0

composer.lock 61 KB

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