Skip to content

Commit

Permalink
Add ext-iconv to composer.json (#391)
Browse files Browse the repository at this point in the history
* Add ext-iconv to composer.json

* Move `ext-iconv` to suggest field
  • Loading branch information
lex111 authored and beryllium committed Oct 4, 2018
1 parent 8d0d777 commit 4497859
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -49,6 +49,9 @@
"symfony/dom-crawler": "^4.1",
"symfony/process": "^4.1"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8."
},
"replace": {
"sculpin/core": "self.version",
"sculpin/markdown-bundle": "self.version",
Expand Down

0 comments on commit 4497859

Please sign in to comment.