diff options
Diffstat (limited to 'http/composer.json')
| -rw-r--r-- | http/composer.json | 4 |
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/" |
