Blame view

www-arktika/PHPMailer/composer.json 1.14 KB
dce46e80   Alex Savenko   first push project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  {
      "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.7.*"
      },
      "suggest": {
          "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
      },
      "autoload": {
          "classmap": [
              "class.phpmailer.php",
              "class.phpmaileroauth.php",
              "class.phpmaileroauthgoogle.php",
              "class.smtp.php",
              "class.pop3.php",
              "extras/EasyPeasyICS.php",
              "extras/ntlm_sasl_client.php"
          ]
      },
      "license": "LGPL-2.1"
  }