Skip to content

Commit bb92d0d

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 9f952ed + 8c05e51 commit bb92d0d

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
@@ -29,7 +29,7 @@
2929
"symfony/http-foundation": "^4.4|^5.0|^6.0",
3030
"symfony/service-contracts": "^1.1|^2",
3131
"symfony/stopwatch": "^4.4|^5.0|^6.0",
32-
"psr/log": "~1.0"
32+
"psr/log": "^1|^2|^3"
3333
},
3434
"conflict": {
3535
"symfony/dependency-injection": "<4.4"

0 commit comments

Comments
 (0)