Skip to content

Commit b009a44

Browse files
committed
Typo
1 parent 0715ab9 commit b009a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: UPGRADING.md

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Tags without a PHP version are no longer published - `nightly`, `2`, `latest` ar
111111

112112
> [!NOTE]
113113
> Please switch to PHPStan 2.0 in a new major version of your extension. It's not feasible to try to support both PHPStan 1.x and PHPStan 2.x with the same extension code.
114+
>
114115
> You can definitely get closer to supporting PHPStan 2.0 without increasing major version by solving reported deprecations and other issues by analysing your extension code with PHPStan & phpstan-deprecation-rules & Bleeding Edge, but the final leap and solving backward incompatibilities should be done by requiring `"phpstan/phpstan": "^2.0"` in your `composer.json`, and releasing a new major version.
115116
116117
### PHPStan now uses nikic/php-parser v5

0 commit comments

Comments
 (0)