Skip to content

Commit 777bd90

Browse files
authored
Merge pull request #673 from ruudk/patch-5
Allow `psr/log` v2 and v3
2 parents 9829eb0 + 2cbf33f commit 777bd90

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
@@ -16,7 +16,7 @@
1616
"symfony/yaml": "^4.3|^5.0",
1717
"symfony/console": "^4.3|^5.0",
1818
"php-amqplib/php-amqplib": "^2.12.2|^3.0",
19-
"psr/log": "^1.0",
19+
"psr/log": "^1.0 || ^2.0 || ^3.0",
2020
"symfony/http-kernel": "^4.4|^5.0",
2121
"symfony/framework-bundle": "^4.4|^5.0"
2222
},

0 commit comments

Comments
 (0)