| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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.5.0"
- },
- "require-dev": {
- "phpdocumentor/phpdocumentor": "2.*",
- "phpunit/phpunit": "4.*"
- },
- "suggest": {
- "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
- "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
- "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication"
- },
- "autoload": {
- "psr-4": {
- "PHPMailer\\PHPMailer\\": "src/"
- }
- },
- "license": "LGPL-2.1"
- }
|