Skip to content

Commit

Permalink
Composer: minimum PHPMailer version is 5.2.22
Browse files Browse the repository at this point in the history
Older versions have security issues.

Issue #22940
  • Loading branch information
dregad committed Aug 2, 2017
1 parent e7d5e46 commit 7cf4f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -7,7 +7,7 @@
"guzzlehttp/guzzle": "^6.2",
"vboctor/disposable_email_checker": "^3.0",
"adodb/adodb-php": "^5.20",
"phpmailer/phpmailer": "^5.2",
"phpmailer/phpmailer": "^5.2.22",
"erusev/parsedown": "^1.6",
"dapphp/securimage": "dev-mantis"
},
Expand Down

0 comments on commit 7cf4f0d

Please sign in to comment.