Skip to content

Commit

Permalink
Add mbstring extension to composer.json
Browse files Browse the repository at this point in the history
The mbstring extension has been added as
  • Loading branch information
koriym committed May 10, 2024
1 parent fc13be0 commit e7e8643
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 @@ -11,6 +11,7 @@
"require": {
"php": "^8.1",
"ext-pdo": "*",
"ext-mbstring": "*",
"aura/sql": "^4.0 || ^5.0",
"doctrine/annotations": "^1.12 || ^2.0",
"guzzlehttp/guzzle": "^6.3 || ^7.2",
Expand Down

0 comments on commit e7e8643

Please sign in to comment.