From f8571f22a644d2e0cc7b8f0eb91987a01e4a95ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 30 Oct 2025 01:33:33 +0100 Subject: [PATCH] Update dependencies: add `phpstan/phpstan-doctrine` to `composer.json` - Introduced `phpstan/phpstan-doctrine` to enhance PHPStan analysis for Doctrine integrations. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e0e0f4abf..0a764d420 100644 --- a/composer.json +++ b/composer.json @@ -96,6 +96,7 @@ "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^2.1.30", "phpstan/phpstan-deprecation-rules": "^2.0", + "phpstan/phpstan-doctrine": "^2.0", "phpstan/phpstan-strict-rules": "^2.0.7", "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^10.5.24",