Skip to content

Commit b7f54e6

Browse files
authored
Merge pull request #93 from mmenozzi/patch-1
Allow also psr/log ^2.0 and ^3.0
2 parents 6d28ed4 + 06318ae commit b7f54e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"drewm/mailchimp-api": "^2.5",
2020
"fakerphp/faker": "^1.20",
2121
"knplabs/knp-menu": "^3.3",
22-
"psr/log": "^1.1",
22+
"psr/log": "^1.1 || ^2.0 || ^3.0",
2323
"setono/doctrine-orm-batcher": "^0.6.2",
2424
"setono/doctrine-orm-batcher-bundle": "^0.3.1",
2525
"sylius/resource-bundle": "^1.6",
@@ -34,7 +34,7 @@
3434
"symfony/messenger": "^4.4 || ^5.4 || ^6.0",
3535
"symfony/options-resolver": "^4.4 || ^5.4 || ^6.0",
3636
"symfony/routing": "^4.4 || ^5.4 || ^6.0",
37-
"symfony/translation-contracts": "^1.0 || ^2.0",
37+
"symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0",
3838
"symfony/validator": "^4.4 || ^5.4 || ^6.0",
3939
"symfony/workflow": "^4.4 || ^5.4 || ^6.0",
4040
"thecodingmachine/safe": "^1.3",

0 commit comments

Comments
 (0)