Issue #2888278 by oadaeh: Update PHPMailer version in composer.json file
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
"type": "drupal-module", | "type": "drupal-module", | ||
"description": "Integrates the PHPMailer library for SMTP e-mail delivery.", | "description": "Integrates the PHPMailer library for SMTP e-mail delivery.", | ||
"require": { | "require": { | ||
"phpmailer/phpmailer": ">=5.2.5" | "phpmailer/phpmailer": ">=5.2.21" | ||
}, | }, | ||
"license": "GPL-2.0+", | "license": "GPL-2.0+", | ||
"homepage": "https://drupal.org/project/phpmailer", | "homepage": "https://drupal.org/project/phpmailer", | ||
... | ... |
Please register or sign in to comment