summaryrefslogtreecommitdiff
path: root/http
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
parenta89e7577180302c7d40ceb76e2dc6e21badd5271 (diff)
http: adds phpmailer dependency
Diffstat (limited to 'http')
-rw-r--r--http/composer.json4
-rw-r--r--http/composer.lock82
2 files changed, 85 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/"
diff --git a/http/composer.lock b/http/composer.lock
index 1664f3c..b177ffa 100644
--- a/http/composer.lock
+++ b/http/composer.lock
@@ -6,6 +6,88 @@
],
"content-hash": "752c91265ea3414ab13b2ff0f8925706",
"packages": [
+ {
+ "name": "phpmailer/phpmailer",
+ "version": "v7.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/PHPMailer/PHPMailer.git",
+ "reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1bc1716a507a65e039d4ac9d9adebbbd0d346e15",
+ "reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-filter": "*",
+ "ext-hash": "*",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
+ "doctrine/annotations": "^1.2.6 || ^1.13.3",
+ "php-parallel-lint/php-console-highlighter": "^1.0.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3.2",
+ "phpcompatibility/php-compatibility": "^10.0.0@dev",
+ "squizlabs/php_codesniffer": "^3.13.5",
+ "yoast/phpunit-polyfills": "^1.0.4"
+ },
+ "suggest": {
+ "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
+ "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example",
+ "ext-imap": "Needed to support advanced email address parsing according to RFC822",
+ "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
+ "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
+ "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
+ "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
+ "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
+ "psr/log": "For optional PSR-3 debug logging",
+ "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
+ "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PHPMailer\\PHPMailer\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1-only"
+ ],
+ "authors": [
+ {
+ "name": "Marcus Bointon",
+ "email": "phpmailer@synchromedia.co.uk"
+ },
+ {
+ "name": "Jim Jagielski",
+ "email": "jimjag@gmail.com"
+ },
+ {
+ "name": "Andy Prevost",
+ "email": "codeworxtech@users.sourceforge.net"
+ },
+ {
+ "name": "Brent R. Matzelle"
+ }
+ ],
+ "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
+ "support": {
+ "issues": "https://github.com/PHPMailer/PHPMailer/issues",
+ "source": "https://github.com/PHPMailer/PHPMailer/tree/v7.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Synchro",
+ "type": "github"
+ }
+ ],
+ "time": "2026-05-18T08:06:14+00:00"
+ }
],
"packages-dev": [],
"aliases": [],