Skip to content

Commit

Permalink
Allow monolog/monolog ^2 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnc authored May 24, 2022
1 parent 9d3a197 commit 9ea42aa
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 @@ -18,7 +18,7 @@
"symfony/options-resolver": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/serializer": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"monolog/monolog": "^1.13"
"monolog/monolog": "^1.13 || ^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9ea42aa

Please sign in to comment.