mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 18:03:37 +02:00
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:
parent
b1db89e3b4
commit
32207e2e6c
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue