Skip to content

Commit

Permalink
Require iconv as we need multibyte strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Nov 22, 2024
1 parent 2331e23 commit 65529ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"require": {
"php": "^8.1",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"doctrine/deprecations": "^1.1",
Expand Down
6 changes: 4 additions & 2 deletions composer.lock

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

1 change: 1 addition & 0 deletions packages/guides-theme-rst/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"ext-iconv": "*",
"phpdocumentor/guides": "^1.0 || ^2.0"
},
"extra": {
Expand Down

0 comments on commit 65529ae

Please sign in to comment.