From fda14b44a81c0e61bff2b8b5700bdc1d9347039c Mon Sep 17 00:00:00 2001 From: Nikhil Maurya Date: Sat, 1 Jan 2022 18:14:54 +0530 Subject: [PATCH] Update composer.json --- inc/mail/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/mail/composer.json b/inc/mail/composer.json index d7eee2b..7da00bb 100644 --- a/inc/mail/composer.json +++ b/inc/mail/composer.json @@ -1,5 +1,5 @@ { "require": { - "phpmailer/phpmailer": "^6.1" + "phpmailer/phpmailer": "6.5.0" } }