Moved bcmath to suggested packages.

brick/math can emulate this. When bcmath or GMP is installed performance is much better.
This commit is contained in:
Jan Böhmer 2020-05-20 22:09:33 +02:00
parent b1db89e3b4
commit 32207e2e6c

View file

@ -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"