Remove iconv suggestion

This commit is contained in:
SirLouen 2025-09-26 01:09:21 +02:00
parent 95ff455f9d
commit 238af6720e
No known key found for this signature in database
GPG Key ID: 87796BFBFE09911B
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@
}, },
"suggest": { "suggest": {
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication", "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-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"ext-openssl": "Needed for secure SMTP sending and DKIM signing", "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",