Skip to content

Commit c52e78e

Browse files
committed
Indicate compatibility with psr/log 2 and 3
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent add9423 commit c52e78e

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/property-access": "^3.4|^4.3|^5.0"
2525
},
2626
"require-dev": {
27-
"psr/log": "~1.0",
27+
"psr/log": "^1|^2|^3",
2828
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2929
"symfony/event-dispatcher": "^4.3",
3030
"symfony/expression-language": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)