summaryrefslogtreecommitdiff
path: root/http/composer.json
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-04 15:11:10 +0100
committerJoe Carstairs <me@joeac.net>2026-06-04 15:11:10 +0100
commit38370c101f1c6590052d5b13221eb4913a938da7 (patch)
tree2be3cbf3b3eecce8a1b69617ab7d83655a6bb59d /http/composer.json
parenta89e7577180302c7d40ceb76e2dc6e21badd5271 (diff)
http: adds phpmailer dependency
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/"