Skip to content

Commit 515e9c2

Browse files
committed
Update psr/log version constraint to allow 1.0 and 2.0
1 parent 2e8f583 commit 515e9c2

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
@@ -29,7 +29,7 @@
2929
"guzzlehttp/psr7": "^2.7",
3030
"jerome/matrix": "^3.3",
3131
"psr/http-message": "^1.0|^2.0",
32-
"psr/log": "^3.0",
32+
"psr/log": "^1.0|^2.0|^3.0",
3333
"react/event-loop": "^1.5",
3434
"react/promise": "^3.2"
3535
},

0 commit comments

Comments
 (0)