Skip to content

Commit

Permalink
add support for enqueue 0.9 and 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Nov 7, 2023
1 parent 6f87694 commit ef9ac69
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 @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["messaging", "queue", "amqp", "magento", "magento2", "rabbitmq", "kafka", "redis", "sqs", "google-pubsub", "amazon-sqs", "gearman", "beanstalk", "amqp"],
"require": {
"enqueue/enqueue": "^0.8",
"enqueue/simple-client": "^0.8"
"enqueue/enqueue": "^0.8|^0.9|^0.10",
"enqueue/simple-client": "^0.8|^0.9|^0.10"
},
"autoload": {
"files": [
Expand Down

0 comments on commit ef9ac69

Please sign in to comment.