Skip to content

Commit 99a4c34

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Indicate compatibility with psr/log 2 and 3 [ci] Fix wrongly skipped integration tests
2 parents 32aefb3 + d78e4ed commit 99a4c34

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
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/polyfill-php80": "^1.15",
21-
"psr/log": "~1.0"
21+
"psr/log": "^1|^2|^3"
2222
},
2323
"require-dev": {
2424
"symfony/event-dispatcher-contracts": "^2",

0 commit comments

Comments
 (0)