-
Notifications
You must be signed in to change notification settings - Fork 938
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7789b93
commit 5d8766f
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Migrating to v5 | ||
|
||
## Overview | ||
|
||
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` | ||
* Removal of deprecated features | ||
* empty/unused `ProcessorInterface` | ||
* `Context::clone()` and `Context::detect()` | ||
|
||
For most installations upgrading should not require any changes. |