Skip to content

Commit 79761d6

Browse files
committed
Add requirement for mongodb extension
1 parent 08e6d6a commit 79761d6

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
@@ -25,7 +25,8 @@
2525
},
2626
"require": {
2727
"php": "^7.0",
28-
"mongodb/mongodb": "^1.1"
28+
"ext-mongodb": "*",
29+
"mongodb/mongodb": "^1.1"
2930
},
3031
"require-dev": {
3132
"phpunit/phpunit": "^6.5.2",

0 commit comments

Comments
 (0)