Skip to content

Commit 58f3467

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Indicate compatibility with psr/log 2 and 3 Signed-off-by: Alexander M. Turek <[email protected]>
2 parents a8a5f45 + 865c443 commit 58f3467

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
@@ -27,7 +27,7 @@
2727
"symfony/expression-language": "^4.4|^5.0",
2828
"symfony/dependency-injection": "^4.4|^5.0",
2929
"doctrine/annotations": "^1.10.4",
30-
"psr/log": "~1.0"
30+
"psr/log": "^1|^2|^3"
3131
},
3232
"conflict": {
3333
"symfony/config": "<5.0",

0 commit comments

Comments
 (0)