From 32207e2e6c872b6076788c089c7e206f3d96a7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 20 May 2020 22:09:33 +0200 Subject: [PATCH] Moved bcmath to suggested packages. brick/math can emulate this. When bcmath or GMP is installed performance is much better. --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ceda09c..8d5fac80 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "license": "AGPL-3.0-or-later", "require": { "php": "^7.2.5", - "ext-bcmath": "*", "ext-ctype": "*", "ext-gd": "*", "ext-iconv": "*", @@ -79,6 +78,10 @@ "symplify/easy-coding-standard": "^7.2.3", "vimeo/psalm": "^3.5" }, + "suggest": { + "ext-bcmath": "Used to improve price calculation performance", + "ext-gmp": "Used to improve price calculation performanice" + }, "config": { "preferred-install": { "*": "dist"