Upgraded PHPMailer to ^6.1
This commit is contained in:
parent
65d3243986
commit
6287c94232
2 changed files with 22 additions and 37 deletions
|
@ -38,7 +38,7 @@
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"gregwar/captcha": "^1.1",
|
"gregwar/captcha": "^1.1",
|
||||||
"phpmailer/phpmailer": "^5.2",
|
"phpmailer/phpmailer": "^6.1",
|
||||||
"codeigniter/framework": "^3.1.6",
|
"codeigniter/framework": "^3.1.6",
|
||||||
"jsvrcek/ics": "^0.5.1",
|
"jsvrcek/ics": "^0.5.1",
|
||||||
"monolog/monolog": "^1",
|
"monolog/monolog": "^1",
|
||||||
|
|
57
composer.lock
generated
57
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "5e591e63759cd306700ad9ed76065ab3",
|
"content-hash": "5c87a4ae7a51d129a86f46448dd2262b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "codeigniter/framework",
|
"name": "codeigniter/framework",
|
||||||
|
@ -609,60 +609,45 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpmailer/phpmailer",
|
"name": "phpmailer/phpmailer",
|
||||||
"version": "v5.2.28",
|
"version": "v6.1.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||||||
"reference": "acba50393dd03da69a50226c139722af8b153b11"
|
"reference": "2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/acba50393dd03da69a50226c139722af8b153b11",
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0",
|
||||||
"reference": "acba50393dd03da69a50226c139722af8b153b11",
|
"reference": "2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"php": ">=5.0.0"
|
"ext-filter": "*",
|
||||||
|
"php": ">=5.5.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "1.2.*",
|
"doctrine/annotations": "^1.2",
|
||||||
"jms/serializer": "0.16.*",
|
"friendsofphp/php-cs-fixer": "^2.2",
|
||||||
"phpdocumentor/phpdocumentor": "2.*",
|
"phpunit/phpunit": "^4.8 || ^5.7"
|
||||||
"phpunit/phpunit": "4.8.*",
|
|
||||||
"symfony/debug": "2.8.*",
|
|
||||||
"symfony/filesystem": "2.8.*",
|
|
||||||
"symfony/translation": "2.8.*",
|
|
||||||
"symfony/yaml": "2.8.*",
|
|
||||||
"zendframework/zend-cache": "2.5.1",
|
|
||||||
"zendframework/zend-config": "2.5.1",
|
|
||||||
"zendframework/zend-eventmanager": "2.5.1",
|
|
||||||
"zendframework/zend-filter": "2.5.1",
|
|
||||||
"zendframework/zend-i18n": "2.5.1",
|
|
||||||
"zendframework/zend-json": "2.5.1",
|
|
||||||
"zendframework/zend-math": "2.5.1",
|
|
||||||
"zendframework/zend-serializer": "2.5.*",
|
|
||||||
"zendframework/zend-servicemanager": "2.5.*",
|
|
||||||
"zendframework/zend-stdlib": "2.5.1"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
|
"ext-mbstring": "Needed to send email in multibyte encoding charset",
|
||||||
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
||||||
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
||||||
|
"psr/log": "For optional PSR-3 debug logging",
|
||||||
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
||||||
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"psr-4": {
|
||||||
"class.phpmailer.php",
|
"PHPMailer\\PHPMailer\\": "src/"
|
||||||
"class.phpmaileroauth.php",
|
}
|
||||||
"class.phpmaileroauthgoogle.php",
|
|
||||||
"class.smtp.php",
|
|
||||||
"class.pop3.php",
|
|
||||||
"extras/EasyPeasyICS.php",
|
|
||||||
"extras/ntlm_sasl_client.php"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"LGPL-2.1"
|
"LGPL-2.1-only"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -682,7 +667,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
||||||
"time": "2020-03-19T14:29:37+00:00"
|
"time": "2020-07-14T18:50:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpseclib/phpseclib",
|
"name": "phpseclib/phpseclib",
|
||||||
|
|
Loading…
Reference in a new issue