From 1981f99baee10b4141579c713bc437246571da71 Mon Sep 17 00:00:00 2001 From: Mykhailo Shtanko Date: Sat, 23 Dec 2023 14:02:13 +0200 Subject: [PATCH] [DependencyInjection] Update Dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5b7c4f..dcb55aa 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": ">=8.1", - "fp4php/functional": "^4.20", + "fp4php/functional": "^4.20|^6", "symfony/dependency-injection": "^5.4|^6|^7", "symfony/http-kernel": "^5.4|^6|^7" },