Skip to content

Commit

Permalink
composer: added suggestion for tokenizer [Closes #187]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 21, 2019
1 parent 961147a commit a8e0a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"]
Expand Down

2 comments on commit a8e0a03

@szepeviktor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dg Thanks.
Are you sure it is valid JSON?

@mabar
Copy link
Contributor

@mabar mabar commented on a8e0a03 Oct 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be Nette\\Utils\\Reflection

Please sign in to comment.