Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim authored Dec 1, 2018
1 parent 236e698 commit b51d083
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"license": "MIT",
"require": {
"php": "^7.1.3",
"queue-interop/amqp-interop": "0.8.x-dev",
"queue-interop/queue-interop": "0.7.x-dev"
"queue-interop/amqp-interop": "^0.8",
"queue-interop/queue-interop": "^0.7",
"enqueue/dsn": "^0.9"
},
"autoload": {
"psr-4": {
Expand All @@ -20,4 +21,4 @@
"dev-master": "0.1.x-dev"
}
}
}
}

0 comments on commit b51d083

Please sign in to comment.