diff options
Diffstat (limited to 'composer-dev.json')
-rw-r--r-- | composer-dev.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer-dev.json b/composer-dev.json index c32be18..b33767a 100644 --- a/composer-dev.json +++ b/composer-dev.json @@ -22,8 +22,10 @@ }, "suggest": { "ext-iconv": "to use Strings::webalize() and toAscii()", + "ext-json": "to use Nette\\Utils\\Json", "ext-intl": "for script transliteration in Strings::webalize() and toAscii()", "ext-mbstring": "to use Strings::lower() etc...", + "ext-xml": "to use Strings::length() etc. when mbstring is not available", "ext-gd": "to use Image" }, "conflict": { |