Skip to content

Commit 8cfea20

Browse files
ENGCOM-1322: [Forwardport] Missing ext-bcmath dependency added #14763
- Merge Pull Request #14763 from mastiuhin-olexandr/magento2:2.3-develop-PR-port-12768 - Merged commits: 1. 87f4704
2 parents b18698b + 87f4704 commit 8cfea20

File tree

3 files changed

+50
-54
lines changed

3 files changed

+50
-54
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"ext-spl": "*",
2828
"ext-xsl": "*",
2929
"ext-zip": "*",
30+
"ext-bcmath": "*",
3031
"lib-libxml": "*",
3132
"braintree/braintree_php": "3.28.0",
3233
"colinmollenhour/cache-backend-file": "~1.4.1",

composer.lock

Lines changed: 48 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/internal/Magento/Framework/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"ext-simplexml": "*",
2121
"ext-spl": "*",
2222
"ext-xsl": "*",
23+
"ext-bcmath": "*",
2324
"lib-libxml": "*",
2425
"colinmollenhour/php-redis-session-abstract": "~1.3.8",
2526
"composer/composer": "^1.6",

0 commit comments

Comments
 (0)