Skip to content

Commit

Permalink
Merge pull request #13 from laurynasgadl/patch-1
Browse files Browse the repository at this point in the history
feat: Allow psr/log versions ^2 and ^3
  • Loading branch information
laurynasgadl authored Apr 25, 2024
2 parents 496053c + 40c1bb3 commit 9ad43a2
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 @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": ">=8.0",
"psr/log": "^1.0"
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
Expand Down

0 comments on commit 9ad43a2

Please sign in to comment.