Skip to content

Commit

Permalink
Merge pull request #1320 from AlexOstrovsky/patch-1
Browse files Browse the repository at this point in the history
feat: update ext-amqp to use v2
  • Loading branch information
makasim authored Nov 6, 2023
2 parents d26f091 + 9697ce6 commit bb6e759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^7.4|^8.0",

"ext-amqp": "^1.9.3",
"ext-amqp": "^1.9.3|^2.0.0",
"ext-gearman": "^2.0",
"ext-mongodb": "^1.5",
"ext-rdkafka": "^4.0|^5.0|^6.0",
Expand Down
2 changes: 1 addition & 1 deletion pkg/amqp-ext/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"ext-amqp": "^1.9.3",
"ext-amqp": "^1.9.3|^2.0.0",
"queue-interop/amqp-interop": "^0.8.2",
"queue-interop/queue-interop": "^0.8",
"enqueue/amqp-tools": "^0.10"
Expand Down

0 comments on commit bb6e759

Please sign in to comment.