root 06cdb8572f 后端其他翻译 il y a 3 ans
..
.github 06cdb8572f 后端其他翻译 il y a 3 ans
src 06cdb8572f 后端其他翻译 il y a 3 ans
tests 06cdb8572f 后端其他翻译 il y a 3 ans
.gitattributes 06cdb8572f 后端其他翻译 il y a 3 ans
.gitignore 06cdb8572f 后端其他翻译 il y a 3 ans
.travis.yml 06cdb8572f 后端其他翻译 il y a 3 ans
ChangeLog.md 06cdb8572f 后端其他翻译 il y a 3 ans
LICENSE 06cdb8572f 后端其他翻译 il y a 3 ans
README.md 06cdb8572f 后端其他翻译 il y a 3 ans
build.xml 06cdb8572f 后端其他翻译 il y a 3 ans
composer.json 06cdb8572f 后端其他翻译 il y a 3 ans
phpunit.xml 06cdb8572f 后端其他翻译 il y a 3 ans

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