Skip to content

Commit

Permalink
Merge pull request #16 from byjg/2.1.1
Browse files Browse the repository at this point in the history
Upgrade PHPMailer version because reintroduction of CVE-2018-19296
  • Loading branch information
byjg committed May 5, 2021
2 parents 7eab223 + 7501f7d commit 0cd83df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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.*"
Expand Down

0 comments on commit 0cd83df

Please sign in to comment.