Skip to content

Commit 01f8145

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 794820d + ff70f84 commit 01f8145

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
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": ">=7.2.5",
25-
"psr/log": "^1.0",
25+
"psr/log": "^1|^2|^3",
2626
"symfony/deprecation-contracts": "^2.1",
2727
"symfony/http-client-contracts": "^2.4",
2828
"symfony/polyfill-php73": "^1.11",

0 commit comments

Comments
 (0)