From a8e0a03c780c2c0b98684c79227b00347926e4cc Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 21 Oct 2019 21:44:06 +0200 Subject: [PATCH] composer: added suggestion for tokenizer [Closes #187] --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1fa82d2fc..ce8adfe9b 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", "ext-mbstring": "to use Strings::lower() etc...", "ext-xml": "to use Strings::length() etc. when mbstring is not available", - "ext-gd": "to use Image" + "ext-gd": "to use Image", + "ext-tokenizer": "to use Nette\Utils\Reflection::getUseStatements()" }, "autoload": { "classmap": ["src/"]