Skip to content

Commit 2b796a5

Browse files
committed
fix deps.
1 parent 7a6f8fa commit 2b796a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/mongodb/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"homepage": "https://enqueue.forma-pro.com/",
1111
"license": "MIT",
1212
"require": {
13-
"php": "^7.0",
14-
"queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1",
13+
"php": "^7.1.3",
14+
"queue-interop/queue-interop": "0.7.x-dev",
1515
"mongodb/mongodb": "^1.2",
1616
"ext-mongodb": "^1.3"
1717
},
@@ -43,7 +43,7 @@
4343
"minimum-stability": "dev",
4444
"extra": {
4545
"branch-alias": {
46-
"dev-master": "0.8.x-dev"
46+
"dev-master": "0.9.x-dev"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)