composer.lock 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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": "a7bd895410aaaa8ee9f9208d122f814e",
  8. "packages": [
  9. {
  10. "name": "hestiacp/phpquoteshellarg",
  11. "version": "v1.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/hestiacp/phpquoteshellarg.git",
  15. "reference": "3499670c48aed5f04f2656e9cd06d6e2709e8e08"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/hestiacp/phpquoteshellarg/zipball/3499670c48aed5f04f2656e9cd06d6e2709e8e08",
  20. "reference": "3499670c48aed5f04f2656e9cd06d6e2709e8e08",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=8.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "files": [
  29. "src/Hestiacp/quoteshellarg/quoteshellarg.php"
  30. ]
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "Unlicense"
  35. ],
  36. "description": "Improved escape shell arguments for support of special charactars",
  37. "homepage": "https://github.com/hestiacp",
  38. "keywords": [
  39. "escapeshellarg",
  40. "quoteshellarg"
  41. ],
  42. "support": {
  43. "source": "https://github.com/hestiacp/phpquoteshellarg/tree/v1.1.0"
  44. },
  45. "time": "2024-09-20T12:11:02+00:00"
  46. },
  47. {
  48. "name": "phpmailer/phpmailer",
  49. "version": "v6.9.3",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/PHPMailer/PHPMailer.git",
  53. "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e",
  58. "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e",
  59. "shasum": ""
  60. },
  61. "require": {
  62. "ext-ctype": "*",
  63. "ext-filter": "*",
  64. "ext-hash": "*",
  65. "php": ">=5.5.0"
  66. },
  67. "require-dev": {
  68. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  69. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  70. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  71. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  72. "phpcompatibility/php-compatibility": "^9.3.5",
  73. "roave/security-advisories": "dev-latest",
  74. "squizlabs/php_codesniffer": "^3.7.2",
  75. "yoast/phpunit-polyfills": "^1.0.4"
  76. },
  77. "suggest": {
  78. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  79. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  80. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  81. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  82. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  83. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  84. "psr/log": "For optional PSR-3 debug logging",
  85. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  86. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  87. },
  88. "type": "library",
  89. "autoload": {
  90. "psr-4": {
  91. "PHPMailer\\PHPMailer\\": "src/"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "LGPL-2.1-only"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Marcus Bointon",
  101. "email": "phpmailer@synchromedia.co.uk"
  102. },
  103. {
  104. "name": "Jim Jagielski",
  105. "email": "jimjag@gmail.com"
  106. },
  107. {
  108. "name": "Andy Prevost",
  109. "email": "codeworxtech@users.sourceforge.net"
  110. },
  111. {
  112. "name": "Brent R. Matzelle"
  113. }
  114. ],
  115. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  116. "support": {
  117. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  118. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3"
  119. },
  120. "funding": [
  121. {
  122. "url": "https://github.com/Synchro",
  123. "type": "github"
  124. }
  125. ],
  126. "time": "2024-11-24T18:04:13+00:00"
  127. },
  128. {
  129. "name": "robthree/twofactorauth",
  130. "version": "v3.0.2",
  131. "source": {
  132. "type": "git",
  133. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  134. "reference": "6d70f9ca8e25568f163a7b3b3ff77bd8ea743978"
  135. },
  136. "dist": {
  137. "type": "zip",
  138. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/6d70f9ca8e25568f163a7b3b3ff77bd8ea743978",
  139. "reference": "6d70f9ca8e25568f163a7b3b3ff77bd8ea743978",
  140. "shasum": ""
  141. },
  142. "require": {
  143. "php": ">=8.2.0"
  144. },
  145. "require-dev": {
  146. "friendsofphp/php-cs-fixer": "^3.13",
  147. "phpstan/phpstan": "^1.9",
  148. "phpunit/phpunit": "^9"
  149. },
  150. "suggest": {
  151. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  152. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  153. },
  154. "type": "library",
  155. "autoload": {
  156. "psr-4": {
  157. "RobThree\\Auth\\": "lib"
  158. }
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Rob Janssen",
  167. "homepage": "http://robiii.me",
  168. "role": "Developer"
  169. },
  170. {
  171. "name": "Nicolas CARPi",
  172. "homepage": "https://github.com/NicolasCARPi",
  173. "role": "Developer"
  174. },
  175. {
  176. "name": "Will Power",
  177. "homepage": "https://github.com/willpower232",
  178. "role": "Developer"
  179. }
  180. ],
  181. "description": "Two Factor Authentication",
  182. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  183. "keywords": [
  184. "Authentication",
  185. "MFA",
  186. "Multi Factor Authentication",
  187. "Two Factor Authentication",
  188. "authenticator",
  189. "authy",
  190. "php",
  191. "tfa"
  192. ],
  193. "support": {
  194. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  195. "source": "https://github.com/RobThree/TwoFactorAuth"
  196. },
  197. "funding": [
  198. {
  199. "url": "https://paypal.me/robiii",
  200. "type": "custom"
  201. },
  202. {
  203. "url": "https://github.com/RobThree",
  204. "type": "github"
  205. }
  206. ],
  207. "time": "2024-10-24T15:14:25+00:00"
  208. }
  209. ],
  210. "packages-dev": [],
  211. "aliases": [],
  212. "minimum-stability": "stable",
  213. "stability-flags": {},
  214. "prefer-stable": false,
  215. "prefer-lowest": false,
  216. "platform": {},
  217. "platform-dev": {},
  218. "plugin-api-version": "2.6.0"
  219. }