Skip to content

Commit 8781195

Browse files
committed
Add suggestions to composer.json
1 parent 20ebb56 commit 8781195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"phpunit/phpunit": "~4.0"
2121
},
2222
"suggest": {
23-
"ext-mbstring": "For using mb functions"
23+
"ext-mbstring": "For using the MbTranscoder",
24+
"ext-iconv": "For using the IconvTranscoder"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)