diff options
author | Liam Jack <cuonic@cuonic.com> | 2015-11-06 13:46:21 +0100 |
---|---|---|
committer | Liam Jack <cuonic@cuonic.com> | 2015-11-06 13:46:21 +0100 |
commit | 621dbd6295e4f29bd197c6f2eda385617f0807d9 (patch) | |
tree | 19c58ce39be375583c464f979aaab4fc393901c5 | |
parent | 841ea24094db9fca16d4006877c30f4791b3f1b5 (diff) | |
download | PHPAuth-621dbd6295e4f29bd197c6f2eda385617f0807d9.zip PHPAuth-621dbd6295e4f29bd197c6f2eda385617f0807d9.tar.gz PHPAuth-621dbd6295e4f29bd197c6f2eda385617f0807d9.tar.bz2 |
Added PHPMailer as an external dependancy
-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": { |