Download the PHP package pb30/phpstan-composer-analysis without Composer
On this page you can find all versions of the php package pb30/phpstan-composer-analysis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpstan-composer-analysis
PHPStan Wrapper for Composer Dependency Analysis
This is a PHPStan Extension for shipmonk/composer-dependency-analyser.
This allows you to use composer-dependency-analyser
without adding additional steps in your CI pipeline.
Installation
composer require --dev pb30/phpstan-composer-analysis
- Add the following to your
phpstan.neon
includes:- vendor/pb30/phpstan-composer-analysis/extension.neon
Usage
Composer dependency issues are reported as standard PHPStan errors.
You can ignore any errors or false positives using the standard PHPStan ignoreErrors
configuration or through the settings below..
Configuration
Several settings for composer-dependency-analyser
can be configured in phpstan.neon
:
All versions of phpstan-composer-analysis with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1|~8.2|~8.3
phpstan/phpstan Version ^2.1.0
shipmonk/composer-dependency-analyser Version 1.8.2
phpstan/phpstan Version ^2.1.0
shipmonk/composer-dependency-analyser Version 1.8.2
The package pb30/phpstan-composer-analysis contains the following files
Loading the files please wait ....