Skip to content

Commit

Permalink
replace mbstring again
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 14, 2025
1 parent 5440e83 commit e922f49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-intl-normalizer": "*"
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*"
},
"config": {
"sort-packages": true,
Expand All @@ -61,4 +62,4 @@
]
}
}
}
}

0 comments on commit e922f49

Please sign in to comment.