From d66855c64eb9c0ebf38524d18b6be2c61f8fa161 Mon Sep 17 00:00:00 2001 From: Christophe Surun Date: Mon, 17 May 2021 15:41:33 +0100 Subject: [PATCH] Same changes as https://github.com/Judopay/Judo-PHP/pull/51 to allow checks to run --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a5f4ab5..d48ab73 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "require": { "php": ">=5.5", "guzzlehttp/guzzle": "~6.0", - "monolog/monolog": "~1.10", "pimple/pimple": "~3.0", + "psr/log": "^1.0", "ext-openssl": ">=0.0.0", "ext-json": "*", "ext-curl": "*"