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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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