installed.json 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061
  1. {
  2. "packages": [
  3. {
  4. "name": "chillerlan/php-qrcode",
  5. "version": "4.4.1",
  6. "version_normalized": "4.4.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/chillerlan/php-qrcode.git",
  10. "reference": "f5e243f3b61a60934780579430a951460f40888d"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/f5e243f3b61a60934780579430a951460f40888d",
  15. "reference": "f5e243f3b61a60934780579430a951460f40888d",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "chillerlan/php-settings-container": "^2.1.4 || ^3.1",
  20. "ext-mbstring": "*",
  21. "php": "^7.4 || ^8.0"
  22. },
  23. "require-dev": {
  24. "phan/phan": "^5.4",
  25. "phpmd/phpmd": "^2.15",
  26. "phpunit/phpunit": "^9.6",
  27. "setasign/fpdf": "^1.8.2",
  28. "squizlabs/php_codesniffer": "^3.8"
  29. },
  30. "suggest": {
  31. "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
  32. "setasign/fpdf": "Required to use the QR FPDF output.",
  33. "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
  34. },
  35. "time": "2024-01-06T16:56:58+00:00",
  36. "type": "library",
  37. "installation-source": "dist",
  38. "autoload": {
  39. "psr-4": {
  40. "chillerlan\\QRCode\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Kazuhiko Arase",
  50. "homepage": "https://github.com/kazuhikoarase"
  51. },
  52. {
  53. "name": "Smiley",
  54. "email": "smiley@chillerlan.net",
  55. "homepage": "https://github.com/codemasher"
  56. },
  57. {
  58. "name": "Contributors",
  59. "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
  60. }
  61. ],
  62. "description": "A QR code generator with a user friendly API. PHP 7.4+",
  63. "homepage": "https://github.com/chillerlan/php-qrcode",
  64. "keywords": [
  65. "phpqrcode",
  66. "qr",
  67. "qr code",
  68. "qrcode",
  69. "qrcode-generator"
  70. ],
  71. "support": {
  72. "issues": "https://github.com/chillerlan/php-qrcode/issues",
  73. "source": "https://github.com/chillerlan/php-qrcode/tree/4.4.1"
  74. },
  75. "funding": [
  76. {
  77. "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
  78. "type": "custom"
  79. },
  80. {
  81. "url": "https://ko-fi.com/codemasher",
  82. "type": "ko_fi"
  83. }
  84. ],
  85. "install-path": "../chillerlan/php-qrcode"
  86. },
  87. {
  88. "name": "chillerlan/php-settings-container",
  89. "version": "3.2.1",
  90. "version_normalized": "3.2.1.0",
  91. "source": {
  92. "type": "git",
  93. "url": "https://github.com/chillerlan/php-settings-container.git",
  94. "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681"
  95. },
  96. "dist": {
  97. "type": "zip",
  98. "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
  99. "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
  100. "shasum": ""
  101. },
  102. "require": {
  103. "ext-json": "*",
  104. "php": "^8.1"
  105. },
  106. "require-dev": {
  107. "phpmd/phpmd": "^2.15",
  108. "phpstan/phpstan": "^1.11",
  109. "phpstan/phpstan-deprecation-rules": "^1.2",
  110. "phpunit/phpunit": "^10.5",
  111. "squizlabs/php_codesniffer": "^3.10"
  112. },
  113. "time": "2024-07-16T11:13:48+00:00",
  114. "type": "library",
  115. "installation-source": "dist",
  116. "autoload": {
  117. "psr-4": {
  118. "chillerlan\\Settings\\": "src"
  119. }
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "MIT"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Smiley",
  128. "email": "smiley@chillerlan.net",
  129. "homepage": "https://github.com/codemasher"
  130. }
  131. ],
  132. "description": "A container class for immutable settings objects. Not a DI container.",
  133. "homepage": "https://github.com/chillerlan/php-settings-container",
  134. "keywords": [
  135. "Settings",
  136. "configuration",
  137. "container",
  138. "helper"
  139. ],
  140. "support": {
  141. "issues": "https://github.com/chillerlan/php-settings-container/issues",
  142. "source": "https://github.com/chillerlan/php-settings-container"
  143. },
  144. "funding": [
  145. {
  146. "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
  147. "type": "custom"
  148. },
  149. {
  150. "url": "https://ko-fi.com/codemasher",
  151. "type": "ko_fi"
  152. }
  153. ],
  154. "install-path": "../chillerlan/php-settings-container"
  155. },
  156. {
  157. "name": "graham-campbell/result-type",
  158. "version": "v1.1.3",
  159. "version_normalized": "1.1.3.0",
  160. "source": {
  161. "type": "git",
  162. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  163. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  164. },
  165. "dist": {
  166. "type": "zip",
  167. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  168. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  169. "shasum": ""
  170. },
  171. "require": {
  172. "php": "^7.2.5 || ^8.0",
  173. "phpoption/phpoption": "^1.9.3"
  174. },
  175. "require-dev": {
  176. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  177. },
  178. "time": "2024-07-20T21:45:45+00:00",
  179. "type": "library",
  180. "installation-source": "dist",
  181. "autoload": {
  182. "psr-4": {
  183. "GrahamCampbell\\ResultType\\": "src/"
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "Graham Campbell",
  193. "email": "hello@gjcampbell.co.uk",
  194. "homepage": "https://github.com/GrahamCampbell"
  195. }
  196. ],
  197. "description": "An Implementation Of The Result Type",
  198. "keywords": [
  199. "Graham Campbell",
  200. "GrahamCampbell",
  201. "Result Type",
  202. "Result-Type",
  203. "result"
  204. ],
  205. "support": {
  206. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  207. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  208. },
  209. "funding": [
  210. {
  211. "url": "https://github.com/GrahamCampbell",
  212. "type": "github"
  213. },
  214. {
  215. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  216. "type": "tidelift"
  217. }
  218. ],
  219. "install-path": "../graham-campbell/result-type"
  220. },
  221. {
  222. "name": "paragonie/constant_time_encoding",
  223. "version": "v3.0.0",
  224. "version_normalized": "3.0.0.0",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/paragonie/constant_time_encoding.git",
  228. "reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
  233. "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "php": "^8"
  238. },
  239. "require-dev": {
  240. "phpunit/phpunit": "^9",
  241. "vimeo/psalm": "^4|^5"
  242. },
  243. "time": "2024-05-08T12:36:18+00:00",
  244. "type": "library",
  245. "installation-source": "dist",
  246. "autoload": {
  247. "psr-4": {
  248. "ParagonIE\\ConstantTime\\": "src/"
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "MIT"
  254. ],
  255. "authors": [
  256. {
  257. "name": "Paragon Initiative Enterprises",
  258. "email": "security@paragonie.com",
  259. "homepage": "https://paragonie.com",
  260. "role": "Maintainer"
  261. },
  262. {
  263. "name": "Steve 'Sc00bz' Thomas",
  264. "email": "steve@tobtu.com",
  265. "homepage": "https://www.tobtu.com",
  266. "role": "Original Developer"
  267. }
  268. ],
  269. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  270. "keywords": [
  271. "base16",
  272. "base32",
  273. "base32_decode",
  274. "base32_encode",
  275. "base64",
  276. "base64_decode",
  277. "base64_encode",
  278. "bin2hex",
  279. "encoding",
  280. "hex",
  281. "hex2bin",
  282. "rfc4648"
  283. ],
  284. "support": {
  285. "email": "info@paragonie.com",
  286. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  287. "source": "https://github.com/paragonie/constant_time_encoding"
  288. },
  289. "install-path": "../paragonie/constant_time_encoding"
  290. },
  291. {
  292. "name": "phpmailer/phpmailer",
  293. "version": "v6.9.2",
  294. "version_normalized": "6.9.2.0",
  295. "source": {
  296. "type": "git",
  297. "url": "https://github.com/PHPMailer/PHPMailer.git",
  298. "reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c"
  299. },
  300. "dist": {
  301. "type": "zip",
  302. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a7b17b42fa4887c92146243f3d2f4ccb962af17c",
  303. "reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c",
  304. "shasum": ""
  305. },
  306. "require": {
  307. "ext-ctype": "*",
  308. "ext-filter": "*",
  309. "ext-hash": "*",
  310. "php": ">=5.5.0"
  311. },
  312. "require-dev": {
  313. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  314. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  315. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  316. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  317. "phpcompatibility/php-compatibility": "^9.3.5",
  318. "roave/security-advisories": "dev-latest",
  319. "squizlabs/php_codesniffer": "^3.7.2",
  320. "yoast/phpunit-polyfills": "^1.0.4"
  321. },
  322. "suggest": {
  323. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  324. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  325. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  326. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  327. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  328. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  329. "psr/log": "For optional PSR-3 debug logging",
  330. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  331. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  332. },
  333. "time": "2024-10-09T10:07:50+00:00",
  334. "type": "library",
  335. "installation-source": "dist",
  336. "autoload": {
  337. "psr-4": {
  338. "PHPMailer\\PHPMailer\\": "src/"
  339. }
  340. },
  341. "notification-url": "https://packagist.org/downloads/",
  342. "license": [
  343. "LGPL-2.1-only"
  344. ],
  345. "authors": [
  346. {
  347. "name": "Marcus Bointon",
  348. "email": "phpmailer@synchromedia.co.uk"
  349. },
  350. {
  351. "name": "Jim Jagielski",
  352. "email": "jimjag@gmail.com"
  353. },
  354. {
  355. "name": "Andy Prevost",
  356. "email": "codeworxtech@users.sourceforge.net"
  357. },
  358. {
  359. "name": "Brent R. Matzelle"
  360. }
  361. ],
  362. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  363. "support": {
  364. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  365. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.2"
  366. },
  367. "funding": [
  368. {
  369. "url": "https://github.com/Synchro",
  370. "type": "github"
  371. }
  372. ],
  373. "install-path": "../phpmailer/phpmailer"
  374. },
  375. {
  376. "name": "phpoption/phpoption",
  377. "version": "1.9.3",
  378. "version_normalized": "1.9.3.0",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/schmittjoh/php-option.git",
  382. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
  387. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "php": "^7.2.5 || ^8.0"
  392. },
  393. "require-dev": {
  394. "bamarni/composer-bin-plugin": "^1.8.2",
  395. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  396. },
  397. "time": "2024-07-20T21:41:07+00:00",
  398. "type": "library",
  399. "extra": {
  400. "bamarni-bin": {
  401. "bin-links": true,
  402. "forward-command": false
  403. },
  404. "branch-alias": {
  405. "dev-master": "1.9-dev"
  406. }
  407. },
  408. "installation-source": "dist",
  409. "autoload": {
  410. "psr-4": {
  411. "PhpOption\\": "src/PhpOption/"
  412. }
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "Apache-2.0"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Johannes M. Schmitt",
  421. "email": "schmittjoh@gmail.com",
  422. "homepage": "https://github.com/schmittjoh"
  423. },
  424. {
  425. "name": "Graham Campbell",
  426. "email": "hello@gjcampbell.co.uk",
  427. "homepage": "https://github.com/GrahamCampbell"
  428. }
  429. ],
  430. "description": "Option Type for PHP",
  431. "keywords": [
  432. "language",
  433. "option",
  434. "php",
  435. "type"
  436. ],
  437. "support": {
  438. "issues": "https://github.com/schmittjoh/php-option/issues",
  439. "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
  440. },
  441. "funding": [
  442. {
  443. "url": "https://github.com/GrahamCampbell",
  444. "type": "github"
  445. },
  446. {
  447. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  448. "type": "tidelift"
  449. }
  450. ],
  451. "install-path": "../phpoption/phpoption"
  452. },
  453. {
  454. "name": "phpstan/phpstan",
  455. "version": "1.12.9",
  456. "version_normalized": "1.12.9.0",
  457. "source": {
  458. "type": "git",
  459. "url": "https://github.com/phpstan/phpstan.git",
  460. "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c"
  461. },
  462. "dist": {
  463. "type": "zip",
  464. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ceb937fb39a92deabc02d20709cf14b2c452502c",
  465. "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c",
  466. "shasum": ""
  467. },
  468. "require": {
  469. "php": "^7.2|^8.0"
  470. },
  471. "conflict": {
  472. "phpstan/phpstan-shim": "*"
  473. },
  474. "time": "2024-11-10T17:10:04+00:00",
  475. "bin": [
  476. "phpstan",
  477. "phpstan.phar"
  478. ],
  479. "type": "library",
  480. "installation-source": "dist",
  481. "autoload": {
  482. "files": [
  483. "bootstrap.php"
  484. ]
  485. },
  486. "notification-url": "https://packagist.org/downloads/",
  487. "license": [
  488. "MIT"
  489. ],
  490. "description": "PHPStan - PHP Static Analysis Tool",
  491. "keywords": [
  492. "dev",
  493. "static analysis"
  494. ],
  495. "support": {
  496. "docs": "https://phpstan.org/user-guide/getting-started",
  497. "forum": "https://github.com/phpstan/phpstan/discussions",
  498. "issues": "https://github.com/phpstan/phpstan/issues",
  499. "security": "https://github.com/phpstan/phpstan/security/policy",
  500. "source": "https://github.com/phpstan/phpstan-src"
  501. },
  502. "funding": [
  503. {
  504. "url": "https://github.com/ondrejmirtes",
  505. "type": "github"
  506. },
  507. {
  508. "url": "https://github.com/phpstan",
  509. "type": "github"
  510. }
  511. ],
  512. "install-path": "../phpstan/phpstan"
  513. },
  514. {
  515. "name": "psr/clock",
  516. "version": "1.0.0",
  517. "version_normalized": "1.0.0.0",
  518. "source": {
  519. "type": "git",
  520. "url": "https://github.com/php-fig/clock.git",
  521. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  522. },
  523. "dist": {
  524. "type": "zip",
  525. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  526. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  527. "shasum": ""
  528. },
  529. "require": {
  530. "php": "^7.0 || ^8.0"
  531. },
  532. "time": "2022-11-25T14:36:26+00:00",
  533. "type": "library",
  534. "installation-source": "dist",
  535. "autoload": {
  536. "psr-4": {
  537. "Psr\\Clock\\": "src/"
  538. }
  539. },
  540. "notification-url": "https://packagist.org/downloads/",
  541. "license": [
  542. "MIT"
  543. ],
  544. "authors": [
  545. {
  546. "name": "PHP-FIG",
  547. "homepage": "https://www.php-fig.org/"
  548. }
  549. ],
  550. "description": "Common interface for reading the clock.",
  551. "homepage": "https://github.com/php-fig/clock",
  552. "keywords": [
  553. "clock",
  554. "now",
  555. "psr",
  556. "psr-20",
  557. "time"
  558. ],
  559. "support": {
  560. "issues": "https://github.com/php-fig/clock/issues",
  561. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  562. },
  563. "install-path": "../psr/clock"
  564. },
  565. {
  566. "name": "spomky-labs/otphp",
  567. "version": "11.3.0",
  568. "version_normalized": "11.3.0.0",
  569. "source": {
  570. "type": "git",
  571. "url": "https://github.com/Spomky-Labs/otphp.git",
  572. "reference": "2d8ccb5fc992b9cc65ef321fa4f00fefdb3f4b33"
  573. },
  574. "dist": {
  575. "type": "zip",
  576. "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/2d8ccb5fc992b9cc65ef321fa4f00fefdb3f4b33",
  577. "reference": "2d8ccb5fc992b9cc65ef321fa4f00fefdb3f4b33",
  578. "shasum": ""
  579. },
  580. "require": {
  581. "ext-mbstring": "*",
  582. "paragonie/constant_time_encoding": "^2.0 || ^3.0",
  583. "php": ">=8.1",
  584. "psr/clock": "^1.0",
  585. "symfony/deprecation-contracts": "^3.2"
  586. },
  587. "require-dev": {
  588. "ekino/phpstan-banned-code": "^1.0",
  589. "infection/infection": "^0.26|^0.27|^0.28|^0.29",
  590. "php-parallel-lint/php-parallel-lint": "^1.3",
  591. "phpstan/phpstan": "^1.0",
  592. "phpstan/phpstan-deprecation-rules": "^1.0",
  593. "phpstan/phpstan-phpunit": "^1.0",
  594. "phpstan/phpstan-strict-rules": "^1.0",
  595. "phpunit/phpunit": "^9.5.26|^10.0|^11.0",
  596. "qossmic/deptrac-shim": "^1.0",
  597. "rector/rector": "^1.0",
  598. "symfony/phpunit-bridge": "^6.1|^7.0",
  599. "symplify/easy-coding-standard": "^12.0"
  600. },
  601. "time": "2024-06-12T11:22:32+00:00",
  602. "type": "library",
  603. "installation-source": "dist",
  604. "autoload": {
  605. "psr-4": {
  606. "OTPHP\\": "src/"
  607. }
  608. },
  609. "notification-url": "https://packagist.org/downloads/",
  610. "license": [
  611. "MIT"
  612. ],
  613. "authors": [
  614. {
  615. "name": "Florent Morselli",
  616. "homepage": "https://github.com/Spomky"
  617. },
  618. {
  619. "name": "All contributors",
  620. "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
  621. }
  622. ],
  623. "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
  624. "homepage": "https://github.com/Spomky-Labs/otphp",
  625. "keywords": [
  626. "FreeOTP",
  627. "RFC 4226",
  628. "RFC 6238",
  629. "google authenticator",
  630. "hotp",
  631. "otp",
  632. "totp"
  633. ],
  634. "support": {
  635. "issues": "https://github.com/Spomky-Labs/otphp/issues",
  636. "source": "https://github.com/Spomky-Labs/otphp/tree/11.3.0"
  637. },
  638. "funding": [
  639. {
  640. "url": "https://github.com/Spomky",
  641. "type": "github"
  642. },
  643. {
  644. "url": "https://www.patreon.com/FlorentMorselli",
  645. "type": "patreon"
  646. }
  647. ],
  648. "install-path": "../spomky-labs/otphp"
  649. },
  650. {
  651. "name": "symfony/deprecation-contracts",
  652. "version": "v3.5.0",
  653. "version_normalized": "3.5.0.0",
  654. "source": {
  655. "type": "git",
  656. "url": "https://github.com/symfony/deprecation-contracts.git",
  657. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
  658. },
  659. "dist": {
  660. "type": "zip",
  661. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  662. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  663. "shasum": ""
  664. },
  665. "require": {
  666. "php": ">=8.1"
  667. },
  668. "time": "2024-04-18T09:32:20+00:00",
  669. "type": "library",
  670. "extra": {
  671. "branch-alias": {
  672. "dev-main": "3.5-dev"
  673. },
  674. "thanks": {
  675. "name": "symfony/contracts",
  676. "url": "https://github.com/symfony/contracts"
  677. }
  678. },
  679. "installation-source": "dist",
  680. "autoload": {
  681. "files": [
  682. "function.php"
  683. ]
  684. },
  685. "notification-url": "https://packagist.org/downloads/",
  686. "license": [
  687. "MIT"
  688. ],
  689. "authors": [
  690. {
  691. "name": "Nicolas Grekas",
  692. "email": "p@tchwork.com"
  693. },
  694. {
  695. "name": "Symfony Community",
  696. "homepage": "https://symfony.com/contributors"
  697. }
  698. ],
  699. "description": "A generic function and convention to trigger deprecation notices",
  700. "homepage": "https://symfony.com",
  701. "support": {
  702. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
  703. },
  704. "funding": [
  705. {
  706. "url": "https://symfony.com/sponsor",
  707. "type": "custom"
  708. },
  709. {
  710. "url": "https://github.com/fabpot",
  711. "type": "github"
  712. },
  713. {
  714. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  715. "type": "tidelift"
  716. }
  717. ],
  718. "install-path": "../symfony/deprecation-contracts"
  719. },
  720. {
  721. "name": "symfony/polyfill-ctype",
  722. "version": "v1.31.0",
  723. "version_normalized": "1.31.0.0",
  724. "source": {
  725. "type": "git",
  726. "url": "https://github.com/symfony/polyfill-ctype.git",
  727. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  728. },
  729. "dist": {
  730. "type": "zip",
  731. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  732. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  733. "shasum": ""
  734. },
  735. "require": {
  736. "php": ">=7.2"
  737. },
  738. "provide": {
  739. "ext-ctype": "*"
  740. },
  741. "suggest": {
  742. "ext-ctype": "For best performance"
  743. },
  744. "time": "2024-09-09T11:45:10+00:00",
  745. "type": "library",
  746. "extra": {
  747. "thanks": {
  748. "name": "symfony/polyfill",
  749. "url": "https://github.com/symfony/polyfill"
  750. }
  751. },
  752. "installation-source": "dist",
  753. "autoload": {
  754. "files": [
  755. "bootstrap.php"
  756. ],
  757. "psr-4": {
  758. "Symfony\\Polyfill\\Ctype\\": ""
  759. }
  760. },
  761. "notification-url": "https://packagist.org/downloads/",
  762. "license": [
  763. "MIT"
  764. ],
  765. "authors": [
  766. {
  767. "name": "Gert de Pagter",
  768. "email": "BackEndTea@gmail.com"
  769. },
  770. {
  771. "name": "Symfony Community",
  772. "homepage": "https://symfony.com/contributors"
  773. }
  774. ],
  775. "description": "Symfony polyfill for ctype functions",
  776. "homepage": "https://symfony.com",
  777. "keywords": [
  778. "compatibility",
  779. "ctype",
  780. "polyfill",
  781. "portable"
  782. ],
  783. "support": {
  784. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
  785. },
  786. "funding": [
  787. {
  788. "url": "https://symfony.com/sponsor",
  789. "type": "custom"
  790. },
  791. {
  792. "url": "https://github.com/fabpot",
  793. "type": "github"
  794. },
  795. {
  796. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  797. "type": "tidelift"
  798. }
  799. ],
  800. "install-path": "../symfony/polyfill-ctype"
  801. },
  802. {
  803. "name": "symfony/polyfill-mbstring",
  804. "version": "v1.31.0",
  805. "version_normalized": "1.31.0.0",
  806. "source": {
  807. "type": "git",
  808. "url": "https://github.com/symfony/polyfill-mbstring.git",
  809. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
  810. },
  811. "dist": {
  812. "type": "zip",
  813. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
  814. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
  815. "shasum": ""
  816. },
  817. "require": {
  818. "php": ">=7.2"
  819. },
  820. "provide": {
  821. "ext-mbstring": "*"
  822. },
  823. "suggest": {
  824. "ext-mbstring": "For best performance"
  825. },
  826. "time": "2024-09-09T11:45:10+00:00",
  827. "type": "library",
  828. "extra": {
  829. "thanks": {
  830. "name": "symfony/polyfill",
  831. "url": "https://github.com/symfony/polyfill"
  832. }
  833. },
  834. "installation-source": "dist",
  835. "autoload": {
  836. "files": [
  837. "bootstrap.php"
  838. ],
  839. "psr-4": {
  840. "Symfony\\Polyfill\\Mbstring\\": ""
  841. }
  842. },
  843. "notification-url": "https://packagist.org/downloads/",
  844. "license": [
  845. "MIT"
  846. ],
  847. "authors": [
  848. {
  849. "name": "Nicolas Grekas",
  850. "email": "p@tchwork.com"
  851. },
  852. {
  853. "name": "Symfony Community",
  854. "homepage": "https://symfony.com/contributors"
  855. }
  856. ],
  857. "description": "Symfony polyfill for the Mbstring extension",
  858. "homepage": "https://symfony.com",
  859. "keywords": [
  860. "compatibility",
  861. "mbstring",
  862. "polyfill",
  863. "portable",
  864. "shim"
  865. ],
  866. "support": {
  867. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
  868. },
  869. "funding": [
  870. {
  871. "url": "https://symfony.com/sponsor",
  872. "type": "custom"
  873. },
  874. {
  875. "url": "https://github.com/fabpot",
  876. "type": "github"
  877. },
  878. {
  879. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  880. "type": "tidelift"
  881. }
  882. ],
  883. "install-path": "../symfony/polyfill-mbstring"
  884. },
  885. {
  886. "name": "symfony/polyfill-php80",
  887. "version": "v1.31.0",
  888. "version_normalized": "1.31.0.0",
  889. "source": {
  890. "type": "git",
  891. "url": "https://github.com/symfony/polyfill-php80.git",
  892. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
  893. },
  894. "dist": {
  895. "type": "zip",
  896. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  897. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  898. "shasum": ""
  899. },
  900. "require": {
  901. "php": ">=7.2"
  902. },
  903. "time": "2024-09-09T11:45:10+00:00",
  904. "type": "library",
  905. "extra": {
  906. "thanks": {
  907. "name": "symfony/polyfill",
  908. "url": "https://github.com/symfony/polyfill"
  909. }
  910. },
  911. "installation-source": "dist",
  912. "autoload": {
  913. "files": [
  914. "bootstrap.php"
  915. ],
  916. "psr-4": {
  917. "Symfony\\Polyfill\\Php80\\": ""
  918. },
  919. "classmap": [
  920. "Resources/stubs"
  921. ]
  922. },
  923. "notification-url": "https://packagist.org/downloads/",
  924. "license": [
  925. "MIT"
  926. ],
  927. "authors": [
  928. {
  929. "name": "Ion Bazan",
  930. "email": "ion.bazan@gmail.com"
  931. },
  932. {
  933. "name": "Nicolas Grekas",
  934. "email": "p@tchwork.com"
  935. },
  936. {
  937. "name": "Symfony Community",
  938. "homepage": "https://symfony.com/contributors"
  939. }
  940. ],
  941. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  942. "homepage": "https://symfony.com",
  943. "keywords": [
  944. "compatibility",
  945. "polyfill",
  946. "portable",
  947. "shim"
  948. ],
  949. "support": {
  950. "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
  951. },
  952. "funding": [
  953. {
  954. "url": "https://symfony.com/sponsor",
  955. "type": "custom"
  956. },
  957. {
  958. "url": "https://github.com/fabpot",
  959. "type": "github"
  960. },
  961. {
  962. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  963. "type": "tidelift"
  964. }
  965. ],
  966. "install-path": "../symfony/polyfill-php80"
  967. },
  968. {
  969. "name": "vlucas/phpdotenv",
  970. "version": "v5.5.0",
  971. "version_normalized": "5.5.0.0",
  972. "source": {
  973. "type": "git",
  974. "url": "https://github.com/vlucas/phpdotenv.git",
  975. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
  976. },
  977. "dist": {
  978. "type": "zip",
  979. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  980. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  981. "shasum": ""
  982. },
  983. "require": {
  984. "ext-pcre": "*",
  985. "graham-campbell/result-type": "^1.0.2",
  986. "php": "^7.1.3 || ^8.0",
  987. "phpoption/phpoption": "^1.8",
  988. "symfony/polyfill-ctype": "^1.23",
  989. "symfony/polyfill-mbstring": "^1.23.1",
  990. "symfony/polyfill-php80": "^1.23.1"
  991. },
  992. "require-dev": {
  993. "bamarni/composer-bin-plugin": "^1.4.1",
  994. "ext-filter": "*",
  995. "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
  996. },
  997. "suggest": {
  998. "ext-filter": "Required to use the boolean validator."
  999. },
  1000. "time": "2022-10-16T01:01:54+00:00",
  1001. "type": "library",
  1002. "extra": {
  1003. "bamarni-bin": {
  1004. "bin-links": true,
  1005. "forward-command": true
  1006. },
  1007. "branch-alias": {
  1008. "dev-master": "5.5-dev"
  1009. }
  1010. },
  1011. "installation-source": "dist",
  1012. "autoload": {
  1013. "psr-4": {
  1014. "Dotenv\\": "src/"
  1015. }
  1016. },
  1017. "notification-url": "https://packagist.org/downloads/",
  1018. "license": [
  1019. "BSD-3-Clause"
  1020. ],
  1021. "authors": [
  1022. {
  1023. "name": "Graham Campbell",
  1024. "email": "hello@gjcampbell.co.uk",
  1025. "homepage": "https://github.com/GrahamCampbell"
  1026. },
  1027. {
  1028. "name": "Vance Lucas",
  1029. "email": "vance@vancelucas.com",
  1030. "homepage": "https://github.com/vlucas"
  1031. }
  1032. ],
  1033. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1034. "keywords": [
  1035. "dotenv",
  1036. "env",
  1037. "environment"
  1038. ],
  1039. "support": {
  1040. "issues": "https://github.com/vlucas/phpdotenv/issues",
  1041. "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
  1042. },
  1043. "funding": [
  1044. {
  1045. "url": "https://github.com/GrahamCampbell",
  1046. "type": "github"
  1047. },
  1048. {
  1049. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  1050. "type": "tidelift"
  1051. }
  1052. ],
  1053. "install-path": "../vlucas/phpdotenv"
  1054. }
  1055. ],
  1056. "dev": true,
  1057. "dev-package-names": [
  1058. "phpstan/phpstan"
  1059. ]
  1060. }