Skip to content

Commit

Permalink
fix: lock to symfony messenger 5.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Aug 22, 2020
1 parent e41c962 commit 9b3c058
Show file tree
Hide file tree
Showing 2 changed files with 1,380 additions and 510 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "^7.4",
"psr/container": "^1.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/messenger": "^4.4 || ^5.0"
"symfony/messenger": "^4.4 || ~5.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^7.0",
Expand Down
Loading

0 comments on commit 9b3c058

Please sign in to comment.