From 49021446591aa31483b4a8dc5bba12ab9ffb2df8 Mon Sep 17 00:00:00 2001 From: Vladislav Krivosheev Date: Sat, 11 Mar 2023 18:22:56 +0300 Subject: [PATCH] Remove psr/log~1.0 --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f062b54..bc04fa2 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,7 @@ }, "require": { "php": ">=7.1", - "kriswallsmith/buzz": ">=v0.10 <=0.16.1", - "psr/log": "~1.0" + "kriswallsmith/buzz": ">=v0.10 <=0.16.1" }, "require-dev": { "phpunit/phpunit": "3.7.*"