Skip to content

Commit fed3bed

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Indicate compatibility with psr/log 2 and 3 [ci] Fix wrongly skipped integration tests
2 parents 66bf56a + 42dce2a commit fed3bed

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
@@ -32,7 +32,7 @@
3232
"symfony/ldap": "^5.4|^6.0",
3333
"symfony/translation": "^5.4|^6.0",
3434
"symfony/validator": "^5.4|^6.0",
35-
"psr/log": "~1.0"
35+
"psr/log": "^1|^2|^3"
3636
},
3737
"conflict": {
3838
"symfony/event-dispatcher": "<5.4",

0 commit comments

Comments
 (0)