Skip to content

Commit

Permalink
composer.json: Add dep ext-mbstring
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schindler committed May 12, 2023
1 parent dde408b commit 95c7f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"require": {
"php": "^8.1",
"ext-pdo": "*",
"ext-json": "*"
"ext-json": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 95c7f10

Please sign in to comment.