{ "name": "fuzeworks/mailer-wrapper", "license": ["MIT"], "authors": [ { "name": "Abel Hoogeveen", "homepage": "https://i15.nl" } ], "require": { "php": ">=8.1.0", "fuzeworks/core": "~1.3.0", "phpmailer/phpmailer": "~6.7", "ext-ctype": "*", "ext-filter": "*", "ext-hash": "*" }, "require-dev": { "phpunit/phpunit": "^9", "fuzeworks/tracycomponent": "~1.3.0" }, "suggest": { "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", "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "autoload": { "psr-4": { "FuzeWorks\\Mailer\\": "" } } }