Skip to content

Commit

Permalink
Advertise PHP 7 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Aug 10, 2019
1 parent 61e07ca commit 973ad3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 973ad3f

Please sign in to comment.