From 895cbea384d5576f6f847193920553e4803a2abd Mon Sep 17 00:00:00 2001 From: ProklUng Date: Tue, 11 Jan 2022 11:47:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B5=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 104f082..ecc7e81 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,8 @@ "proklung/base-exception": "^1.0", "symfony/psr-http-message-bridge": "^2.1", "nyholm/psr7": "^1.4", - "guzzlehttp/psr7": "^1.8", - "vlucas/phpdotenv": "3.* || 4.*" + "guzzlehttp/psr7": "^1.8 || ^2", + "vlucas/phpdotenv": "3.* || 4.* || 5.*" }, "require-dev": { "proklung/bitrix-phpunit-testing-tools": "^1.4",