Skip to content

Commit

Permalink
feat(monolog): maxmium monolog version should be ^2 due to the array …
Browse files Browse the repository at this point in the history
…argument of the Processor and PHP7.4 support
  • Loading branch information
fferriere authored Sep 27, 2022
1 parent 99f5409 commit 543b9ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"php": ">=7.4",
"symfony/framework-bundle": "~4.4 || ~5.0 || ~6.0",
"symfony/monolog-bundle": "~3.0",
"symfony/expression-language": "~4.4 || ~5.0 || ~6.0"
"symfony/expression-language": "~4.4 || ~5.0 || ~6.0",
"monolog/monolog": "^1.22 || ^2.0"
},
"require-dev": {
"atoum/atoum": "~3.4 || ~4.0",
Expand Down

0 comments on commit 543b9ba

Please sign in to comment.