From 130d7ec4186ece6c6456eed084b5158447e991fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:33:42 +0000 Subject: [PATCH] Update dependency symfony/translation-contracts to v6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 67bde74..3c89791 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "symfony/security-csrf": "^6.4 || ^7.0", "symfony/security-http": "^6.4 || ^7.0", "symfony/translation": "^6.4 || ^7.0", - "symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0", + "symfony/translation-contracts": "^6.0", "symfony/twig-bridge": "^6.4 || ^7.0", "symfony/twig-bundle": "^6.4 || ^7.0", "twig/extra-bundle": "^3.0",