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": "7baaf7f37456e01a8ec4aeab69083cad",
  8. "packages": [
  9. {
  10. "name": "hestiacp/phpquoteshellarg",
  11. "version": "v1.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/hestiacp/phpquoteshellarg.git",
  15. "reference": "7fd1a3a648cdc39a3fe2aab78a1a3a0267f92f49"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/hestiacp/phpquoteshellarg/zipball/7fd1a3a648cdc39a3fe2aab78a1a3a0267f92f49",
  20. "reference": "7fd1a3a648cdc39a3fe2aab78a1a3a0267f92f49",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.2"
  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.0.2"
  44. },
  45. "time": "2023-07-23T09:16:27+00:00"
  46. },
  47. {
  48. "name": "phpmailer/phpmailer",
  49. "version": "v6.9.1",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/PHPMailer/PHPMailer.git",
  53. "reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
  58. "reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
  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.1"
  119. },
  120. "funding": [
  121. {
  122. "url": "https://github.com/Synchro",
  123. "type": "github"
  124. }
  125. ],
  126. "time": "2023-11-25T22:23:28+00:00"
  127. },
  128. {
  129. "name": "robthree/twofactorauth",
  130. "version": "v2.1.0",
  131. "source": {
  132. "type": "git",
  133. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  134. "reference": "ab93dd41ced7818ecda83a37c2741ee38bb72fb7"
  135. },
  136. "dist": {
  137. "type": "zip",
  138. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/ab93dd41ced7818ecda83a37c2741ee38bb72fb7",
  139. "reference": "ab93dd41ced7818ecda83a37c2741ee38bb72fb7",
  140. "shasum": ""
  141. },
  142. "require": {
  143. "php": ">=8.1.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": "2023-11-14T12:50:27+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. }