Skip to content

Commit b98dff9

Browse files
authored
allow installation with psr/log 2 and 3
1 parent 30730cf commit b98dff9

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
"php": "^7.2 || ^8.0",
1919
"symfony/routing": "^4.4 || ^5.0",
2020
"symfony/http-kernel": "^4.4 || ^5.0",
21-
"psr/log": "^1.0"
21+
"psr/log": "^1.0 || ^2.0 || ^3.0"
2222
},
2323
"require-dev": {
2424
"symfony/phpunit-bridge": "^5.0",

0 commit comments

Comments
 (0)