Skip to content

Commit 23d15e3

Browse files
authored
Merge pull request #17 from simPod/patch-1
Allow psr/log v2 and v3
2 parents f53a191 + bedd6e3 commit 23d15e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.0 || ^8.0",
15-
"psr/log": "^1.0",
15+
"psr/log": "^1.0 || ^2 || ^3",
1616
"php-http/client-common": "^1.9 || ^2.0",
1717
"php-http/message": "^1.0",
1818
"symfony/polyfill-php73": "^1.17"

0 commit comments

Comments
 (0)