From 962ecf6acefe9acac240d58cbb9c66bfba426e31 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Nov 2023 12:10:54 +0100 Subject: update to 6.9.1 --- composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2fd2f4c..fa170a0 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,7 @@ "yoast/phpunit-polyfills": "^1.0.4" }, "suggest": { + "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", "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", -- cgit