diff options
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 424a968..a306ed6 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,8 @@ "license": "MIT", "require": { "php": ">=5.4.0", - "ext-mcrypt": "*" + "ext-mcrypt": "*", + "phpmailer/phpmailer": "^5.2" }, "autoload": { "psr-4": { |