1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/16602] Added mbstring to Composer requirements

PHPBB3-16602
This commit is contained in:
JoshyPHP 2020-09-16 00:42:34 +02:00
parent ca62538ce3
commit 5b0406cfdc

View File

@ -27,6 +27,7 @@
"require": {
"php": "^7.1.3",
"ext-json": "*",
"ext-mbstring": "*",
"bantu/ini-get-wrapper": "~1.0",
"google/recaptcha": "~1.1",
"guzzlehttp/guzzle": "~6.3",