Skip to content

Commit dd18562

Browse files
committed
Require iconv as we need multibyte strings
1 parent 668f7e1 commit dd18562

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
},
3535
"require": {
3636
"php": "^8.1",
37+
"ext-iconv": "*",
3738
"ext-json": "*",
3839
"ext-mbstring": "*",
3940
"doctrine/deprecations": "^1.1",

composer.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guides-theme-rst/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": "^8.1",
25+
"ext-iconv": "*",
2526
"phpdocumentor/guides": "^1.0 || ^2.0"
2627
},
2728
"extra": {

0 commit comments

Comments
 (0)