root 1c2c56603a 1 5 gadi atpakaļ
..
src 1c2c56603a 1 5 gadi atpakaļ
tests 1c2c56603a 1 5 gadi atpakaļ
.gitattributes 1c2c56603a 1 5 gadi atpakaļ
.gitignore 1c2c56603a 1 5 gadi atpakaļ
.travis.yml 1c2c56603a 1 5 gadi atpakaļ
ChangeLog.md 1c2c56603a 1 5 gadi atpakaļ
LICENSE 1c2c56603a 1 5 gadi atpakaļ
README.md 1c2c56603a 1 5 gadi atpakaļ
build.xml 1c2c56603a 1 5 gadi atpakaļ
composer.json 1c2c56603a 1 5 gadi atpakaļ
phpunit.xml 1c2c56603a 1 5 gadi atpakaļ

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