Skip to content

Commit 608757b

Browse files
authored
Merge pull request #268 from symfony-cmf/psr-log-2-3
allow installation with psr/log 2 and 3
2 parents 30730cf + b98dff9 commit 608757b

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)