Skip to content

Commit

Permalink
Merge pull request #111 from piotrmacha/feature/psr-log-3-compatibility
Browse files Browse the repository at this point in the history
#109 Make package compatible with psr/log 3.0
  • Loading branch information
trizz authored Jun 7, 2022
2 parents 248269b + 68b6e47 commit 593eb08
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 @@ -22,7 +22,7 @@
"php": "^7.3|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"psr/log": "^1.0"
"psr/log": "^1.0|^2.0|^3.0"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.2.1 || ^0.4.0",
Expand Down

0 comments on commit 593eb08

Please sign in to comment.