From c395beae1bb2989bd0bed1e021d1d620e041a353 Mon Sep 17 00:00:00 2001 From: "Ivan I. Atanasov" Date: Thu, 15 May 2025 09:48:18 +0000 Subject: [PATCH] add support for symfony 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4015b09..2cfc1b6 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": "^7.1 || ^8.0", - "symfony/intl": "^4.1 || ^5.0 || ^6.0" + "symfony/intl": "^4.1 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "ext-json": "*",