phpunit/php-token-stream
Wrapper around PHP's tokenizer extension.
Maintainers
Fund package maintenance!
4.0.4
2020-08-04 08:28 UTC
Requires
- php: ^7.3 || ^8.0
- ext-tokenizer: *
Requires (Dev)
- phpunit/phpunit: ^9.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause a853a0e183b9db7eed023d7933a858fa1c8d25a3
- Sebastian Bergmann <sebastian.woop@phpunit.de>
This package is auto-updated.
Last update: 2026-05-29 04:29:52 UTC
README
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
