Skip to content

Commit

Permalink
Relax version constraint for php-amqplib to ^2.5
Browse files Browse the repository at this point in the history
The library isn't great at maintaining compatibility, so this is a
bit risky, ut projects using it will probably have their own
constraints which we don't want to conflict with.
  • Loading branch information
IMSoP committed Jul 5, 2019
1 parent d793ad0 commit f8842d6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 19 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "imsop/rabbit-retry",
"description": "Delay RabbitMQ messages by a set amount, or re-queue them a limited amount of time.",
"require": {
"php-amqplib/php-amqplib": "2.5.*"
"php-amqplib/php-amqplib": "^2.5"
},
"license": "MIT",

Expand Down
56 changes: 38 additions & 18 deletions composer.lock

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

0 comments on commit f8842d6

Please sign in to comment.