Skip to content

Commit

Permalink
Merge pull request #3 from sh41/patch-1
Browse files Browse the repository at this point in the history
Add bcmath dependency to composer.json
  • Loading branch information
kielabokkie authored Jan 15, 2021
2 parents 2557dd7 + c10ed2b commit bd456be
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 @@ -11,7 +11,8 @@
}
],
"require": {
"php": "^7.3|^8.0"
"php": "^7.3|^8.0",
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0"
Expand Down

0 comments on commit bd456be

Please sign in to comment.