theseer/tokenizer
A PHP tokenizer library for parsing PHP source code into tokens, built on top of ext/tokenizer. Used by tools like PHPUnit to analyze code, inspect syntax, and support static analysis, refactoring, and code quality workflows.
T_AMPERSAND as PHP 8.1+ provides tokens for it already and our 2.0.0 release overwrote it. See #44 for details.Full Changelog: https://github.com/theseer/tokenizer/compare/2.0.0...2.0.1
PhpToken::tokenize() - requires PHP8+ by @staabm in https://github.com/theseer/tokenizer/pull/35Full Changelog: https://github.com/theseer/tokenizer/compare/1.3.1...2.0.0
Revert PHPUnit 8 update to stay PHP 7.0 compliant.
This release does not include any functionality change otherwise.
How can I help you explore Laravel packages today?