From 5aaed21d940bfe4c8b2b48e5257625527c4839d6 Mon Sep 17 00:00:00 2001 From: Kurt Riddlesperger Date: Sat, 4 Apr 2020 14:56:47 -0500 Subject: [PATCH] add phpmailer --- composer.json | 3 ++- composer.lock | 67 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 66 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 53bd8e34..4aa52dfc 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ "gettext/gettext": "^4.8", "eluceo/ical": "^0.16.0", "erusev/parsedown": "^1.7", - "gumlet/php-image-resize": "^1.9" + "gumlet/php-image-resize": "^1.9", + "phpmailer/phpmailer": "^6.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5e4f7cfe..5ead27fa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "70c5b65f78f4eb43dac8df8dc144e56c", + "content-hash": "5ede5e5e43e0c1c8c2160f6837105b7f", "packages": [ { "name": "doctrine/inflector", @@ -1156,6 +1156,68 @@ ], "time": "2019-09-26T11:24:58+00:00" }, + { + "name": "phpmailer/phpmailer", + "version": "v6.1.5", + "source": { + "type": "git", + "url": "https://github.com/PHPMailer/PHPMailer.git", + "reference": "a8bf068f64a580302026e484ee29511f661b2ad3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3", + "reference": "a8bf068f64a580302026e484ee29511f661b2ad3", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-filter": "*", + "php": ">=5.5.0" + }, + "require-dev": { + "doctrine/annotations": "^1.2", + "friendsofphp/php-cs-fixer": "^2.2", + "phpunit/phpunit": "^4.8 || ^5.7" + }, + "suggest": { + "ext-mbstring": "Needed to send email in multibyte encoding charset", + "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", + "league/oauth2-google": "Needed for Google XOAUTH2 authentication", + "psr/log": "For optional PSR-3 debug logging", + "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + }, + "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", + "time": "2020-03-14T14:23:48+00:00" + }, { "name": "psr/container", "version": "1.0.0", @@ -2256,6 +2318,5 @@ "platform": { "php": ">=7.2" }, - "platform-dev": [], - "plugin-api-version": "1.1.0" + "platform-dev": [] }