Skip to content

Commit

Permalink
Allow Symfony 7 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy authored Dec 18, 2023
1 parent 551d962 commit 889ccac
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 @@ -17,8 +17,8 @@
],
"require": {
"enqueue/enqueue-bundle": "^0.10",
"symfony/messenger": "^4.3|^5|^6",
"symfony/options-resolver": "^3.4|^4.2|^5|^6",
"symfony/messenger": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/options-resolver": "^3.4 || ^4.2 || ^5.0 || ^6.0 || ^7.0",
"enqueue/amqp-tools": "^0.10"
},
"replace": {
Expand Down

0 comments on commit 889ccac

Please sign in to comment.