root 06cdb8572f 后端其他翻译 3 anos atrás
..
.github 06cdb8572f 后端其他翻译 3 anos atrás
src 06cdb8572f 后端其他翻译 3 anos atrás
tests 06cdb8572f 后端其他翻译 3 anos atrás
.gitattributes 06cdb8572f 后端其他翻译 3 anos atrás
.gitignore 06cdb8572f 后端其他翻译 3 anos atrás
.travis.yml 06cdb8572f 后端其他翻译 3 anos atrás
ChangeLog.md 06cdb8572f 后端其他翻译 3 anos atrás
LICENSE 06cdb8572f 后端其他翻译 3 anos atrás
README.md 06cdb8572f 后端其他翻译 3 anos atrás
build.xml 06cdb8572f 后端其他翻译 3 anos atrás
composer.json 06cdb8572f 后端其他翻译 3 anos atrás
phpunit.xml 06cdb8572f 后端其他翻译 3 anos atrás

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