diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-21 15:29:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-21 15:29:37 +0100 |
commit | 8f60f374277d29cc8842afcb51d3b54fc22c686c (patch) | |
tree | 030495f533d82daa3b85a070b2e789efbafb9527 /composer.json | |
parent | 593bf953291fc088e859f6e9451a3abcd0e3af0e (diff) |
php-nette-utils: 2.3.11
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 49f3cc7..7c1287f 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,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": { |