From 59229fbd1aec234cb106dc11e8eb38a48464f643 Mon Sep 17 00:00:00 2001 From: Andreas Wolf Date: Tue, 25 Jun 2024 16:57:41 +0200 Subject: [PATCH] [TASK] Allow sebastian/diff 6.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d74f3e3..4a55aaf3 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "helmich/typo3-typoscript-parser": "^2.6", "nette/utils": "^4.0", "phpstan/phpstan": "^1.10.9", - "sebastian/diff": "^5.0", + "sebastian/diff": "^5.0 || ^6.0", "shanethehat/pretty-xml": "^1.0", "symfony/config": "^6.4 || ^7.0", "symfony/console": "^6.4 || ^7.0",