Skip to content

Commit 4b746b8

Browse files
authored
fix: support psr/log 2 (#654)
1 parent a4fe69c commit 4b746b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"guzzlehttp/psr7": "^2.4.5",
1616
"psr/http-message": "^1.1||^2.0",
1717
"psr/cache": "^2.0||^3.0",
18-
"psr/log": "^3.0"
18+
"psr/log": "^2.0||^3.0"
1919
},
2020
"require-dev": {
2121
"guzzlehttp/promises": "^2.0",

0 commit comments

Comments
 (0)