Skip to content

Commit fbd8eb3

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]>
1 parent ae04bfe commit fbd8eb3

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)