installed.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [
  2. {
  3. "name": "phpmailer/phpmailer",
  4. "version": "v6.1.5",
  5. "version_normalized": "6.1.5.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/PHPMailer/PHPMailer.git",
  9. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3",
  14. "reference": "a8bf068f64a580302026e484ee29511f661b2ad3",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-ctype": "*",
  19. "ext-filter": "*",
  20. "php": ">=5.5.0"
  21. },
  22. "require-dev": {
  23. "doctrine/annotations": "^1.2",
  24. "friendsofphp/php-cs-fixer": "^2.2",
  25. "phpunit/phpunit": "^4.8 || ^5.7"
  26. },
  27. "suggest": {
  28. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  29. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  30. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  31. "psr/log": "For optional PSR-3 debug logging",
  32. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  33. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  34. },
  35. "time": "2020-03-14T14:23:48+00:00",
  36. "type": "library",
  37. "installation-source": "dist",
  38. "autoload": {
  39. "psr-4": {
  40. "PHPMailer\\PHPMailer\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "LGPL-2.1-only"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Marcus Bointon",
  50. "email": "phpmailer@synchromedia.co.uk"
  51. },
  52. {
  53. "name": "Jim Jagielski",
  54. "email": "jimjag@gmail.com"
  55. },
  56. {
  57. "name": "Andy Prevost",
  58. "email": "codeworxtech@users.sourceforge.net"
  59. },
  60. {
  61. "name": "Brent R. Matzelle"
  62. }
  63. ],
  64. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  65. }
  66. ]