Skip to content

Commit

Permalink
Allow Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Dec 18, 2021
1 parent c068c6e commit f09d0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": ">=7.4.0 <8.2",
"symfony/messenger": "^5.0@dev",
"symfony/messenger": "^5.0@dev || ^6.0@dev",
"psr/container": "^1.0 || ^2.0",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
Expand Down

0 comments on commit f09d0b9

Please sign in to comment.