Skip to content

Commit f17c965

Browse files
committed
added hints about useful php extensions to composer
1 parent 3933fc6 commit f17c965

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"php": ">=5.3.0"
1515
},
1616

17+
"suggest": {
18+
"ext-iconv": "Used for proper filename encode handling",
19+
"ext-mbstring": "Can be used alternatively for handling filename encoding"
20+
},
21+
1722
"require-dev": {
1823
"phpunit/phpunit": "4.5.*"
1924
},

0 commit comments

Comments
 (0)