mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 10:37:31 +00:00
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:
parent
34e85ccdb4
commit
701f382ccd
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue