Merge pull request #7 from Mowie/dependabot/composer/phpmailer/phpmailer-6.1.6

Bump phpmailer/phpmailer from 6.0.7 to 6.1.6
This commit is contained in:
kolaente 2020-05-27 19:31:44 +02:00 committed by GitHub
commit f026c66918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 18 deletions

2
composer.json Executable file → Normal file
View File

@ -1,7 +1,7 @@
{
"require": {
"smarty/smarty": "~3.1.30",
"phpmailer/phpmailer": "~6.0.1",
"phpmailer/phpmailer": "~6.1.6",
"symfony/yaml": "~3.3.9",
"erusev/parsedown": "~1.6.3",
"hgg/dbcmd": "~0.0.1",

30
composer.lock generated Executable file → Normal file
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "96daff6524657d7b96d5d2c30e060787",
"content-hash": "84bc9f991786c643846d05d0c065d5f4",
"packages": [
{
"name": "alchemy/zippy",
@ -383,16 +383,16 @@
},
{
"name": "phpmailer/phpmailer",
"version": "v6.0.7",
"version": "v6.1.6",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59"
"reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59",
"reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
"reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
"shasum": ""
},
"require": {
@ -401,13 +401,9 @@
"php": ">=5.5.0"
},
"require-dev": {
"doctrine/annotations": "1.2.*",
"doctrine/annotations": "^1.2",
"friendsofphp/php-cs-fixer": "^2.2",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "^4.8 || ^5.7",
"zendframework/zend-eventmanager": "3.0.*",
"zendframework/zend-i18n": "2.7.3",
"zendframework/zend-serializer": "2.7.*"
"phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset",
@ -425,17 +421,17 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
"LGPL-2.1-only"
],
"authors": [
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
@ -445,7 +441,7 @@
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2019-02-01T15:04:28+00:00"
"time": "2020-05-27T12:24:03+00:00"
},
{
"name": "pragmarx/google2fa",