Skip to content

Commit

Permalink
Merge pull request #77 from jderusse/patch-1
Browse files Browse the repository at this point in the history
Relax `psr/log` requirement constraint
  • Loading branch information
lyrixx authored Apr 27, 2022
2 parents 69102fe + 7fedd87 commit 5e76c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jimdo/prometheus_client_php": "For Prometheus integration"
},
"require": {
"psr/log": "~1.0"
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"corley/influxdb-sdk": "^0.5.1",
Expand Down

0 comments on commit 5e76c85

Please sign in to comment.