Use BigDecimal object type for Supplier shipping costs, instead of bcmath string.

This commit is contained in:
Jan Böhmer 2020-05-18 22:07:09 +02:00
parent ae23a82105
commit 08267b88b0
10 changed files with 312 additions and 14 deletions

View file

@ -11,6 +11,9 @@
"beberlei/doctrineextensions": {
"version": "v1.2.6"
},
"brick/math": {
"version": "0.8.15"
},
"composer/semver": {
"version": "1.5.0"
},