composer.lock 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "9ec5bc433fdd57fd57fb4d0955ac9bbb",
  8. "content-hash": "dfe9a7f3dcdc9ed68ffde79a962ca3d1",
  9. "packages": [
  10. {
  11. "name": "phpmailer/phpmailer",
  12. "version": "v5.2.16",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/PHPMailer/PHPMailer.git",
  16. "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
  21. "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.0.0"
  26. },
  27. "require-dev": {
  28. "phpdocumentor/phpdocumentor": "*",
  29. "phpunit/phpunit": "4.7.*"
  30. },
  31. "suggest": {
  32. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  33. },
  34. "type": "library",
  35. "autoload": {
  36. "classmap": [
  37. "class.phpmailer.php",
  38. "class.phpmaileroauth.php",
  39. "class.phpmaileroauthgoogle.php",
  40. "class.smtp.php",
  41. "class.pop3.php",
  42. "extras/EasyPeasyICS.php",
  43. "extras/ntlm_sasl_client.php"
  44. ]
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "LGPL-2.1"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Jim Jagielski",
  53. "email": "jimjag@gmail.com"
  54. },
  55. {
  56. "name": "Marcus Bointon",
  57. "email": "phpmailer@synchromedia.co.uk"
  58. },
  59. {
  60. "name": "Andy Prevost",
  61. "email": "codeworxtech@users.sourceforge.net"
  62. },
  63. {
  64. "name": "Brent R. Matzelle"
  65. }
  66. ],
  67. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  68. "time": "2016-06-06 09:09:37"
  69. }
  70. ],
  71. "packages-dev": [],
  72. "aliases": [],
  73. "minimum-stability": "stable",
  74. "stability-flags": [],
  75. "prefer-stable": false,
  76. "prefer-lowest": false,
  77. "platform": [],
  78. "platform-dev": []
  79. }