From c023f1cf0a204f2710f9bc495edd2ab753dd1a92 Mon Sep 17 00:00:00 2001 From: Pascua Theus Date: Mon, 25 Feb 2019 19:59:24 +0100 Subject: [PATCH] Upgrade PHPMailer to v6.0 --- application/core/Mail.php | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/application/core/Mail.php b/application/core/Mail.php index 85a2d0893..7218cd8b3 100644 --- a/application/core/Mail.php +++ b/application/core/Mail.php @@ -1,5 +1,8 @@ =5.5.0", - "phpmailer/phpmailer": "~5.2", + "phpmailer/phpmailer": "~6.0", "gregwar/captcha": "~1.1", "phpunit/phpunit": "4.8.*|5.7.*" },