Skip to content

Commit b51d083

Browse files
authored
Update composer.json
1 parent 236e698 commit b51d083

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"license": "MIT",
77
"require": {
88
"php": "^7.1.3",
9-
"queue-interop/amqp-interop": "0.8.x-dev",
10-
"queue-interop/queue-interop": "0.7.x-dev"
9+
"queue-interop/amqp-interop": "^0.8",
10+
"queue-interop/queue-interop": "^0.7",
11+
"enqueue/dsn": "^0.9"
1112
},
1213
"autoload": {
1314
"psr-4": {
@@ -20,4 +21,4 @@
2021
"dev-master": "0.1.x-dev"
2122
}
2223
}
23-
}
24+
}

0 commit comments

Comments
 (0)