Skip to content

Commit 7c87a7b

Browse files
author
Dorian Villet
committed
Add mbstring requirement to composer
1 parent 51386ed commit 7c87a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.3.2"
22+
"php": ">=5.3.2",
23+
"ext-mbstring": "*"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)