hotel_commerce/modules/qloautoupgrade/vendor/phpunit/php-token-stream
2023-06-26 13:09:26 +05:30
..
build susee:initial cmt 2023-06-26 13:09:26 +05:30
src susee:initial cmt 2023-06-26 13:09:26 +05:30
tests susee:initial cmt 2023-06-26 13:09:26 +05:30
.gitattributes susee:initial cmt 2023-06-26 13:09:26 +05:30
.gitignore susee:initial cmt 2023-06-26 13:09:26 +05:30
.travis.yml susee:initial cmt 2023-06-26 13:09:26 +05:30
build.xml susee:initial cmt 2023-06-26 13:09:26 +05:30
composer.json susee:initial cmt 2023-06-26 13:09:26 +05:30
index.php susee:initial cmt 2023-06-26 13:09:26 +05:30
LICENSE susee:initial cmt 2023-06-26 13:09:26 +05:30
README.md susee:initial cmt 2023-06-26 13:09:26 +05:30

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