pccomponentes / phpstan
Shared PHPStan extensions and configuration for PcComponentes projects.
v0.1.1
2026-03-31 10:54 UTC
Requires
- php: ^8.1
- phpstan/phpstan: ^2.1
- phpstan/phpstan-beberlei-assert: ^2.0
- phpstan/phpstan-symfony: ^2.0
This package is auto-updated.
Last update: 2026-03-31 15:30:58 UTC
README
Shared PHPStan configuration and extensions for PcComponentes projects.
What it includes
phpstan/phpstanphpstan/phpstan-beberlei-assertphpstan/phpstan-symfony- custom type-specifying extensions for Beberlei Assert chains and
LazyAssertion::verifyNow()
Installation
composer require --dev pccomponentes/phpstan
Usage
Include the package extension from your project phpstan.neon:
includes: - vendor/pccomponentes/phpstan/extension.neon
Keep project-specific configuration such as level, excludePaths, ignoreErrors, and symfony.containerXmlPath in the consumer project.