From 35cf37e338ae0bc5797f186b7c41efda32ed5806 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Thu, 4 Nov 2021 01:57:21 +0300 Subject: [PATCH] Fix #1885 update psr/log and psr/container (#1892) Co-authored-by: Vlad Gaiduk --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dff8116..dba669f 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "ext-json": "*", "doctrine/annotations": "^1.11", "psr/cache": "^1.0|^2.0|^3.0", - "psr/container": "^1.0", - "psr/log": "^1.0", + "psr/container": "^1.0|^2.0", + "psr/log": "^1.0|^2.0|^3.0", "symfony/config": "^4.4|^5.0", "symfony/console": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",