Skip to content

Commit d21c47f

Browse files
authored
Allow newer psr log (#36)
* allow newer versions of psr/log * update dependencies * fix composer unbound version constraints
1 parent 08840db commit d21c47f

File tree

2 files changed

+211
-494
lines changed

2 files changed

+211
-494
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"require": {
4949
"ext-json": "*",
5050
"php": ">=7.4.0",
51-
"psr/log": "^1.1"
51+
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
5252
},
5353
"require-dev": {
5454
"phpunit/phpunit": "^8.4",

0 commit comments

Comments
 (0)