Skip to content

Commit

Permalink
remove mbstring requirement, allow the polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Sep 15, 2023
1 parent 5b7e910 commit 6e7160f
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 12 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-mbstring": "*"
"symfony/polyfill-php81": "*"
},
"require": {
"php": "^8.1",
"ext-zip": "*",
"ext-mbstring": "*",
"composer/composer": "^2.5.5",
"composer-plugin-api": "^2.3.0",
"symfony/console": "^6.2.10",
Expand Down
100 changes: 91 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e7160f

Please sign in to comment.