From 10c0f487c754f1f5ea2c5354753579344c7dc523 Mon Sep 17 00:00:00 2001 From: Nikolay Lapay Date: Wed, 5 Apr 2023 13:52:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D1=82=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B8=20psr/log=20=D0=BF=D0=B0=D0=BA=D0=B5?= =?UTF-8?q?=D1=82=D0=B0=20(#117)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff1e1a5..f132b80 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "ext-json": "*", "ext-libxml": "*", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "sanmai/cdek-sdk-serializer": "^0.2.6", "sanmai/pipeline": "^5.0" },