chore: remove bcmath

This isn't used on the majority of projects so I'm removing it as a
default extension.
This commit is contained in:
Oliver Davies 2023-05-09 20:47:26 +01:00
parent 34e85ccdb4
commit 701f382ccd

View file

@ -31,7 +31,6 @@ final class CreateFinalConfigurationData
]; ];
$phpExtensions = [ $phpExtensions = [
'bcmath',
'gd', 'gd',
// TODO: only add `pdo_mysql` if its used. // TODO: only add `pdo_mysql` if its used.
'pdo_mysql', 'pdo_mysql',