Skip to content

Commit ebfd5bb

Browse files
committed
Add mbstring extension as dependency in composer.json
1 parent 3ac03fd commit ebfd5bb

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
@@ -16,11 +16,15 @@
1616
],
1717
"require": {
1818
"php": ">=5.6.0",
19+
"ext-mbstring": "*",
1920
"ext-pcre": "*"
2021
},
2122
"autoload": {
2223
"psr-4": {
2324
"Novutec\\DomainParser\\": "src"
2425
}
26+
},
27+
"config": {
28+
"sort-packages": true
2529
}
2630
}

0 commit comments

Comments
 (0)