Skip to content

Commit 70bfd98

Browse files
authored
Merge pull request #5 from dev-sl/master
Added PHP extension `bcmath` requirement
2 parents 8037beb + f71dfb5 commit 70bfd98

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)