mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-26 02:57:15 +00:00
Update dependencies in composer.json and enhance PHPStan configuration
- Upgraded multiple dependencies including `knplabs/knp-time-bundle`, `symfony/translation`, `symfony/twig-bundle`, and others to newer versions. - Added `symfony/containerXmlPath` configuration in `phpstan.dist.neon` to improve PHPStan analysis. - Introduced `phpstan/phpstan-symfony` to better handle Symfony-specific features.
This commit is contained in:
@@ -22,6 +22,9 @@ parameters:
|
||||
- src/Bundle/*/src/translations/*
|
||||
- src/Bundle/*/src/Resources/*
|
||||
|
||||
symfony:
|
||||
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
|
||||
|
||||
includes:
|
||||
- phpstan-baseline.neon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user