]> git.mxchange.org Git - friendica-addons.git/blob - phpmailer/composer.lock
Merge pull request 'Initial commit of url_replace addon.' (#1453) from toddy/friendic...
[friendica-addons.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.5.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/PHPMailer/PHPMailer.git",
15                 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
20                 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-ctype": "*",
25                 "ext-filter": "*",
26                 "ext-hash": "*",
27                 "php": ">=5.5.0"
28             },
29             "require-dev": {
30                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
31                 "doctrine/annotations": "^1.2",
32                 "phpcompatibility/php-compatibility": "^9.3.5",
33                 "roave/security-advisories": "dev-latest",
34                 "squizlabs/php_codesniffer": "^3.5.6",
35                 "yoast/phpunit-polyfills": "^0.2.0"
36             },
37             "suggest": {
38                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
39                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
40                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
41                 "psr/log": "For optional PSR-3 debug logging",
42                 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
43                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
44             },
45             "type": "library",
46             "autoload": {
47                 "psr-4": {
48                     "PHPMailer\\PHPMailer\\": "src/"
49                 }
50             },
51             "notification-url": "https://packagist.org/downloads/",
52             "license": [
53                 "LGPL-2.1-only"
54             ],
55             "authors": [
56                 {
57                     "name": "Marcus Bointon",
58                     "email": "phpmailer@synchromedia.co.uk"
59                 },
60                 {
61                     "name": "Jim Jagielski",
62                     "email": "jimjag@gmail.com"
63                 },
64                 {
65                     "name": "Andy Prevost",
66                     "email": "codeworxtech@users.sourceforge.net"
67                 },
68                 {
69                     "name": "Brent R. Matzelle"
70                 }
71             ],
72             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
73             "support": {
74                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
75                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
76             },
77             "funding": [
78                 {
79                     "url": "https://github.com/Synchro",
80                     "type": "github"
81                 }
82             ],
83             "time": "2021-06-16T14:33:43+00:00"
84         }
85     ],
86     "packages-dev": [],
87     "aliases": [],
88     "minimum-stability": "stable",
89     "stability-flags": [],
90     "prefer-stable": false,
91     "prefer-lowest": false,
92     "platform": {
93         "php": ">=7.0"
94     },
95     "platform-dev": [],
96     "plugin-api-version": "2.1.0"
97 }