Skip to content

Commit

Permalink
Allow psr/log ^2 || ^3 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored Feb 16, 2023
1 parent 69ccf90 commit 185d2c0
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 @@ -16,7 +16,7 @@
],
"require": {
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
"psr/log": "^1.0"
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
Expand Down

0 comments on commit 185d2c0

Please sign in to comment.