Skip to content

Commit

Permalink
Merge pull request #46 from stof/patch-1
Browse files Browse the repository at this point in the history
Add support for psr/log 2 and 3
  • Loading branch information
Seldaek authored May 19, 2022
2 parents 655efee + eb2c89c commit 77cbd17
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 77cbd17

Please sign in to comment.