Sfoglia il codice sorgente

Updated the version from mongo to 3.6

Jean Sumara 5 anni fa
parent
commit
29a483a80c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)