Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/migrating-to-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ v5 is mostly a cleanup release with updated dependencies. The main changes are:
* Minimum required PHP version is now 7.4
* The legacy `TokenAnalyser` and the `--legacy` CLI option have been removed
* Defaults now prefer attributes over annotations
* PHP parsing now uses `nicic/php-parser`
* PHP parsing now uses `nikic/php-parser`
* Removal of deprecated features
* empty/unused `ProcessorInterface`
* `Context::clone()` and `Context::detect()`
Expand Down