Skip to content

Commit 1b3880f

Browse files
committed
mongolib ^1.2, ext-mongodb ^1.3
1 parent b153b25 commit 1b3880f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"require": {
1313
"php": "^7.1",
1414
"queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1",
15-
"mongodb/mongodb": "^1.3"
15+
"mongodb/mongodb": "^1.2",
16+
"ext-mongodb": "^1.3"
1617
},
1718
"require-dev": {
1819
"phpunit/phpunit": "~5.4.0",

0 commit comments

Comments
 (0)