Skip to content

Commit 8c52602

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Indicate compatibility with psr/log 2 and 3 Signed-off-by: Alexander M. Turek <[email protected]>
2 parents be54aec + c52e78e commit 8c52602

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
@@ -24,7 +24,7 @@
2424
"symfony/polyfill-php80": "^1.15"
2525
},
2626
"require-dev": {
27-
"psr/log": "~1.0",
27+
"psr/log": "^1|^2|^3",
2828
"symfony/dependency-injection": "^4.4|^5.0",
2929
"symfony/event-dispatcher": "^4.4|^5.0",
3030
"symfony/expression-language": "^4.4|^5.0",

0 commit comments

Comments
 (0)