Merge remote-tracking branch 'upstream/develop' into media
[friendica-addons.git/.git] / phpmailer / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "e156d817a0131f48464d430ed74d355d",
8     "packages": [
9         {
10             "name": "phpmailer/phpmailer",
11             "version": "v6.1.6",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/PHPMailer/PHPMailer.git",
15                 "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
20                 "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-ctype": "*",
25                 "ext-filter": "*",
26                 "php": ">=5.5.0"
27             },
28             "require-dev": {
29                 "doctrine/annotations": "^1.2",
30                 "friendsofphp/php-cs-fixer": "^2.2",
31                 "phpunit/phpunit": "^4.8 || ^5.7"
32             },
33             "suggest": {
34                 "ext-mbstring": "Needed to send email in multibyte encoding charset",
35                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
36                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
37                 "psr/log": "For optional PSR-3 debug logging",
38                 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
39                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
40             },
41             "type": "library",
42             "autoload": {
43                 "psr-4": {
44                     "PHPMailer\\PHPMailer\\": "src/"
45                 }
46             },
47             "notification-url": "https://packagist.org/downloads/",
48             "license": [
49                 "LGPL-2.1-only"
50             ],
51             "authors": [
52                 {
53                     "name": "Marcus Bointon",
54                     "email": "phpmailer@synchromedia.co.uk"
55                 },
56                 {
57                     "name": "Jim Jagielski",
58                     "email": "jimjag@gmail.com"
59                 },
60                 {
61                     "name": "Andy Prevost",
62                     "email": "codeworxtech@users.sourceforge.net"
63                 },
64                 {
65                     "name": "Brent R. Matzelle"
66                 }
67             ],
68             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
69             "time": "2020-05-27T12:24:03+00:00"
70         }
71     ],
72     "packages-dev": [],
73     "aliases": [],
74     "minimum-stability": "stable",
75     "stability-flags": [],
76     "prefer-stable": false,
77     "prefer-lowest": false,
78     "platform": {
79         "php": ">=7.0"
80     },
81     "platform-dev": []
82 }