From 701f382ccdf8ffe188ea677a88af0d4133fb0256 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 May 2023 20:47:26 +0100 Subject: [PATCH] chore: remove bcmath This isn't used on the majority of projects so I'm removing it as a default extension. --- src/Action/CreateFinalConfigurationData.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Action/CreateFinalConfigurationData.php b/src/Action/CreateFinalConfigurationData.php index 2d33f96..ef3dfb8 100644 --- a/src/Action/CreateFinalConfigurationData.php +++ b/src/Action/CreateFinalConfigurationData.php @@ -31,7 +31,6 @@ final class CreateFinalConfigurationData ]; $phpExtensions = [ - 'bcmath', 'gd', // TODO: only add `pdo_mysql` if its used. 'pdo_mysql',