Skip to content

Commit

Permalink
Add support for psr/log 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored May 4, 2022
1 parent 655efee commit eb2c89c
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 @@ -17,7 +17,7 @@
"require": {
"php": ">=7",
"ext-json": "*",
"psr/log": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/config": "^4.4 || ^5.3 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.3 || ^6.0",
Expand Down

0 comments on commit eb2c89c

Please sign in to comment.