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

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