webgriffe / phpstan-dist
PHPStan phar distribution for Webgriffe projects
2.2.13
2026-09-04 07:08 UTC
Requires
- php: >=8.1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-04 07:09:03 UTC
README
PHPStan phar distribution for Webgriffe projects.
Provides the phpstan binary via Composer without pulling in PHPStan's full dependency tree.
Installation
composer require --dev webgriffe/phpstan-dist
Usage
vendor/bin/phpstan analyse
Versioning
Versions mirror PHPStan upstream releases.
How it works
This package is automatically updated by webgriffe/php-tools-dist. When a new PHPStan release is published, the phar is downloaded and a new tagged version is pushed here within 24 hours.