Skip to content

Commit f92ef38

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: Indicate compatibility with psr/log 2 and 3 [ci] Fix wrongly skipped integration tests Signed-off-by: Alexander M. Turek <me@derrabus.de>
2 parents 78c965b + b672d53 commit f92ef38

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
@@ -33,7 +33,7 @@
3333
"symfony/ldap": "^4.4|^5.0",
3434
"symfony/translation": "^4.4|^5.0",
3535
"symfony/validator": "^5.2",
36-
"psr/log": "~1.0"
36+
"psr/log": "^1|^2|^3"
3737
},
3838
"conflict": {
3939
"symfony/event-dispatcher": "<4.4",

0 commit comments

Comments
 (0)