Michael 3019f29cdf second commit vor 5 Jahren
..
.github 3019f29cdf second commit vor 5 Jahren
src 3019f29cdf second commit vor 5 Jahren
tests 3019f29cdf second commit vor 5 Jahren
.gitattributes 3019f29cdf second commit vor 5 Jahren
.gitignore 3019f29cdf second commit vor 5 Jahren
.travis.yml 3019f29cdf second commit vor 5 Jahren
ChangeLog.md 3019f29cdf second commit vor 5 Jahren
LICENSE 3019f29cdf second commit vor 5 Jahren
README.md 3019f29cdf second commit vor 5 Jahren
build.xml 3019f29cdf second commit vor 5 Jahren
composer.json 3019f29cdf second commit vor 5 Jahren
phpunit.xml 3019f29cdf second commit vor 5 Jahren

README.md

Build Status

php-token-stream

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