Skip to content

Commit 2cddf69

Browse files
MAGETWO-85744: magento/magento2: Missing ext-bcmath dependency added magento#12768
2 parents 2ac28c1 + 47f8b9c commit 2cddf69

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"ext-dom": "*",
6060
"ext-simplexml": "*",
6161
"ext-mcrypt": "*",
62+
"ext-bcmath": "*",
6263
"ext-hash": "*",
6364
"ext-curl": "*",
6465
"ext-iconv": "*",

composer.lock

Lines changed: 2 additions & 1 deletion
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-openssl": "*",
2121
"lib-libxml": "*",
2222
"ext-xsl": "*",
23+
"ext-bcmath": "*",
2324
"symfony/process": "~2.1",
2425
"colinmollenhour/php-redis-session-abstract": "1.3.4",
2526
"composer/composer": "1.4.1",

0 commit comments

Comments
 (0)