Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update the phpmailer dependency to a version that fixes a critical security issue in 5.2.x.
See: https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.18
  • Loading branch information
bummzack authored Dec 27, 2016
1 parent 37131aa commit 86e35e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"silverstripe/framework": "~3.0",
"pelago/emogrifier": "~1.0",
"phpmailer/phpmailer": "~5.2.8"
"phpmailer/phpmailer": "^5.2.18"
},
"require-dev": {
"phpunit/PHPUnit": "3.7.*@stable"
Expand Down

0 comments on commit 86e35e7

Please sign in to comment.