Add bcmath to the required extensions list #558 (#564)

This commit is contained in:
Nabeel S
2020-02-20 11:36:47 -05:00
committed by GitHub
parent da575932a7
commit 0297ec3746

View File

@@ -15,6 +15,7 @@ return [
], ],
'extensions' => [ 'extensions' => [
'bcmath',
'openssl', 'openssl',
'pdo', 'pdo',
'mbstring', 'mbstring',