Skip to content

Commit c25c397

Browse files
authored
Allow psr/log v2 and v3
1 parent 37ef372 commit c25c397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require": {
2626
"php": "^7.2 | ^8.0",
27-
"psr/log": "^1.0"
27+
"psr/log": "^1 | ^2 | ^3"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^8.0|^9.0",

0 commit comments

Comments
 (0)