Skip to content

Commit

Permalink
fix psr/log dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrzneu authored Oct 21, 2024
1 parent ed1dd27 commit 9c74b13
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 @@ -14,7 +14,7 @@
"require": {
"php": ">=5.6",
"guzzlehttp/guzzle": "^6.2.1|^7.0",
"psr/log": "^1.1 || v3.0"
"psr/log": "^1.1 || ^v3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 9c74b13

Please sign in to comment.