composer.lock 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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": "0e158cec04413ef6031c1cc8f2fdfc45",
  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.7.1",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/PHPMailer/PHPMailer.git",
  53. "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
  58. "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
  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.7.1"
  118. },
  119. "funding": [
  120. {
  121. "url": "https://github.com/Synchro",
  122. "type": "github"
  123. }
  124. ],
  125. "time": "2022-12-08T13:30:06+00:00"
  126. }
  127. ],
  128. "packages-dev": [],
  129. "aliases": [],
  130. "minimum-stability": "stable",
  131. "stability-flags": [],
  132. "prefer-stable": false,
  133. "prefer-lowest": false,
  134. "platform": [],
  135. "platform-dev": [],
  136. "plugin-api-version": "2.3.0"
  137. }