/home/techb158/ileadtechnology.com/vendor/phpunit/php-token-stream
NameSizeModeActions
.github/-0755rm
src/-0755rm
tests/-0755rm
.gitattributes150644editdlrm
.gitignore300644editdlrm
.travis.yml3940644editdlrm
build.xml7660644editdlrm
ChangeLog.md30250644editdlrm
composer.json9270644editdlrm
LICENSE15510644editdlrm
phpunit.xml7560644editdlrm
README.md5660644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/phpunit/php-token-stream/README.md (566B)
[![Build Status](https://travis-ci.org/sebastianbergmann/php-token-stream.svg?branch=master)](https://travis-ci.org/sebastianbergmann/php-token-stream) # php-token-stream ## Installation You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): 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