From fbc17a95192d0fd9ba99b5e7c2fc09b02782ba89 Mon Sep 17 00:00:00 2001 From: abelhooge Date: Thu, 16 Jul 2020 13:39:42 +0200 Subject: [PATCH] Updated PSR::Log to ~1.1.0, so its compatible with other dependencies. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6994ba4..a505137 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=7.1.0", - "psr/log": "1.1.0" + "psr/log": "~1.1.0" }, "require-dev": { "phpunit/phpunit": "^7",