From 66c8a9852cd0d275fa593f9361f2535018c41c80 Mon Sep 17 00:00:00 2001 From: Nuryagdy Mustapayev Date: Fri, 17 May 2024 17:04:19 +0200 Subject: [PATCH] add support for symfony 4 components --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6a8a79b7..116c0a9b 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "psr/event-dispatcher-implementation": "*", "psr/http-client-implementation": "*", "psr/log": "^1.1 || ^2.0 || ^3.0", - "symfony/http-foundation": "^5.0 || ^6.0 || ^7.0", - "symfony/serializer": "^5.0 || ^6.0 || ^7.0" + "symfony/http-foundation": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/serializer": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-4": {