Skip to content

Commit

Permalink
Merge pull request #171 from netglue/symfony-conflicts
Browse files Browse the repository at this point in the history
Add conflicts for redis and amqp transports >= 6.0
  • Loading branch information
gsteel authored Dec 13, 2022
2 parents e433611 + 9ef2462 commit 671106f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"symfony/redis-messenger": "^5.4.15",
"vimeo/psalm": "^5.2"
},
"conflict": {
"symfony/redis-messenger": ">=6",
"symfony/amqp-messenger": ">=6"
},
"suggest": {
"laminas/laminas-cli": "To auto-wire symfony cli commands into your DI container with laminas/laminas-cli"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 671106f

Please sign in to comment.