From 7501f7d54528e46f551635e531dd8ae9e2d37dc9 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Tue, 4 May 2021 17:51:10 -0500 Subject: [PATCH] Upgrade PHPMailer version because reintroduction of CVE-2018-19296 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c72ee0..58ef3ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mail Wrapper -[![Build Status](https://travis-ci.org/byjg/mailwrapper.svg?branch=master)](https://travis-ci.org/byjg/mailwrapper) +[![Build Status](https://travis-ci.com/byjg/mailwrapper.svg?branch=master)](https://travis-ci.com/byjg/mailwrapper) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/byjg/mailwrapper/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/byjg/mailwrapper/?branch=master) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/e2d6c644-6c2b-4cdd-a84b-94d6b0d1bba5/mini.png)](https://insight.sensiolabs.com/projects/e2d6c644-6c2b-4cdd-a84b-94d6b0d1bba5) diff --git a/composer.json b/composer.json index e95f5c6..ea25ca5 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "byjg/convert": "1.0.*", "byjg/webrequest": "2.0.*", "aws/aws-sdk-php": "~3.20", - "phpmailer/phpmailer": "6.1.*" + "phpmailer/phpmailer": ">=6.4.1" }, "require-dev": { "phpunit/phpunit": "5.7.*|7.4.*"