Shared PHPStan configuration and extensions for PcComponentes projects.
phpstan/phpstanphpstan/phpstan-beberlei-assertphpstan/phpstan-symfony- custom type-specifying extensions for Beberlei Assert chains and
LazyAssertion::verifyNow()
composer require --dev pccomponentes/phpstanInclude the package extension from your project phpstan.neon:
includes:
- vendor/pccomponentes/phpstan/extension.neonKeep project-specific configuration such as level, excludePaths, ignoreErrors, and symfony.containerXmlPath in the consumer project.