composer.lock 3.6 KB

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