diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-04 15:11:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-04 15:11:10 +0100 |
| commit | 38370c101f1c6590052d5b13221eb4913a938da7 (patch) | |
| tree | 2be3cbf3b3eecce8a1b69617ab7d83655a6bb59d /http/composer.json | |
| parent | a89e7577180302c7d40ceb76e2dc6e21badd5271 (diff) | |
http: adds phpmailer dependency
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/" |
