composer.lock 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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": "5fcce2f37970fb875fb1c1b5602dc522",
  8. "packages": [
  9. {
  10. "name": "hestiacp/phpquoteshellarg",
  11. "version": "v1.0.1-p3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/hestiacp/phpquoteshellarg.git",
  15. "reference": "89cbab9b81b4482127a7bd521ccb6394dd8cda37"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/hestiacp/phpquoteshellarg/zipball/89cbab9b81b4482127a7bd521ccb6394dd8cda37",
  20. "reference": "89cbab9b81b4482127a7bd521ccb6394dd8cda37",
  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.1-p3"
  44. },
  45. "time": "2022-07-17T14:48:05+00:00"
  46. },
  47. {
  48. "name": "phpmailer/phpmailer",
  49. "version": "v6.8.0",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/PHPMailer/PHPMailer.git",
  53. "reference": "df16b615e371d81fb79e506277faea67a1be18f1"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1",
  58. "reference": "df16b615e371d81fb79e506277faea67a1be18f1",
  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": "^0.7.2",
  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.1",
  75. "yoast/phpunit-polyfills": "^1.0.4"
  76. },
  77. "suggest": {
  78. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  79. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  80. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  81. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  82. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  83. "psr/log": "For optional PSR-3 debug logging",
  84. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  85. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  86. },
  87. "type": "library",
  88. "autoload": {
  89. "psr-4": {
  90. "PHPMailer\\PHPMailer\\": "src/"
  91. }
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "LGPL-2.1-only"
  96. ],
  97. "authors": [
  98. {
  99. "name": "Marcus Bointon",
  100. "email": "phpmailer@synchromedia.co.uk"
  101. },
  102. {
  103. "name": "Jim Jagielski",
  104. "email": "jimjag@gmail.com"
  105. },
  106. {
  107. "name": "Andy Prevost",
  108. "email": "codeworxtech@users.sourceforge.net"
  109. },
  110. {
  111. "name": "Brent R. Matzelle"
  112. }
  113. ],
  114. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  115. "support": {
  116. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  117. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0"
  118. },
  119. "funding": [
  120. {
  121. "url": "https://github.com/Synchro",
  122. "type": "github"
  123. }
  124. ],
  125. "time": "2023-03-06T14:43:22+00:00"
  126. },
  127. {
  128. "name": "robthree/twofactorauth",
  129. "version": "v2.0.0",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  133. "reference": "27cd1e1392d19f178398e892f59062003c8998a4"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/27cd1e1392d19f178398e892f59062003c8998a4",
  138. "reference": "27cd1e1392d19f178398e892f59062003c8998a4",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "php": ">=8.1.0"
  143. },
  144. "require-dev": {
  145. "friendsofphp/php-cs-fixer": "^3.13",
  146. "phpstan/phpstan": "^1.9",
  147. "phpunit/phpunit": "^9"
  148. },
  149. "suggest": {
  150. "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
  151. "endroid/qr-code": "Needed for EndroidQrCodeProvider"
  152. },
  153. "type": "library",
  154. "autoload": {
  155. "psr-4": {
  156. "RobThree\\Auth\\": "lib"
  157. }
  158. },
  159. "notification-url": "https://packagist.org/downloads/",
  160. "license": [
  161. "MIT"
  162. ],
  163. "authors": [
  164. {
  165. "name": "Rob Janssen",
  166. "homepage": "http://robiii.me",
  167. "role": "Developer"
  168. },
  169. {
  170. "name": "Nicolas CARPi",
  171. "homepage": "https://github.com/NicolasCARPi",
  172. "role": "Developer"
  173. },
  174. {
  175. "name": "Will Power",
  176. "homepage": "https://github.com/willpower232",
  177. "role": "Developer"
  178. }
  179. ],
  180. "description": "Two Factor Authentication",
  181. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  182. "keywords": [
  183. "Authentication",
  184. "MFA",
  185. "Multi Factor Authentication",
  186. "Two Factor Authentication",
  187. "authenticator",
  188. "authy",
  189. "php",
  190. "tfa"
  191. ],
  192. "support": {
  193. "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
  194. "source": "https://github.com/RobThree/TwoFactorAuth"
  195. },
  196. "funding": [
  197. {
  198. "url": "https://paypal.me/robiii",
  199. "type": "custom"
  200. },
  201. {
  202. "url": "https://github.com/RobThree",
  203. "type": "github"
  204. }
  205. ],
  206. "time": "2023-02-25T11:33:28+00:00"
  207. }
  208. ],
  209. "packages-dev": [],
  210. "aliases": [],
  211. "minimum-stability": "stable",
  212. "stability-flags": [],
  213. "prefer-stable": false,
  214. "prefer-lowest": false,
  215. "platform": [],
  216. "platform-dev": [],
  217. "plugin-api-version": "2.1.0"
  218. }