1
0
Fork 0

Merge pull request #17 from matomo-org/dependabot/composer/src/phpmailer/phpmailer-6.1.6

Bump phpmailer/phpmailer from 6.0.2 to 6.1.6 in /src
This commit is contained in:
Thomas Steur 2020-05-28 07:56:09 +12:00 committed by GitHub
commit 3a029ba382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

39
src/composer.lock generated
View file

@ -1,7 +1,7 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "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#composer-lock-the-lock-file", "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": "173d5101b6c7ef41ef8167acc05029fc", "content-hash": "173d5101b6c7ef41ef8167acc05029fc",
@ -55,7 +55,7 @@
{ {
"name": "Tobias Nyholm", "name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com", "email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/nyholm" "homepage": "https://github.com/Nyholm"
} }
], ],
"description": "Common classes for PSR-6 adapters", "description": "Common classes for PSR-6 adapters",
@ -122,7 +122,7 @@
{ {
"name": "Tobias Nyholm", "name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com", "email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/nyholm" "homepage": "https://github.com/Nyholm"
} }
], ],
"description": "A PSR-6 cache implementation using filesystem. This implementation supports tags", "description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
@ -271,6 +271,7 @@
], ],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"homepage": "https://github.com/container-interop/container-interop", "homepage": "https://github.com/container-interop/container-interop",
"abandoned": "psr/container",
"time": "2017-02-14T19:40:03+00:00" "time": "2017-02-14T19:40:03+00:00"
}, },
{ {
@ -347,7 +348,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Osman Ungur", "name": "Osman Üngür",
"email": "osmanungur@gmail.com" "email": "osmanungur@gmail.com"
}, },
{ {
@ -360,6 +361,7 @@
"keywords": [ "keywords": [
"Sitemap" "Sitemap"
], ],
"abandoned": true,
"time": "2015-04-17T21:45:50+00:00" "time": "2015-04-17T21:45:50+00:00"
}, },
{ {
@ -1331,30 +1333,27 @@
}, },
{ {
"name": "phpmailer/phpmailer", "name": "phpmailer/phpmailer",
"version": "v6.0.2", "version": "v6.1.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git", "url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "7a4459cff6abeb86b63cdbad760f567252f3f39c" "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7a4459cff6abeb86b63cdbad760f567252f3f39c", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
"reference": "7a4459cff6abeb86b63cdbad760f567252f3f39c", "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*", "ext-ctype": "*",
"ext-filter": "*",
"php": ">=5.5.0" "php": ">=5.5.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "1.2.*", "doctrine/annotations": "^1.2",
"friendsofphp/php-cs-fixer": "^2.2", "friendsofphp/php-cs-fixer": "^2.2",
"phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "^4.8 || ^5.7"
"phpunit/phpunit": "^4.8 || ^5.7",
"zendframework/zend-eventmanager": "3.0.*",
"zendframework/zend-i18n": "2.7.3",
"zendframework/zend-serializer": "2.7.*"
}, },
"suggest": { "suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset", "ext-mbstring": "Needed to send email in multibyte encoding charset",
@ -1372,17 +1371,17 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"LGPL-2.1" "LGPL-2.1-only"
], ],
"authors": [ "authors": [
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{ {
"name": "Marcus Bointon", "name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk" "email": "phpmailer@synchromedia.co.uk"
}, },
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{ {
"name": "Andy Prevost", "name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net" "email": "codeworxtech@users.sourceforge.net"
@ -1392,7 +1391,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": "2017-11-30T17:20:24+00:00" "time": "2020-05-27T12:24:03+00:00"
}, },
{ {
"name": "pimple/pimple", "name": "pimple/pimple",