ORIENT/vendor/phpunit/php-token-stream
root f4df5200ca from server 27.02 2023-02-27 09:39:19 +05:00
..
src from server 27.02 2023-02-27 09:39:19 +05:00
.gitattributes from server 27.02 2023-02-27 09:39:19 +05:00
.gitignore from server 27.02 2023-02-27 09:39:19 +05:00
ChangeLog.md from server 27.02 2023-02-27 09:39:19 +05:00
LICENSE from server 27.02 2023-02-27 09:39:19 +05:00
README.md from server 27.02 2023-02-27 09:39:19 +05:00
composer.json from server 27.02 2023-02-27 09:39:19 +05:00

README.md

phpunit/php-token-stream

CI Status Type Coverage

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