CARVIEW |
phpunit / php-token-stream
Wrapper around PHP's tokenizer extension.
Fund package maintenance!
sebastianbergmann
Installs: 384 126 223
Dependents: 99
Suggesters: 0
Security: 0
Stars: 6 449
Watchers: 13
Forks: 59
Open Issues: 0
pkg:composer/phpunit/php-token-stream
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>
- dev-master / 4.0.x-dev
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.x-dev
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
This package is auto-updated.
Last update: 2024-09-10 11:25:46 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