NoteStar b7303a1608 none 5 년 전
..
build b7303a1608 none 5 년 전
src b7303a1608 none 5 년 전
tests b7303a1608 none 5 년 전
.gitattributes b7303a1608 none 5 년 전
.gitignore b7303a1608 none 5 년 전
.travis.yml b7303a1608 none 5 년 전
LICENSE b7303a1608 none 5 년 전
README.md b7303a1608 none 5 년 전
build.xml b7303a1608 none 5 년 전
composer.json b7303a1608 none 5 년 전

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