Skip to content

Commit ea56ad0

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

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
"require-dev": {
2626
"symfony/routing": "^3.4|^4.0|^5.0",
2727
"symfony/security-csrf": "^3.4.11|^4.0.11|^5.0",
28-
"psr/log": "~1.0"
28+
"psr/log": "^1|^2|^3"
2929
},
3030
"conflict": {
3131
"symfony/event-dispatcher": ">=5",

0 commit comments

Comments
 (0)