mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16602] Added mbstring to Composer requirements
PHPBB3-16602
This commit is contained in:
parent
ca62538ce3
commit
5b0406cfdc
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue