Skip to content

Commit 2883756

Browse files
committed
Add PHPMailer requirement
1 parent 0c381ca commit 2883756

File tree

2 files changed

+69
-2
lines changed

2 files changed

+69
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"ext-mcrypt": "*",
5050
"ext-memcached": "*",
5151
"ext-pdo": "*",
52-
"php-64bit": ">=5.5.0"
52+
"php-64bit": ">=5.5.0",
53+
"phpmailer/phpmailer": "^6.0"
5354
}
5455
}

composer.lock

Lines changed: 67 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)