Skip to content

Commit 865c443

Browse files
committed
Indicate compatibility with psr/log 2 and 3
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent 2a04883 commit 865c443

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
@@ -25,7 +25,7 @@
2525
"symfony/expression-language": "^3.4|^4.0|^5.0",
2626
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2727
"doctrine/annotations": "^1.10.4",
28-
"psr/log": "~1.0"
28+
"psr/log": "^1|^2|^3"
2929
},
3030
"conflict": {
3131
"symfony/config": "<4.2",

0 commit comments

Comments
 (0)