From 0297ec37465cb919452d7ea6c1fb06f75d8c377f Mon Sep 17 00:00:00 2001 From: Nabeel S Date: Thu, 20 Feb 2020 11:36:47 -0500 Subject: [PATCH] Add bcmath to the required extensions list #558 (#564) --- modules/Installer/Config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index 60713270..22fdc4d3 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -15,6 +15,7 @@ return [ ], 'extensions' => [ + 'bcmath', 'openssl', 'pdo', 'mbstring',