Skip to content

Commit

Permalink
Merge pull request #425 from mbabker/patch-1
Browse files Browse the repository at this point in the history
Allow newer versions of the psr/log package
  • Loading branch information
alexpozzi authored Sep 24, 2021
2 parents 0fcb7a2 + 079da12 commit 34e20b0
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 @@
"require": {
"php": ">=7.1",
"symfony/process": "~3.4||~4.3||~5.0",
"psr/log": "^1.0"
"psr/log": "^1.0||^2.0||^3.0"
},
"require-dev": {
"phpunit/phpunit": "~7.4",
Expand Down

0 comments on commit 34e20b0

Please sign in to comment.