From 973ad3f79a06e2822f5085a05bd4e4ebe1068df3 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sat, 10 Aug 2019 16:06:19 +0200 Subject: [PATCH] Advertise PHP 7 syntax --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 11464ca..610cf32 100755 --- a/README.md +++ b/README.md @@ -6,14 +6,12 @@ Tokenize [![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md) [![Required PHP 5.5+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_5plus.png)](http://php.net/) [![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/) -[![Supports HHVM 3.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png)](http://hhvm.com/) [![Latest Stable Version](https://poser.pugx.org/xp-framework/tokenize/version.png)](https://packagist.org/packages/xp-framework/tokenize) Tokenizing text ```php -use text\StringTokenizer; -use text\StreamTokenizer; +use text\{StringTokenizer, StreamTokenizer}; use io\File; // Supports strings and streams