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:
2025-10-30 00:57:07 +01:00
parent 5634d72d6f
commit 0d536cc8ce
2 changed files with 12 additions and 9 deletions

View File

@@ -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