From e1b21a087f253f91f24a8afd5af3f1eb51411e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Tue, 3 Dec 2024 10:22:17 +0100 Subject: [PATCH] Added missing dep --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 5e3e1c7..d2bc6d2 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "symfony/security-bundle": "^6.4 || ^7.0", "symfony/security-core": "^6.4 || ^7.0", "symfony/security-http": "^6.4 || ^7.0", + "symfony/translation-contracts": "^2.0 || ^3.0", "symfony/uid": "^6.4 || ^7.0", "twig/twig": "^2.15 || ^3.0", "webmozart/assert": "^1.11"