From 0f9a136a09fedea8d629d41efdb23bde898a4cf7 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 27 Jul 2017 09:58:32 +0200 Subject: [PATCH] Update phpmailer to latest version --- Changelog | 2 ++ composer.lock | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 780467d85..4a22925be 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2017-07-27 DariusIII + * Chg: Update phpmailer to latest version 2017-07-26 DariusIII * Fix: Fix the logic for limits in release_naming_regexes-test and Regexes class. Should fix issue #156 * Chg: Declare return types and add @throw annotations where needed in Regexes and ReleaseCleaning classes diff --git a/composer.lock b/composer.lock index 48f7912b7..5200a77a5 100644 --- a/composer.lock +++ b/composer.lock @@ -3168,19 +3168,20 @@ }, { "name": "phpmailer/phpmailer", - "version": "v5.2.23", + "version": "v5.2.24", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "7115df4a6f76281109ebe352900c42403b728bb4" + "reference": "22d04c6a58145a244696f3f254c1875aa653b26a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4", - "reference": "7115df4a6f76281109ebe352900c42403b728bb4", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/22d04c6a58145a244696f3f254c1875aa653b26a", + "reference": "22d04c6a58145a244696f3f254c1875aa653b26a", "shasum": "" }, "require": { + "ext-ctype": "*", "php": ">=5.0.0" }, "require-dev": { @@ -3240,7 +3241,7 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2017-03-15T19:32:56+00:00" + "time": "2017-07-26T21:00:20+00:00" }, { "name": "psr/cache",