Skip to content

Commit

Permalink
Add MBSTRING Extension Required to composer.json
Browse files Browse the repository at this point in the history
Since Twine relies on PHP's multi-byte string (mb_*) functions available (only) when the MBSTRING extension for PHP is loaded, add MBSTRING extension requirement to composer.json. Reference #41
  • Loading branch information
Ben Roberts authored Sep 2, 2020
1 parent f4699d8 commit 776ca11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"require": {
"php": ">=7.2",
"ext-mbstring": "*",
"ext-openssl": "*"
},
"require-dev": {
Expand Down

0 comments on commit 776ca11

Please sign in to comment.