Skip to content

Commit 8d866fc

Browse files
authored
Merge pull request #32 from mbardelmeijer/master
Allow psr/log 2.0 & 3.0
2 parents 491f7e4 + 143fd8e commit 8d866fc

File tree

2 files changed

+670
-576
lines changed

2 files changed

+670
-576
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": ">=7.2",
2222
"ext-json": "*",
2323
"ang3/php-xmlrpc-client": "^1.0.2",
24-
"psr/log": "^1.1"
24+
"psr/log": "^1.1|^2.0|^3.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)