From ed77594bd94146bf6a390ed029e1f08354e27e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 17:11:48 +0000 Subject: [PATCH] Bump phpmailer/phpmailer from 5.2.14 to 6.1.6 in /inc Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.14 to 6.1.6. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v5.2.14...v6.1.6) Signed-off-by: dependabot[bot] --- inc/composer.json | 2 +- inc/composer.lock | 67 +++++++++++++++++++++++++---------------------- 2 files changed, 37 insertions(+), 32 deletions(-) diff --git a/inc/composer.json b/inc/composer.json index 84f1e4f..a481ff4 100644 --- a/inc/composer.json +++ b/inc/composer.json @@ -3,6 +3,6 @@ "firebase/php-jwt": "^3.0", "ktamas77/firebase-php": "dev-master", "firebase/token-generator": "^3.0", - "phpmailer/phpmailer": "^5.2" + "phpmailer/phpmailer": "^6.1" } } diff --git a/inc/composer.lock b/inc/composer.lock index 4b41357..587e0ae 100644 --- a/inc/composer.lock +++ b/inc/composer.lock @@ -1,11 +1,10 @@ { "_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#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" ], - "hash": "4d797db3fca2754fd2efbdd8058130dd", - "content-hash": "68de5d0f185758bdf4f059be9a593aa7", + "content-hash": "fe6f61e7eecd80df0cff1523e0914f3f", "packages": [ { "name": "firebase/php-jwt", @@ -48,7 +47,7 @@ ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", - "time": "2015-07-22 18:31:08" + "time": "2015-07-22T18:31:08+00:00" }, { "name": "firebase/token-generator", @@ -100,7 +99,8 @@ ], "description": "A simple library to generate JWT tokens for authenticating to a Firebase.", "homepage": "https://github.com/firebase/firebase-token-generator-php", - "time": "2015-11-19 06:18:40" + "abandoned": true, + "time": "2015-11-19T06:18:40+00:00" }, { "name": "ktamas77/firebase-php", @@ -117,7 +117,11 @@ "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^5", + "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "autoload": { @@ -142,58 +146,59 @@ "rest", "wrapper" ], - "time": "2015-05-08 02:43:44" + "time": "2015-05-08T02:43:44+00:00" }, { "name": "phpmailer/phpmailer", - "version": "v5.2.14", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "e774bc9152de85547336e22b8926189e582ece95" + "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95", - "reference": "e774bc9152de85547336e22b8926189e582ece95", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", + "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", "shasum": "" }, "require": { - "php": ">=5.0.0" + "ext-ctype": "*", + "ext-filter": "*", + "php": ">=5.5.0" }, "require-dev": { - "phpdocumentor/phpdocumentor": "*", - "phpunit/phpunit": "4.7.*" + "doctrine/annotations": "^1.2", + "friendsofphp/php-cs-fixer": "^2.2", + "phpunit/phpunit": "^4.8 || ^5.7" }, "suggest": { - "league/oauth2-client": "Needed for XOAUTH2 authentication", - "league/oauth2-google": "Needed for Gmail XOAUTH2" + "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", "autoload": { - "classmap": [ - "class.phpmailer.php", - "class.phpmaileroauth.php", - "class.phpmaileroauthgoogle.php", - "class.smtp.php", - "class.pop3.php", - "extras/EasyPeasyICS.php", - "extras/ntlm_sasl_client.php" - ] + "psr-4": { + "PHPMailer\\PHPMailer\\": "src/" + } }, "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" @@ -203,7 +208,7 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2015-11-01 10:15:28" + "time": "2020-05-27T12:24:03+00:00" } ], "packages-dev": [],