composer.lock 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/PHPMailer/PHPMailer.git",
  15. "reference": "b52ed06864fdda81b82ec8bf564cf15d45ed4f95"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/b52ed06864fdda81b82ec8bf564cf15d45ed4f95",
  20. "reference": "b52ed06864fdda81b82ec8bf564cf15d45ed4f95",
  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. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  45. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  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": "[email protected]"
  61. },
  62. {
  63. "name": "Jim Jagielski",
  64. "email": "[email protected]"
  65. },
  66. {
  67. "name": "Andy Prevost",
  68. "email": "[email protected]"
  69. },
  70. {
  71. "name": "Brent R. Matzelle"
  72. }
  73. ],
  74. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  75. "funding": [
  76. {
  77. "url": "https://github.com/Synchro",
  78. "type": "github"
  79. }
  80. ],
  81. "time": "2022-06-14T09:27:21+00:00"
  82. }
  83. ],
  84. "packages-dev": [],
  85. "aliases": [],
  86. "minimum-stability": "stable",
  87. "stability-flags": [],
  88. "prefer-stable": false,
  89. "prefer-lowest": false,
  90. "platform": [],
  91. "platform-dev": [],
  92. "plugin-api-version": "1.1.0"
  93. }