From 02d37a88e7ebe93b15509434696f51ff3101cac4 Mon Sep 17 00:00:00 2001 From: c33s Date: Thu, 3 Sep 2020 11:16:37 +0200 Subject: [PATCH] added suggest section to composer.json --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index d347b6b..eba3bc1 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,10 @@ "php-coveralls/php-coveralls": "^2.2", "vimeo/psalm": "^3.5" }, + "suggest": { + "ext-bcmath": "It is highly recommended that you install the GMP or BCMath extension to speed up calculations. The fastest available calculator implementation will be automatically selected at runtime.", + "ext-gmp": "It is highly recommended that you install the GMP or BCMath extension to speed up calculations. The fastest available calculator implementation will be automatically selected at runtime." + }, "autoload": { "psr-4": { "Brick\\Math\\": "src/"