Skip to content

Commit 9261eeb

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 e5f918d + 99a4c34 commit 9261eeb

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"psr/log": "~1.0"
20+
"psr/log": "^1|^2|^3"
2121
},
2222
"require-dev": {
2323
"symfony/event-dispatcher-contracts": "^2.0|^3.0",

0 commit comments

Comments
 (0)