Commit 4ffd30ed authored by Arnolds's avatar Arnolds
Browse files

Added ext-mongodb requirement to composer.json

parent 771b9645
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
    "require": {
        "mongodb/mongodb": "^2.1.1",
        "ramsey/uuid": "^4.7",
        "vlucas/phpdotenv": "^5.6"
        "vlucas/phpdotenv": "^5.6",
      "ext-mongodb": "*"
    }
}