composer.lock 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641
  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": "6c4a1dce9b5f22b95c5cd87ecf0eb333",
  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": "php-mime-mail-parser/php-mime-mail-parser",
  546. "version": "7.0.0",
  547. "source": {
  548. "type": "git",
  549. "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
  550. "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d"
  551. },
  552. "dist": {
  553. "type": "zip",
  554. "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d",
  555. "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d",
  556. "shasum": ""
  557. },
  558. "require": {
  559. "ext-mailparse": "*",
  560. "php": "^7.2|^8.0"
  561. },
  562. "replace": {
  563. "exorus/php-mime-mail-parser": "*",
  564. "messaged/php-mime-mail-parser": "*"
  565. },
  566. "require-dev": {
  567. "php-coveralls/php-coveralls": "^2.2",
  568. "phpunit/phpunit": "^8.0",
  569. "squizlabs/php_codesniffer": "^3.5"
  570. },
  571. "type": "library",
  572. "autoload": {
  573. "psr-4": {
  574. "PhpMimeMailParser\\": "src/"
  575. }
  576. },
  577. "notification-url": "https://packagist.org/downloads/",
  578. "license": [
  579. "MIT"
  580. ],
  581. "authors": [
  582. {
  583. "name": "eXorus",
  584. "email": "exorus.spam@gmail.com",
  585. "homepage": "https://github.com/eXorus/",
  586. "role": "Developer"
  587. },
  588. {
  589. "name": "M.Valinskis",
  590. "email": "M.Valins@gmail.com",
  591. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  592. "role": "Developer"
  593. },
  594. {
  595. "name": "eugene.emmett.wood",
  596. "email": "gene_w@cementhorizon.com",
  597. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  598. "role": "Developer"
  599. },
  600. {
  601. "name": "alknetso",
  602. "email": "alkne@gmail.com",
  603. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  604. "role": "Developer"
  605. },
  606. {
  607. "name": "bucabay",
  608. "email": "gabe@fijiwebdesign.com",
  609. "homepage": "http://www.fijiwebdesign.com",
  610. "role": "Developer"
  611. }
  612. ],
  613. "description": "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).",
  614. "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
  615. "keywords": [
  616. "MimeMailParser",
  617. "mail",
  618. "mailparse",
  619. "mime",
  620. "parser",
  621. "php"
  622. ],
  623. "support": {
  624. "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
  625. "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
  626. },
  627. "funding": [
  628. {
  629. "url": "https://github.com/eXorus",
  630. "type": "github"
  631. }
  632. ],
  633. "time": "2021-02-25T17:21:57+00:00"
  634. },
  635. {
  636. "name": "phpmailer/phpmailer",
  637. "version": "v6.6.0",
  638. "source": {
  639. "type": "git",
  640. "url": "https://github.com/PHPMailer/PHPMailer.git",
  641. "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
  642. },
  643. "dist": {
  644. "type": "zip",
  645. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
  646. "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
  647. "shasum": ""
  648. },
  649. "require": {
  650. "ext-ctype": "*",
  651. "ext-filter": "*",
  652. "ext-hash": "*",
  653. "php": ">=5.5.0"
  654. },
  655. "require-dev": {
  656. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  657. "doctrine/annotations": "^1.2",
  658. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  659. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  660. "phpcompatibility/php-compatibility": "^9.3.5",
  661. "roave/security-advisories": "dev-latest",
  662. "squizlabs/php_codesniffer": "^3.6.2",
  663. "yoast/phpunit-polyfills": "^1.0.0"
  664. },
  665. "suggest": {
  666. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  667. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  668. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  669. "psr/log": "For optional PSR-3 debug logging",
  670. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  671. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  672. },
  673. "type": "library",
  674. "autoload": {
  675. "psr-4": {
  676. "PHPMailer\\PHPMailer\\": "src/"
  677. }
  678. },
  679. "notification-url": "https://packagist.org/downloads/",
  680. "license": [
  681. "LGPL-2.1-only"
  682. ],
  683. "authors": [
  684. {
  685. "name": "Marcus Bointon",
  686. "email": "phpmailer@synchromedia.co.uk"
  687. },
  688. {
  689. "name": "Jim Jagielski",
  690. "email": "jimjag@gmail.com"
  691. },
  692. {
  693. "name": "Andy Prevost",
  694. "email": "codeworxtech@users.sourceforge.net"
  695. },
  696. {
  697. "name": "Brent R. Matzelle"
  698. }
  699. ],
  700. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  701. "support": {
  702. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  703. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0"
  704. },
  705. "funding": [
  706. {
  707. "url": "https://github.com/Synchro",
  708. "type": "github"
  709. }
  710. ],
  711. "time": "2022-02-28T15:31:21+00:00"
  712. },
  713. {
  714. "name": "psr/container",
  715. "version": "2.0.2",
  716. "source": {
  717. "type": "git",
  718. "url": "https://github.com/php-fig/container.git",
  719. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  720. },
  721. "dist": {
  722. "type": "zip",
  723. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  724. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  725. "shasum": ""
  726. },
  727. "require": {
  728. "php": ">=7.4.0"
  729. },
  730. "type": "library",
  731. "extra": {
  732. "branch-alias": {
  733. "dev-master": "2.0.x-dev"
  734. }
  735. },
  736. "autoload": {
  737. "psr-4": {
  738. "Psr\\Container\\": "src/"
  739. }
  740. },
  741. "notification-url": "https://packagist.org/downloads/",
  742. "license": [
  743. "MIT"
  744. ],
  745. "authors": [
  746. {
  747. "name": "PHP-FIG",
  748. "homepage": "https://www.php-fig.org/"
  749. }
  750. ],
  751. "description": "Common Container Interface (PHP FIG PSR-11)",
  752. "homepage": "https://github.com/php-fig/container",
  753. "keywords": [
  754. "PSR-11",
  755. "container",
  756. "container-interface",
  757. "container-interop",
  758. "psr"
  759. ],
  760. "support": {
  761. "issues": "https://github.com/php-fig/container/issues",
  762. "source": "https://github.com/php-fig/container/tree/2.0.2"
  763. },
  764. "time": "2021-11-05T16:47:00+00:00"
  765. },
  766. {
  767. "name": "psr/log",
  768. "version": "3.0.0",
  769. "source": {
  770. "type": "git",
  771. "url": "https://github.com/php-fig/log.git",
  772. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  773. },
  774. "dist": {
  775. "type": "zip",
  776. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  777. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  778. "shasum": ""
  779. },
  780. "require": {
  781. "php": ">=8.0.0"
  782. },
  783. "type": "library",
  784. "extra": {
  785. "branch-alias": {
  786. "dev-master": "3.x-dev"
  787. }
  788. },
  789. "autoload": {
  790. "psr-4": {
  791. "Psr\\Log\\": "src"
  792. }
  793. },
  794. "notification-url": "https://packagist.org/downloads/",
  795. "license": [
  796. "MIT"
  797. ],
  798. "authors": [
  799. {
  800. "name": "PHP-FIG",
  801. "homepage": "https://www.php-fig.org/"
  802. }
  803. ],
  804. "description": "Common interface for logging libraries",
  805. "homepage": "https://github.com/php-fig/log",
  806. "keywords": [
  807. "log",
  808. "psr",
  809. "psr-3"
  810. ],
  811. "support": {
  812. "source": "https://github.com/php-fig/log/tree/3.0.0"
  813. },
  814. "time": "2021-07-14T16:46:02+00:00"
  815. },
  816. {
  817. "name": "psr/simple-cache",
  818. "version": "2.0.0",
  819. "source": {
  820. "type": "git",
  821. "url": "https://github.com/php-fig/simple-cache.git",
  822. "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a"
  823. },
  824. "dist": {
  825. "type": "zip",
  826. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a",
  827. "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a",
  828. "shasum": ""
  829. },
  830. "require": {
  831. "php": ">=8.0.0"
  832. },
  833. "type": "library",
  834. "extra": {
  835. "branch-alias": {
  836. "dev-master": "2.0.x-dev"
  837. }
  838. },
  839. "autoload": {
  840. "psr-4": {
  841. "Psr\\SimpleCache\\": "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 interfaces for simple caching",
  855. "keywords": [
  856. "cache",
  857. "caching",
  858. "psr",
  859. "psr-16",
  860. "simple-cache"
  861. ],
  862. "support": {
  863. "source": "https://github.com/php-fig/simple-cache/tree/2.0.0"
  864. },
  865. "time": "2021-10-29T13:22:09+00:00"
  866. },
  867. {
  868. "name": "robthree/twofactorauth",
  869. "version": "1.8.1",
  870. "source": {
  871. "type": "git",
  872. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  873. "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b"
  874. },
  875. "dist": {
  876. "type": "zip",
  877. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5afcb45282f1c75562a48d479ecd1732c9bdb11b",
  878. "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b",
  879. "shasum": ""
  880. },
  881. "require": {
  882. "php": ">=5.6.0"
  883. },
  884. "require-dev": {
  885. "php-parallel-lint/php-parallel-lint": "^1.2",
  886. "phpunit/phpunit": "@stable"
  887. },
  888. "suggest": {
  889. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  890. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  891. },
  892. "type": "library",
  893. "autoload": {
  894. "psr-4": {
  895. "RobThree\\Auth\\": "lib"
  896. }
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Rob Janssen",
  905. "homepage": "http://robiii.me",
  906. "role": "Developer"
  907. }
  908. ],
  909. "description": "Two Factor Authentication",
  910. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  911. "keywords": [
  912. "Authentication",
  913. "MFA",
  914. "Multi Factor Authentication",
  915. "Two Factor Authentication",
  916. "authenticator",
  917. "authy",
  918. "php",
  919. "tfa"
  920. ],
  921. "support": {
  922. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  923. "source": "https://github.com/RobThree/TwoFactorAuth"
  924. },
  925. "funding": [
  926. {
  927. "url": "https://paypal.me/robiii",
  928. "type": "custom"
  929. },
  930. {
  931. "url": "https://github.com/RobThree",
  932. "type": "github"
  933. }
  934. ],
  935. "time": "2021-10-20T12:19:55+00:00"
  936. },
  937. {
  938. "name": "soundasleep/html2text",
  939. "version": "0.5.0",
  940. "source": {
  941. "type": "git",
  942. "url": "https://github.com/soundasleep/html2text.git",
  943. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
  944. },
  945. "dist": {
  946. "type": "zip",
  947. "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  948. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  949. "shasum": ""
  950. },
  951. "require": {
  952. "ext-dom": "*",
  953. "ext-libxml": "*",
  954. "php": ">=5.3.2"
  955. },
  956. "require-dev": {
  957. "phpunit/phpunit": ">=4.0",
  958. "soundasleep/component-tests": "dev-master"
  959. },
  960. "type": "library",
  961. "autoload": {
  962. "psr-4": {
  963. "Html2Text\\": "src"
  964. }
  965. },
  966. "notification-url": "https://packagist.org/downloads/",
  967. "license": [
  968. "EPL-1.0"
  969. ],
  970. "authors": [
  971. {
  972. "name": "Jevon Wright",
  973. "homepage": "https://jevon.org",
  974. "role": "Developer"
  975. }
  976. ],
  977. "description": "A PHP script to convert HTML into a plain text format",
  978. "homepage": "https://github.com/soundasleep/html2text",
  979. "keywords": [
  980. "email",
  981. "html",
  982. "php",
  983. "text"
  984. ],
  985. "support": {
  986. "email": "support@jevon.org",
  987. "issues": "https://github.com/soundasleep/html2text/issues",
  988. "source": "https://github.com/soundasleep/html2text/tree/master"
  989. },
  990. "time": "2017-04-19T22:01:50+00:00"
  991. },
  992. {
  993. "name": "symfony/polyfill-ctype",
  994. "version": "v1.24.0",
  995. "source": {
  996. "type": "git",
  997. "url": "https://github.com/symfony/polyfill-ctype.git",
  998. "reference": "30885182c981ab175d4d034db0f6f469898070ab"
  999. },
  1000. "dist": {
  1001. "type": "zip",
  1002. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
  1003. "reference": "30885182c981ab175d4d034db0f6f469898070ab",
  1004. "shasum": ""
  1005. },
  1006. "require": {
  1007. "php": ">=7.1"
  1008. },
  1009. "provide": {
  1010. "ext-ctype": "*"
  1011. },
  1012. "suggest": {
  1013. "ext-ctype": "For best performance"
  1014. },
  1015. "type": "library",
  1016. "extra": {
  1017. "branch-alias": {
  1018. "dev-main": "1.23-dev"
  1019. },
  1020. "thanks": {
  1021. "name": "symfony/polyfill",
  1022. "url": "https://github.com/symfony/polyfill"
  1023. }
  1024. },
  1025. "autoload": {
  1026. "files": [
  1027. "bootstrap.php"
  1028. ],
  1029. "psr-4": {
  1030. "Symfony\\Polyfill\\Ctype\\": ""
  1031. }
  1032. },
  1033. "notification-url": "https://packagist.org/downloads/",
  1034. "license": [
  1035. "MIT"
  1036. ],
  1037. "authors": [
  1038. {
  1039. "name": "Gert de Pagter",
  1040. "email": "BackEndTea@gmail.com"
  1041. },
  1042. {
  1043. "name": "Symfony Community",
  1044. "homepage": "https://symfony.com/contributors"
  1045. }
  1046. ],
  1047. "description": "Symfony polyfill for ctype functions",
  1048. "homepage": "https://symfony.com",
  1049. "keywords": [
  1050. "compatibility",
  1051. "ctype",
  1052. "polyfill",
  1053. "portable"
  1054. ],
  1055. "support": {
  1056. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
  1057. },
  1058. "funding": [
  1059. {
  1060. "url": "https://symfony.com/sponsor",
  1061. "type": "custom"
  1062. },
  1063. {
  1064. "url": "https://github.com/fabpot",
  1065. "type": "github"
  1066. },
  1067. {
  1068. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1069. "type": "tidelift"
  1070. }
  1071. ],
  1072. "time": "2021-10-20T20:35:02+00:00"
  1073. },
  1074. {
  1075. "name": "symfony/polyfill-mbstring",
  1076. "version": "v1.24.0",
  1077. "source": {
  1078. "type": "git",
  1079. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1080. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  1081. },
  1082. "dist": {
  1083. "type": "zip",
  1084. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  1085. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  1086. "shasum": ""
  1087. },
  1088. "require": {
  1089. "php": ">=7.1"
  1090. },
  1091. "provide": {
  1092. "ext-mbstring": "*"
  1093. },
  1094. "suggest": {
  1095. "ext-mbstring": "For best performance"
  1096. },
  1097. "type": "library",
  1098. "extra": {
  1099. "branch-alias": {
  1100. "dev-main": "1.23-dev"
  1101. },
  1102. "thanks": {
  1103. "name": "symfony/polyfill",
  1104. "url": "https://github.com/symfony/polyfill"
  1105. }
  1106. },
  1107. "autoload": {
  1108. "files": [
  1109. "bootstrap.php"
  1110. ],
  1111. "psr-4": {
  1112. "Symfony\\Polyfill\\Mbstring\\": ""
  1113. }
  1114. },
  1115. "notification-url": "https://packagist.org/downloads/",
  1116. "license": [
  1117. "MIT"
  1118. ],
  1119. "authors": [
  1120. {
  1121. "name": "Nicolas Grekas",
  1122. "email": "p@tchwork.com"
  1123. },
  1124. {
  1125. "name": "Symfony Community",
  1126. "homepage": "https://symfony.com/contributors"
  1127. }
  1128. ],
  1129. "description": "Symfony polyfill for the Mbstring extension",
  1130. "homepage": "https://symfony.com",
  1131. "keywords": [
  1132. "compatibility",
  1133. "mbstring",
  1134. "polyfill",
  1135. "portable",
  1136. "shim"
  1137. ],
  1138. "support": {
  1139. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
  1140. },
  1141. "funding": [
  1142. {
  1143. "url": "https://symfony.com/sponsor",
  1144. "type": "custom"
  1145. },
  1146. {
  1147. "url": "https://github.com/fabpot",
  1148. "type": "github"
  1149. },
  1150. {
  1151. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1152. "type": "tidelift"
  1153. }
  1154. ],
  1155. "time": "2021-11-30T18:21:41+00:00"
  1156. },
  1157. {
  1158. "name": "symfony/polyfill-php80",
  1159. "version": "v1.24.0",
  1160. "source": {
  1161. "type": "git",
  1162. "url": "https://github.com/symfony/polyfill-php80.git",
  1163. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
  1164. },
  1165. "dist": {
  1166. "type": "zip",
  1167. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
  1168. "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
  1169. "shasum": ""
  1170. },
  1171. "require": {
  1172. "php": ">=7.1"
  1173. },
  1174. "type": "library",
  1175. "extra": {
  1176. "branch-alias": {
  1177. "dev-main": "1.23-dev"
  1178. },
  1179. "thanks": {
  1180. "name": "symfony/polyfill",
  1181. "url": "https://github.com/symfony/polyfill"
  1182. }
  1183. },
  1184. "autoload": {
  1185. "files": [
  1186. "bootstrap.php"
  1187. ],
  1188. "psr-4": {
  1189. "Symfony\\Polyfill\\Php80\\": ""
  1190. },
  1191. "classmap": [
  1192. "Resources/stubs"
  1193. ]
  1194. },
  1195. "notification-url": "https://packagist.org/downloads/",
  1196. "license": [
  1197. "MIT"
  1198. ],
  1199. "authors": [
  1200. {
  1201. "name": "Ion Bazan",
  1202. "email": "ion.bazan@gmail.com"
  1203. },
  1204. {
  1205. "name": "Nicolas Grekas",
  1206. "email": "p@tchwork.com"
  1207. },
  1208. {
  1209. "name": "Symfony Community",
  1210. "homepage": "https://symfony.com/contributors"
  1211. }
  1212. ],
  1213. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1214. "homepage": "https://symfony.com",
  1215. "keywords": [
  1216. "compatibility",
  1217. "polyfill",
  1218. "portable",
  1219. "shim"
  1220. ],
  1221. "support": {
  1222. "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
  1223. },
  1224. "funding": [
  1225. {
  1226. "url": "https://symfony.com/sponsor",
  1227. "type": "custom"
  1228. },
  1229. {
  1230. "url": "https://github.com/fabpot",
  1231. "type": "github"
  1232. },
  1233. {
  1234. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1235. "type": "tidelift"
  1236. }
  1237. ],
  1238. "time": "2021-09-13T13:58:33+00:00"
  1239. },
  1240. {
  1241. "name": "symfony/translation",
  1242. "version": "v6.0.5",
  1243. "source": {
  1244. "type": "git",
  1245. "url": "https://github.com/symfony/translation.git",
  1246. "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875"
  1247. },
  1248. "dist": {
  1249. "type": "zip",
  1250. "url": "https://api.github.com/repos/symfony/translation/zipball/e69501c71107cc3146b32aaa45f4edd0c3427875",
  1251. "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875",
  1252. "shasum": ""
  1253. },
  1254. "require": {
  1255. "php": ">=8.0.2",
  1256. "symfony/polyfill-mbstring": "~1.0",
  1257. "symfony/translation-contracts": "^2.3|^3.0"
  1258. },
  1259. "conflict": {
  1260. "symfony/config": "<5.4",
  1261. "symfony/console": "<5.4",
  1262. "symfony/dependency-injection": "<5.4",
  1263. "symfony/http-kernel": "<5.4",
  1264. "symfony/twig-bundle": "<5.4",
  1265. "symfony/yaml": "<5.4"
  1266. },
  1267. "provide": {
  1268. "symfony/translation-implementation": "2.3|3.0"
  1269. },
  1270. "require-dev": {
  1271. "psr/log": "^1|^2|^3",
  1272. "symfony/config": "^5.4|^6.0",
  1273. "symfony/console": "^5.4|^6.0",
  1274. "symfony/dependency-injection": "^5.4|^6.0",
  1275. "symfony/finder": "^5.4|^6.0",
  1276. "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
  1277. "symfony/http-kernel": "^5.4|^6.0",
  1278. "symfony/intl": "^5.4|^6.0",
  1279. "symfony/polyfill-intl-icu": "^1.21",
  1280. "symfony/service-contracts": "^1.1.2|^2|^3",
  1281. "symfony/yaml": "^5.4|^6.0"
  1282. },
  1283. "suggest": {
  1284. "psr/log-implementation": "To use logging capability in translator",
  1285. "symfony/config": "",
  1286. "symfony/yaml": ""
  1287. },
  1288. "type": "library",
  1289. "autoload": {
  1290. "files": [
  1291. "Resources/functions.php"
  1292. ],
  1293. "psr-4": {
  1294. "Symfony\\Component\\Translation\\": ""
  1295. },
  1296. "exclude-from-classmap": [
  1297. "/Tests/"
  1298. ]
  1299. },
  1300. "notification-url": "https://packagist.org/downloads/",
  1301. "license": [
  1302. "MIT"
  1303. ],
  1304. "authors": [
  1305. {
  1306. "name": "Fabien Potencier",
  1307. "email": "fabien@symfony.com"
  1308. },
  1309. {
  1310. "name": "Symfony Community",
  1311. "homepage": "https://symfony.com/contributors"
  1312. }
  1313. ],
  1314. "description": "Provides tools to internationalize your application",
  1315. "homepage": "https://symfony.com",
  1316. "support": {
  1317. "source": "https://github.com/symfony/translation/tree/v6.0.5"
  1318. },
  1319. "funding": [
  1320. {
  1321. "url": "https://symfony.com/sponsor",
  1322. "type": "custom"
  1323. },
  1324. {
  1325. "url": "https://github.com/fabpot",
  1326. "type": "github"
  1327. },
  1328. {
  1329. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1330. "type": "tidelift"
  1331. }
  1332. ],
  1333. "time": "2022-02-09T15:52:48+00:00"
  1334. },
  1335. {
  1336. "name": "symfony/translation-contracts",
  1337. "version": "v3.0.0",
  1338. "source": {
  1339. "type": "git",
  1340. "url": "https://github.com/symfony/translation-contracts.git",
  1341. "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77"
  1342. },
  1343. "dist": {
  1344. "type": "zip",
  1345. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
  1346. "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
  1347. "shasum": ""
  1348. },
  1349. "require": {
  1350. "php": ">=8.0.2"
  1351. },
  1352. "suggest": {
  1353. "symfony/translation-implementation": ""
  1354. },
  1355. "type": "library",
  1356. "extra": {
  1357. "branch-alias": {
  1358. "dev-main": "3.0-dev"
  1359. },
  1360. "thanks": {
  1361. "name": "symfony/contracts",
  1362. "url": "https://github.com/symfony/contracts"
  1363. }
  1364. },
  1365. "autoload": {
  1366. "psr-4": {
  1367. "Symfony\\Contracts\\Translation\\": ""
  1368. }
  1369. },
  1370. "notification-url": "https://packagist.org/downloads/",
  1371. "license": [
  1372. "MIT"
  1373. ],
  1374. "authors": [
  1375. {
  1376. "name": "Nicolas Grekas",
  1377. "email": "p@tchwork.com"
  1378. },
  1379. {
  1380. "name": "Symfony Community",
  1381. "homepage": "https://symfony.com/contributors"
  1382. }
  1383. ],
  1384. "description": "Generic abstractions related to translation",
  1385. "homepage": "https://symfony.com",
  1386. "keywords": [
  1387. "abstractions",
  1388. "contracts",
  1389. "decoupling",
  1390. "interfaces",
  1391. "interoperability",
  1392. "standards"
  1393. ],
  1394. "support": {
  1395. "source": "https://github.com/symfony/translation-contracts/tree/v3.0.0"
  1396. },
  1397. "funding": [
  1398. {
  1399. "url": "https://symfony.com/sponsor",
  1400. "type": "custom"
  1401. },
  1402. {
  1403. "url": "https://github.com/fabpot",
  1404. "type": "github"
  1405. },
  1406. {
  1407. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1408. "type": "tidelift"
  1409. }
  1410. ],
  1411. "time": "2021-09-07T12:43:40+00:00"
  1412. },
  1413. {
  1414. "name": "symfony/var-dumper",
  1415. "version": "v6.0.5",
  1416. "source": {
  1417. "type": "git",
  1418. "url": "https://github.com/symfony/var-dumper.git",
  1419. "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce"
  1420. },
  1421. "dist": {
  1422. "type": "zip",
  1423. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60d6a756d5f485df5e6e40b337334848f79f61ce",
  1424. "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce",
  1425. "shasum": ""
  1426. },
  1427. "require": {
  1428. "php": ">=8.0.2",
  1429. "symfony/polyfill-mbstring": "~1.0"
  1430. },
  1431. "conflict": {
  1432. "phpunit/phpunit": "<5.4.3",
  1433. "symfony/console": "<5.4"
  1434. },
  1435. "require-dev": {
  1436. "ext-iconv": "*",
  1437. "symfony/console": "^5.4|^6.0",
  1438. "symfony/process": "^5.4|^6.0",
  1439. "symfony/uid": "^5.4|^6.0",
  1440. "twig/twig": "^2.13|^3.0.4"
  1441. },
  1442. "suggest": {
  1443. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1444. "ext-intl": "To show region name in time zone dump",
  1445. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1446. },
  1447. "bin": [
  1448. "Resources/bin/var-dump-server"
  1449. ],
  1450. "type": "library",
  1451. "autoload": {
  1452. "files": [
  1453. "Resources/functions/dump.php"
  1454. ],
  1455. "psr-4": {
  1456. "Symfony\\Component\\VarDumper\\": ""
  1457. },
  1458. "exclude-from-classmap": [
  1459. "/Tests/"
  1460. ]
  1461. },
  1462. "notification-url": "https://packagist.org/downloads/",
  1463. "license": [
  1464. "MIT"
  1465. ],
  1466. "authors": [
  1467. {
  1468. "name": "Nicolas Grekas",
  1469. "email": "p@tchwork.com"
  1470. },
  1471. {
  1472. "name": "Symfony Community",
  1473. "homepage": "https://symfony.com/contributors"
  1474. }
  1475. ],
  1476. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1477. "homepage": "https://symfony.com",
  1478. "keywords": [
  1479. "debug",
  1480. "dump"
  1481. ],
  1482. "support": {
  1483. "source": "https://github.com/symfony/var-dumper/tree/v6.0.5"
  1484. },
  1485. "funding": [
  1486. {
  1487. "url": "https://symfony.com/sponsor",
  1488. "type": "custom"
  1489. },
  1490. {
  1491. "url": "https://github.com/fabpot",
  1492. "type": "github"
  1493. },
  1494. {
  1495. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1496. "type": "tidelift"
  1497. }
  1498. ],
  1499. "time": "2022-02-21T17:15:17+00:00"
  1500. },
  1501. {
  1502. "name": "tightenco/collect",
  1503. "version": "v8.83.2",
  1504. "source": {
  1505. "type": "git",
  1506. "url": "https://github.com/tighten/collect.git",
  1507. "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722"
  1508. },
  1509. "dist": {
  1510. "type": "zip",
  1511. "url": "https://api.github.com/repos/tighten/collect/zipball/d9c66d586ec2d216d8a31283d73f8df1400cc722",
  1512. "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722",
  1513. "shasum": ""
  1514. },
  1515. "require": {
  1516. "php": "^7.3|^8.0",
  1517. "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1518. },
  1519. "require-dev": {
  1520. "mockery/mockery": "^1.0",
  1521. "nesbot/carbon": "^2.23.0",
  1522. "phpunit/phpunit": "^8.3"
  1523. },
  1524. "type": "library",
  1525. "autoload": {
  1526. "files": [
  1527. "src/Collect/Support/helpers.php",
  1528. "src/Collect/Support/alias.php"
  1529. ],
  1530. "psr-4": {
  1531. "Tightenco\\Collect\\": "src/Collect"
  1532. }
  1533. },
  1534. "notification-url": "https://packagist.org/downloads/",
  1535. "license": [
  1536. "MIT"
  1537. ],
  1538. "authors": [
  1539. {
  1540. "name": "Taylor Otwell",
  1541. "email": "taylorotwell@gmail.com"
  1542. }
  1543. ],
  1544. "description": "Collect - Illuminate Collections as a separate package.",
  1545. "keywords": [
  1546. "collection",
  1547. "laravel"
  1548. ],
  1549. "support": {
  1550. "issues": "https://github.com/tighten/collect/issues",
  1551. "source": "https://github.com/tighten/collect/tree/v8.83.2"
  1552. },
  1553. "time": "2022-02-16T16:15:54+00:00"
  1554. },
  1555. {
  1556. "name": "twig/twig",
  1557. "version": "v3.4.3",
  1558. "source": {
  1559. "type": "git",
  1560. "url": "https://github.com/twigphp/Twig.git",
  1561. "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
  1562. },
  1563. "dist": {
  1564. "type": "zip",
  1565. "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
  1566. "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
  1567. "shasum": ""
  1568. },
  1569. "require": {
  1570. "php": ">=7.2.5",
  1571. "symfony/polyfill-ctype": "^1.8",
  1572. "symfony/polyfill-mbstring": "^1.3"
  1573. },
  1574. "require-dev": {
  1575. "psr/container": "^1.0",
  1576. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  1577. },
  1578. "type": "library",
  1579. "extra": {
  1580. "branch-alias": {
  1581. "dev-master": "3.4-dev"
  1582. }
  1583. },
  1584. "autoload": {
  1585. "psr-4": {
  1586. "Twig\\": "src/"
  1587. }
  1588. },
  1589. "notification-url": "https://packagist.org/downloads/",
  1590. "license": [
  1591. "BSD-3-Clause"
  1592. ],
  1593. "authors": [
  1594. {
  1595. "name": "Fabien Potencier",
  1596. "email": "fabien@symfony.com",
  1597. "homepage": "http://fabien.potencier.org",
  1598. "role": "Lead Developer"
  1599. },
  1600. {
  1601. "name": "Twig Team",
  1602. "role": "Contributors"
  1603. },
  1604. {
  1605. "name": "Armin Ronacher",
  1606. "email": "armin.ronacher@active-4.com",
  1607. "role": "Project Founder"
  1608. }
  1609. ],
  1610. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1611. "homepage": "https://twig.symfony.com",
  1612. "keywords": [
  1613. "templating"
  1614. ],
  1615. "support": {
  1616. "issues": "https://github.com/twigphp/Twig/issues",
  1617. "source": "https://github.com/twigphp/Twig/tree/v3.4.3"
  1618. },
  1619. "funding": [
  1620. {
  1621. "url": "https://github.com/fabpot",
  1622. "type": "github"
  1623. },
  1624. {
  1625. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  1626. "type": "tidelift"
  1627. }
  1628. ],
  1629. "time": "2022-09-28T08:42:51+00:00"
  1630. }
  1631. ],
  1632. "packages-dev": [],
  1633. "aliases": [],
  1634. "minimum-stability": "stable",
  1635. "stability-flags": [],
  1636. "prefer-stable": false,
  1637. "prefer-lowest": false,
  1638. "platform": [],
  1639. "platform-dev": [],
  1640. "plugin-api-version": "2.3.0"
  1641. }