Skip to content

Commit

Permalink
Allow psr/log v2 and v3 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Sep 26, 2021
1 parent bcfdf64 commit ffe7b3c
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 @@ -21,7 +21,7 @@
"require": {
"php": "^7.3 | ^8.0",
"nelmio/alice": "^3.5",
"psr/log": "^1.0"
"psr/log": "^1 | ^2 | ^3"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.1",
Expand Down

0 comments on commit ffe7b3c

Please sign in to comment.