Skip to content

Commit

Permalink
Merge pull request #5 from dev-sl/master
Browse files Browse the repository at this point in the history
Added PHP extension `bcmath` requirement
  • Loading branch information
chrislim2888 authored Dec 27, 2018
2 parents 8037beb + f71dfb5 commit 70bfd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}
],
"require": {
"php": ">=5.3"
"php": ">=5.3",
"ext-bcmath" : "*"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 70bfd98

Please sign in to comment.