composer.lock 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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.6.5",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/PHPMailer/PHPMailer.git",
  53. "reference": "8b6386d7417526d1ea4da9edb70b8352f7543627"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/8b6386d7417526d1ea4da9edb70b8352f7543627",
  58. "reference": "8b6386d7417526d1ea4da9edb70b8352f7543627",
  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.0",
  69. "doctrine/annotations": "^1.2",
  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.6.2",
  75. "yoast/phpunit-polyfills": "^1.0.0"
  76. },
  77. "suggest": {
  78. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  79. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  80. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  81. "psr/log": "For optional PSR-3 debug logging",
  82. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  83. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  84. },
  85. "type": "library",
  86. "autoload": {
  87. "psr-4": {
  88. "PHPMailer\\PHPMailer\\": "src/"
  89. }
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "LGPL-2.1-only"
  94. ],
  95. "authors": [
  96. {
  97. "name": "Marcus Bointon",
  98. "email": "phpmailer@synchromedia.co.uk"
  99. },
  100. {
  101. "name": "Jim Jagielski",
  102. "email": "jimjag@gmail.com"
  103. },
  104. {
  105. "name": "Andy Prevost",
  106. "email": "codeworxtech@users.sourceforge.net"
  107. },
  108. {
  109. "name": "Brent R. Matzelle"
  110. }
  111. ],
  112. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  113. "support": {
  114. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  115. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.5"
  116. },
  117. "funding": [
  118. {
  119. "url": "https://github.com/Synchro",
  120. "type": "github"
  121. }
  122. ],
  123. "time": "2022-10-07T12:23:10+00:00"
  124. }
  125. ],
  126. "packages-dev": [],
  127. "aliases": [],
  128. "minimum-stability": "stable",
  129. "stability-flags": [],
  130. "prefer-stable": false,
  131. "prefer-lowest": false,
  132. "platform": [],
  133. "platform-dev": [],
  134. "plugin-api-version": "2.3.0"
  135. }