Add mbstring suggestions to the composer file (#795)

This commit is contained in:
aduh95 2016-10-26 21:57:53 +02:00 committed by Marcus Bointon
parent a910ebabac
commit 6f90caae19
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@
"psr/log": "For optional PSR-3 debug logging",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication"
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"ext-mbstring": "Needed to send email in multibyte encoding charset",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"autoload": {
"psr-4": {