From 02fcf5bd45730687a1facec2955123aa8a62f6eb Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 30 Jan 2025 05:07:39 +0000
Subject: [PATCH] [TASK] Update phpstan/phpstan-symfony to v2

| datasource | package                 | from   | to    |
| ---------- | ----------------------- | ------ | ----- |
| packagist  | phpstan/phpstan-symfony | 1.4.13 | 2.0.2 |
---
 Tests/CGL/composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/CGL/composer.json b/Tests/CGL/composer.json
index 2814353b..be9e35c5 100644
--- a/Tests/CGL/composer.json
+++ b/Tests/CGL/composer.json
@@ -6,7 +6,7 @@
 		"eliashaeussler/rector-config": "^3.0",
 		"ergebnis/composer-normalize": "^2.29",
 		"phpstan/extension-installer": "^1.2",
-		"phpstan/phpstan-symfony": "^1.2",
+		"phpstan/phpstan-symfony": "^2.0",
 		"saschaegerer/phpstan-typo3": "^1.8",
 		"typo3/coding-standards": "^0.8.0"
 	},