[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / facteur / phpmailer-php5 / composer.json
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.7.*"
28 },
29 "suggest": {
30 "league/oauth2-client": "Needed for XOAUTH2 authentication",
31 "league/oauth2-google": "Needed for Gmail XOAUTH2"
32 },
33 "autoload": {
34 "classmap": [
35 "class.phpmailer.php",
36 "class.phpmaileroauth.php",
37 "class.phpmaileroauthgoogle.php",
38 "class.smtp.php",
39 "class.pop3.php",
40 "extras/EasyPeasyICS.php",
41 "extras/ntlm_sasl_client.php"
42 ]
43 },
44 "license": "LGPL-2.1"
45 }