From c4fb050ea9313f70485445eb13c2ffecb2ddb517 Mon Sep 17 00:00:00 2001 From: Alexander Grimalovsky Date: Fri, 10 May 2024 13:48:52 +0300 Subject: [PATCH] Allow using library with Symfony 6.4 LTS --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f934e6..5f6c7ef 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": "^8.1", "intervention/image": "^3.5", - "symfony/framework-bundle": "^7" + "symfony/framework-bundle": "^6.4|^7" }, "autoload": { "psr-4": {