Skip to content

Commit f71dfb5

Browse files
author
Dex
committed
Fix: Added PHP extension bcmath requirement
1 parent 8037beb commit f71dfb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3"
15+
"php": ">=5.3",
16+
"ext-bcmath" : "*"
1617
},
1718
"autoload": {
1819
"classmap": [

0 commit comments

Comments
 (0)