Skip to content

Commit

Permalink
Merge pull request #474 from symfony-cli/iconv-as-book-dep
Browse files Browse the repository at this point in the history
Add missing iconv dep for the book
  • Loading branch information
fabpot committed May 5, 2024
2 parents 5240901 + 1f198e2 commit 934975f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/reqs.go
Expand Up @@ -88,6 +88,7 @@ func CheckRequirements() (bool, error) {
// PHP extensions
if v != nil {
exts := map[string]string{
"iconv": "required",
"json": "required",
"session": "required",
"ctype": "required",
Expand Down

0 comments on commit 934975f

Please sign in to comment.