Skip to content

Commit b672d53

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 <me@derrabus.de>
2 parents 7926b99 + 9e65082 commit b672d53

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
@@ -30,7 +30,7 @@
3030
"symfony/ldap": "^4.4|^5.0",
3131
"symfony/translation": "^4.4|^5.0",
3232
"symfony/validator": "^5.2",
33-
"psr/log": "~1.0"
33+
"psr/log": "^1|^2|^3"
3434
},
3535
"conflict": {
3636
"symfony/event-dispatcher": "<4.4",

0 commit comments

Comments
 (0)