composer.lock 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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": "9c3d62e919c2177ee2d1eff04c5d4018",
  8. "packages": [
  9. {
  10. "name": "phpmailer/phpmailer",
  11. "version": "v6.6.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/PHPMailer/PHPMailer.git",
  15. "reference": "8b6386d7417526d1ea4da9edb70b8352f7543627"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/8b6386d7417526d1ea4da9edb70b8352f7543627",
  20. "reference": "8b6386d7417526d1ea4da9edb70b8352f7543627",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-ctype": "*",
  25. "ext-filter": "*",
  26. "ext-hash": "*",
  27. "php": ">=5.5.0"
  28. },
  29. "require-dev": {
  30. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  31. "doctrine/annotations": "^1.2",
  32. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  33. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  34. "phpcompatibility/php-compatibility": "^9.3.5",
  35. "roave/security-advisories": "dev-latest",
  36. "squizlabs/php_codesniffer": "^3.6.2",
  37. "yoast/phpunit-polyfills": "^1.0.0"
  38. },
  39. "suggest": {
  40. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  41. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  42. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  43. "psr/log": "For optional PSR-3 debug logging",
  44. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  45. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  46. },
  47. "type": "library",
  48. "autoload": {
  49. "psr-4": {
  50. "PHPMailer\\PHPMailer\\": "src/"
  51. }
  52. },
  53. "notification-url": "https://packagist.org/downloads/",
  54. "license": [
  55. "LGPL-2.1-only"
  56. ],
  57. "authors": [
  58. {
  59. "name": "Marcus Bointon",
  60. "email": "phpmailer@synchromedia.co.uk"
  61. },
  62. {
  63. "name": "Jim Jagielski",
  64. "email": "jimjag@gmail.com"
  65. },
  66. {
  67. "name": "Andy Prevost",
  68. "email": "codeworxtech@users.sourceforge.net"
  69. },
  70. {
  71. "name": "Brent R. Matzelle"
  72. }
  73. ],
  74. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  75. "support": {
  76. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  77. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.5"
  78. },
  79. "funding": [
  80. {
  81. "url": "https://github.com/Synchro",
  82. "type": "github"
  83. }
  84. ],
  85. "time": "2022-10-07T12:23:10+00:00"
  86. }
  87. ],
  88. "packages-dev": [],
  89. "aliases": [],
  90. "minimum-stability": "stable",
  91. "stability-flags": [],
  92. "prefer-stable": false,
  93. "prefer-lowest": false,
  94. "platform": [],
  95. "platform-dev": [],
  96. "plugin-api-version": "2.2.0"
  97. }