Skip to content

Commit

Permalink
feat: add support symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Dec 6, 2021
1 parent ac73daa commit 21e8d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"require": {
"php": "^7.4 || ^8.0",
"behat/behat": "^3.0",
"symfony/messenger": "^4.4 || ^5.0",
"symfony/serializer": "^4.4 || ^5.0"
"symfony/messenger": "^4.4 || ^5.0 || ^6.0",
"symfony/serializer": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12",
Expand Down

0 comments on commit 21e8d09

Please sign in to comment.