Skip to content

Commit

Permalink
Allow 0.8 version of queue interop
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim authored Dec 13, 2018
1 parent c2af549 commit 2029c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": "^7.1.3",
"queue-interop/queue-interop": "^0.7"
"queue-interop/queue-interop": "^0.7|^0.8"
},
"require-dev": {
"phpunit/phpunit": "~5.4.0"
Expand Down

0 comments on commit 2029c3b

Please sign in to comment.