소스 검색

Updated the version from mongo to 3.6

Jean Sumara 5 년 전
부모
커밋
29a483a80c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/src/Services/Mongodb.php

+ 1 - 1
tools/src/Services/Mongodb.php

@@ -37,7 +37,7 @@ class Mongodb extends InitialService
         $registry = "";
         $host_env_file = "";
         extract($this->getConfigVar());
-        $version = "3.4";
+        $version = "3.6";
         if ($this->getRelease()->needInstallModule($module)) {
             $this->getComposer()
                 ->addService($module)