Skip to content

Commit 9e65082

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

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
@@ -28,7 +28,7 @@
2828
"symfony/ldap": "^4.4|^5.0",
2929
"symfony/translation": "^4.4|^5.0",
3030
"symfony/validator": "^3.4.31|^4.3.4|^5.0",
31-
"psr/log": "~1.0"
31+
"psr/log": "^1|^2|^3"
3232
},
3333
"conflict": {
3434
"symfony/event-dispatcher": "<4.3|>=5",

0 commit comments

Comments
 (0)