Skip to content

Commit 9ea8cff

Browse files
authored
Allow psr/log v2 and v3 (#21)
1 parent fa2da33 commit 9ea8cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": "^8.0",
1717
"ext-pcntl": "*",
1818
"ext-rdkafka": "^5",
19-
"psr/log": "^1.1"
19+
"psr/log": "^1.1 || ^2 || ^3"
2020
},
2121
"require-dev": {
2222
"doctrine/coding-standard": "^9.0",

0 commit comments

Comments
 (0)