Skip to content

Commit 8e4ba6e

Browse files
authored
chore: added missing PHP extension in composer file (#121)
1 parent 9456c4e commit 8e4ba6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"ext-dom": "*",
2020
"ext-iconv": "*",
2121
"ext-libxml": "*",
22+
"ext-mbstring": "*",
2223
"ext-simplexml": "*",
2324
"ext-xml": "*",
2425
"league/commonmark": "^2.4",

composer.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)