Skip to content

Commit 934975f

Browse files
authored
Merge pull request symfony-cli#474 from symfony-cli/iconv-as-book-dep
Add missing iconv dep for the book
2 parents 5240901 + 1f198e2 commit 934975f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/reqs.go

+1
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)