Skip to content

Commit

Permalink
Relax psr/log version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsokolowski06 committed Dec 4, 2023
1 parent bade138 commit 50818dd
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 @@ -23,7 +23,7 @@
"require": {
"php": ">=5.6",
"psr/cache": "^1",
"psr/log": "^1",
"psr/log": "^1|^2|^3",
"php-http/client-implementation": "^1.0",
"php-http/httplug": "^1.0|^2.0",
"php-http/discovery": "^1.0",
Expand Down

0 comments on commit 50818dd

Please sign in to comment.