fork download
  1. {
  2. "name": "phpmailer/phpmailer",
  3. "type": "library",
  4. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  5. "authors": [
  6. {
  7. "name": "Marcus Bointon",
  8. "email": "phpmailer@synchromedia.co.uk"
  9. },
  10. {
  11. "name": "Jim Jagielski",
  12. "email": "jimjag@gmail.com"
  13. },
  14. {
  15. "name": "Andy Prevost",
  16. "email": "codeworxtech@users.sourceforge.net"
  17. },
  18. {
  19. "name": "Brent R. Matzelle"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=5.0.0"
  24. },
  25. "require-dev": {
  26. "phpdocumentor/phpdocumentor": "*",
  27. "phpunit/phpunit": "4.0.*"
  28. },
  29. "autoload": {
  30. "classmap": ["class.phpmailer.php", "class.pop3.php", "class.smtp.php"]
  31. },
  32. "license": "LGPL-2.1"
  33. }
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
{
    "name": "phpmailer/phpmailer",
    "type": "library",
    "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
    "authors": [
        {
            "name": "Marcus Bointon",
            "email": "phpmailer@synchromedia.co.uk"
        },
        {
            "name": "Jim Jagielski",
            "email": "jimjag@gmail.com"
        },
        {
            "name": "Andy Prevost",
            "email": "codeworxtech@users.sourceforge.net"
        },
        {
            "name": "Brent R. Matzelle"
        }
    ],
    "require": {
        "php": ">=5.0.0"
    },
    "require-dev": {
        "phpdocumentor/phpdocumentor": "*",
        "phpunit/phpunit": "4.0.*"
    },
    "autoload": {
        "classmap": ["class.phpmailer.php", "class.pop3.php", "class.smtp.php"]
    },
    "license": "LGPL-2.1"
}