Skip to content

Commit

Permalink
Drop Symfony 5.3 and support Symfony 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simplebus-bot committed Dec 22, 2021
1 parent aaa1e09 commit e1af24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"simple-bus/asynchronous": "^6.0",
"simple-bus/message-bus": "^6.0",
"simple-bus/symfony-bridge": "^6.0",
"symfony/config": "^5.3.7 || ^5.4",
"symfony/dependency-injection": "^5.3.7 || ^5.4",
"symfony/framework-bundle": "^5.3.7 || ^5.4"
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0"
},
"conflict": {
"monolog/monolog": "<1.26.1 || >=2.0,<2.3.0"
Expand Down

0 comments on commit e1af24c

Please sign in to comment.