Added php-mbstring dependency in composer
authorJean-Michel Vourgère <nirgal@debian.org>
Sat, 5 Oct 2019 14:43:54 +0000 (16:43 +0200)
committerRobert Treat <rob@xzilla.net>
Sun, 13 Oct 2019 00:29:15 +0000 (20:29 -0400)
composer.json

index 0c4241d9cf459f0ab592731103370307d81d0fa7..634db6d41068a538d919d14933a14175291018bd 100644 (file)
@@ -6,9 +6,9 @@
     "require": {
         "php": ">=7.1",
                "ext-pgsql": "*",
-       },
+        "ext-mbstring": "*"
+    },
     "minimum-stability": "stable",
     "autoload": {
     }
 }
-