NoteStar b7303a1608 none vor 5 Jahren
..
build b7303a1608 none vor 5 Jahren
src b7303a1608 none vor 5 Jahren
tests b7303a1608 none vor 5 Jahren
.gitattributes b7303a1608 none vor 5 Jahren
.gitignore b7303a1608 none vor 5 Jahren
.travis.yml b7303a1608 none vor 5 Jahren
LICENSE b7303a1608 none vor 5 Jahren
README.md b7303a1608 none vor 5 Jahren
build.xml b7303a1608 none vor 5 Jahren
composer.json b7303a1608 none vor 5 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