Skip to content

Commit

Permalink
Allow PSR log 3 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev authored Nov 19, 2022
1 parent 07f7bbc commit 436871f
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": {
"php": "^7.4 || ^8.0",
"nikic/iter": "^2.2",
"psr/log": "^1.1 || ^2.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
"symfony/deprecation-contracts": "^2.5 || ^3.1",
Expand Down

0 comments on commit 436871f

Please sign in to comment.