Skip to content

Commit c5c2eeb

Browse files
author
Marco
authored
Merge pull request #12 from AidasK/patch-3
accept any psr log implementation
2 parents 202d30e + 7d2759a commit c5c2eeb

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
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": ">=5.6",
1111
"ext-curl": "*",
12-
"psr/log": "1.*"
12+
"psr/log": "*"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)