xiang a940c4d62d update vor 6 Jahren
..
build a940c4d62d update vor 6 Jahren
src a940c4d62d update vor 6 Jahren
tests a940c4d62d update vor 6 Jahren
.gitattributes a940c4d62d update vor 6 Jahren
.gitignore a940c4d62d update vor 6 Jahren
.travis.yml a940c4d62d update vor 6 Jahren
ChangeLog.md a940c4d62d update vor 6 Jahren
LICENSE a940c4d62d update vor 6 Jahren
README.md a940c4d62d update vor 6 Jahren
build.xml a940c4d62d update vor 6 Jahren
composer.json a940c4d62d update vor 6 Jahren
phpunit.xml a940c4d62d update vor 6 Jahren

README.md

Build Status

PHP_TokenStream

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require phpunit/php-token-stream

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev phpunit/php-token-stream