Skip to content

Commit b4eb698

Browse files
committed
Indicate compatibility with psr/log 2 and 3
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 7bc1806 commit b4eb698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.3",
20-
"psr/log": "~1.0"
20+
"psr/log": "^1|^2|^3"
2121
},
2222
"require-dev": {
2323
"doctrine/dbal": "^2.6|^3.0",

0 commit comments

Comments
 (0)