Skip to content

Commit 1252d20

Browse files
Joseph Edmondsclaude
andcommitted
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

File tree

phive.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="infection" version="^0.30" location="./vendor-phar/infection.phar" copy="true" installed="0.30.3"/>
4-
<phar name="phpstan" version="^2.1" location="./vendor-phar/phpstan.phar" copy="true" installed="2.1.39"/>
4+
<phar name="phpstan" version="^2.2.2" location="./vendor-phar/phpstan.phar" copy="true" installed="2.2.2"/>
55
<phar name="php-cs-fixer" version="^3.85" location="./vendor-phar/php-cs-fixer.phar" copy="true" installed="3.94.0"/>
66
<phar name="composer-require-checker" version="^4.15" location="./vendor-phar/composer-require-checker.phar" copy="true" installed="4.20.0"/>
77
</phive>

vendor-phar/phpstan.phar

1.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)