Skip to content

Commit

Permalink
Update composer.json to require the mbstring extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kktsvetkov authored Oct 8, 2024
1 parent 0db8fa6 commit fd2e3c1
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": ">=7.4"
"php": ">=7.4",
"ext-mbstring": "*"
},

"autoload": {
Expand Down

0 comments on commit fd2e3c1

Please sign in to comment.