Merge from master

This commit is contained in:
SirLouen 2025-08-19 16:00:45 +02:00 committed by Marcus Bointon
parent 34c6423ac6
commit f2af1cafb5
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@
"league/oauth2-google": "Needed for Google XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging", "psr/log": "For optional PSR-3 debug logging",
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", "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)" "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"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {