From 25aae37f9b05a0a26a9c70266de08df6fdf78cba Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Fri, 30 Jan 2026 11:58:25 +0100 Subject: [PATCH] Remove support for Symfony 6 and lower Co-Authored-By: Claude Opus 4.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5a7031d..96d7493 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ext-json": "*", "moneyphp/money": "^3.3|^4.0", "assoconnect/php-date": "^2.2", - "symfony/translation": "^5.4|^6.0|^7.0" + "symfony/translation": "^7.0" }, "require-dev": { "assoconnect/php-quality-config": "^2"