From 86e35e79c59e24e17585b4de3fb3e9bbbed5782a Mon Sep 17 00:00:00 2001 From: Roman Schmid Date: Tue, 27 Dec 2016 22:46:15 +0100 Subject: [PATCH] Update composer.json 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 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 498435a..0b878b8 100644 --- a/composer.json +++ b/composer.json @@ -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"