From c9fb69436c89fd0fe2c784a76ca62f9dc6f7b377 Mon Sep 17 00:00:00 2001 From: Astrit Aslani Date: Mon, 24 Nov 2025 17:39:37 +0100 Subject: [PATCH 1/2] [TASK] Align phpstan/phpdoc-parser conflict with Symfony type-info constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c80a8e..5dfe70f 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php" : "^7.0 || ^8.0" }, "conflict": { - "phpstan/phpdoc-parser": "<1.0 || >=2.0" + "phpstan/phpdoc-parser": "<1.30" }, "bin": [ "typo3" From 2ff42efa750a3b3cbb05f39725d26a1e55bf61e9 Mon Sep 17 00:00:00 2001 From: Astrit Aslani Date: Fri, 19 Dec 2025 21:45:00 +0100 Subject: [PATCH 2/2] [TASK] Remove the conflict with phpdoc-parser in composer --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 5dfe70f..1998767 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,6 @@ "require": { "php" : "^7.0 || ^8.0" }, - "conflict": { - "phpstan/phpdoc-parser": "<1.30" - }, "bin": [ "typo3" ]