Skip to content

Commit

Permalink
Relax version constraints to support psr/log 2.x & 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nocive committed Dec 11, 2023
1 parent dac1496 commit 961d1cc
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 @@ -15,7 +15,7 @@
"php": ">=8.1.0",
"ext-curl": "*",
"ext-json": "*",
"psr/log": "^1.0.0"
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
Expand Down

0 comments on commit 961d1cc

Please sign in to comment.