Skip to content

Commit

Permalink
fix: add conflict for psr/log v3 as it introduces void return types (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored and vishwarajanand committed Nov 8, 2022
1 parent d73a2dd commit 8790e00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Logging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"suggest": {
"ext-grpc": "The gRPC extension enables use of the performant gRPC transport",
"ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions.",
"psr/log": "For using the PSR logger"
"psr/log": "For using the PSR logger. Currently supports versions 1 and 2."
},
"conflict": {
"psr/log": ">=3"
},
"extra": {
"component": {
Expand Down

0 comments on commit 8790e00

Please sign in to comment.