8000 Add missing iconv dep for the book · symfony-cli/symfony-cli@1f198e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f198e2

Browse files
committed
Add missing iconv dep for the book
1 parent 82567e2 commit 1f198e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/reqs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func CheckRequirements() (bool, error) {
8888
// PHP extensions
8989
if v != nil {
9090
exts := map[string]string{
91+
"iconv": "required",
9192
"json": "required",
9293
"session": "required",
9394
"ctype": "required",

0 commit comments

Comments
 (0)
0