From 8f60f374277d29cc8842afcb51d3b54fc22c686c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2016 15:29:37 +0100 Subject: php-nette-utils: 2.3.11 --- composer.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'composer.json') 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": { -- cgit