From 81eedda461968323678a1a5256000466c6a05c94 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Fri, 22 Aug 2025 16:49:10 +0200 Subject: [PATCH] Alphabetical --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3cce9c4a..b9fcff33 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,7 @@ }, "suggest": { "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", + "ext-iconv": "To support UTF-8 if the mbstring PHP extension is not enabled", "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", @@ -56,8 +57,7 @@ "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)", - "ext-iconv": "To support UTF-8 if the mbstring PHP extension is not enabled" + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "autoload": { "psr-4": {