From b102b2ee7f5604367d91c2e6095c23b41b791912 Mon Sep 17 00:00:00 2001 From: adrianmare Date: Wed, 14 Sep 2022 17:06:53 +0300 Subject: [PATCH] update psr/log with v2 or v3 Only the logger interface is injected, therefore no compatibility problems should exist: https://github.com/census-instrumentation/opencensus-php/blob/007b35d8f7ed21cab9aa47406578ae02f73f91c5/src/Trace/Exporter/LoggerExporter.php#L74 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4e70123018f..02594b2ac01 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=7.1", "ramsey/uuid": "^3.0 || ^4.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", "cache/adapter-common": "^1.0" },