thgnet / phpstan-plugins
Plugins for PHPStan
0.1.1
2024-11-18 10:15 UTC
Requires
- php: >=7.2
- phpstan/phpstan: 1.10.* || 1.11.*
Requires (Dev)
- phpunit/phpunit: ^8.5
- seld/phar-utils: ^1.2
- thgnet/fixup-source-files: ^0.4.1
This package is auto-updated.
Last update: 2025-03-18 11:06:29 UTC
README
Compatibility
The current version is compatible with PHPStan v1.10 and v1.11.
How to install
Copy the phar distribution file phpstan-plugins.phar
into your project and add the following line into your config file:
includes:
- phar://phpstan-plugins.phar/conf/config.neon
Run the analysis specifying the phar file as additional autoload file:
phpstan analyse -a phpstan-plugins.phar