summaryrefslogtreecommitdiff
path: root/http/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'http/composer.json')
-rw-r--r--http/composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/http/composer.json b/http/composer.json
index 8df688f..98e8628 100644
--- a/http/composer.json
+++ b/http/composer.json
@@ -1,6 +1,8 @@
{
"name": "joeacnet/http",
- "require": {},
+ "require": {
+ "phpmailer/phpmailer": "^7.1"
+ },
"autoload": {
"psr-4": {
"JoeacNet\\Http\\": "php/"