2020-01-29 20:12:43 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
|
|
|
"content-hash": "e156d817a0131f48464d430ed74d355d",
|
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "phpmailer/phpmailer",
|
2024-03-20 02:39:55 +00:00
|
|
|
"version": "v6.9.1",
|
2020-01-29 20:12:43 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
2024-03-20 02:39:55 +00:00
|
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
|
2020-01-29 20:12:43 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-03-20 02:39:55 +00:00
|
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
|
|
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
|
2020-01-29 20:12:43 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-filter": "*",
|
2021-06-22 15:39:04 +00:00
|
|
|
"ext-hash": "*",
|
2020-01-29 20:12:43 +00:00
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-03-20 02:39:55 +00:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
|
|
"doctrine/annotations": "^1.2.6 || ^1.13.3",
|
|
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
2021-06-22 15:39:04 +00:00
|
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
|
|
"roave/security-advisories": "dev-latest",
|
2024-03-20 02:39:55 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3.7.2",
|
|
|
|
"yoast/phpunit-polyfills": "^1.0.4"
|
2020-01-29 20:12:43 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2024-03-20 02:39:55 +00:00
|
|
|
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
2021-06-22 15:39:04 +00:00
|
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
2024-03-20 02:39:55 +00:00
|
|
|
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
|
|
|
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
2020-01-29 20:12:43 +00:00
|
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
|
"psr/log": "For optional PSR-3 debug logging",
|
2024-03-20 02:39:55 +00:00
|
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
|
|
|
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
2020-01-29 20:12:43 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"LGPL-2.1-only"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
2021-06-22 15:39:04 +00:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Synchro",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-03-20 02:39:55 +00:00
|
|
|
"time": "2023-11-25T22:23:28+00:00"
|
2020-01-29 20:12:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
2021-06-22 15:39:04 +00:00
|
|
|
"platform-dev": [],
|
2024-03-20 02:39:55 +00:00
|
|
|
"plugin-api-version": "1.1.0"
|
2020-01-29 20:12:43 +00:00
|
|
|
}
|