Skip to content

Commit d80f9fd

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 8ff3fed + ea56ad0 commit d80f9fd

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
@@ -31,7 +31,7 @@
3131
"symfony/routing": "^4.4|^5.0",
3232
"symfony/security-csrf": "^4.4|^5.0",
3333
"symfony/translation": "^4.4|^5.0",
34-
"psr/log": "~1.0"
34+
"psr/log": "^1|^2|^3"
3535
},
3636
"conflict": {
3737
"symfony/event-dispatcher": "<4.3",

0 commit comments

Comments
 (0)