0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00
PHPMailer/composer.json

45 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "phpmailer/phpmailer",
2013-06-06 08:47:17 +02:00
"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": "*",
2015-07-07 16:59:22 +02:00
"phpunit/phpunit": "4.7.*"
},
"suggest": {
"league/oauth2-client": "Needed for XOAUTH2 authentication"
},
"autoload": {
"classmap": [
"class.phpmailer.php",
2015-05-19 17:36:29 +02:00
"class.phpmaileroauth.php",
2015-09-14 10:58:04 +02:00
"class.phpmaileroauthgoogle.php",
"class.smtp.php",
"class.pop3.php",
"extras/EasyPeasyICS.php",
"extras/ntlm_sasl_client.php"
]
2012-12-03 16:21:49 +01:00
},
"license": "LGPL-2.1"
2015-10-23 14:59:55 +02:00
}