Skip to content

Commit d53d27b

Browse files
committed
Support psr/log 3
1 parent c597bec commit d53d27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "^7.2 || ^8.0",
1515
"guzzlehttp/psr7": "^1.7 || ^2.0",
1616
"php-http/client-common": "^2.0",
17-
"psr/log": "^1.1 || ^2.0",
17+
"psr/log": "^1.1 || ^2.0 || ^3.0",
1818
"symfony/filesystem": "^4.0|^5.0|^6.0",
1919
"symfony/options-resolver": "^4.0|^5.0|^6.0"
2020
},

tests/Stub/TestLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class TestLogger extends AbstractLogger
6666
/**
6767
* @inheritdoc
6868
*/
69-
public function log($level, $message, array $context = [])
69+
public function log($level, $message, array $context = []): void
7070
{
7171
$record = [
7272
'level' => $level,

0 commit comments

Comments
 (0)