Skip to content

Commit 616e58b

Browse files
authored
Merge pull request #36 from txthinking/psr-relax
accept any psr/log version
2 parents 16e2c48 + b6d7748 commit 616e58b

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
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=5.4",
22-
"psr/log": "~1.0"
22+
"psr/log": "^1.0 || ^2.0 || ^3.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "~8.5",

0 commit comments

Comments
 (0)