Commit 1252d20
fix(phpstan): bump bundled PHPStan phar 2.1.39 -> 2.2.2
The bundled phpstan.phar (2.1.39) was below the floor required by the
phpstan-* extension packages. phpstan/phpstan-doctrine 2.0.27 requires
phpstan ^2.2.2, so phpstan/extension-installer aborted every analysis run
with "Running PHPStan with incompatible extensions" (extensions support
>=2.2.2,<3.0.0) before any analysis executed.
Updated phive.xml constraint to ^2.2.2 and re-installed via phive (GPG
verified) to pull the newest stable PHPStan 2.x (2.2.2), which satisfies
all bundled extension constraints. No other phars changed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent f042045 commit 1252d20
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
Binary file not shown.
0 commit comments