Skip to content

Commit a929467

Browse files
committed
Add mbstring extension as package dependency
1 parent dfca0df commit a929467

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"email": "leet31337@web.de"
99
}
1010
],
11+
"require": {
12+
"php" : ">= 5.4",
13+
"ext-mbstring": "*"
14+
},
1115
"autoload": {
1216
"psr-0": {
1317
"Diff": "lib/"

0 commit comments

Comments
 (0)