Skip to content

Commit

Permalink
Require PHP extension
Browse files Browse the repository at this point in the history
* Add ext-bcmath to require section in composer file
  • Loading branch information
Dropelikeit committed Jan 26, 2018
1 parent adfdd14 commit 1a2b5c0
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": ">=7.1"
"php": ">=7.1",
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "5.6.*",
Expand Down

0 comments on commit 1a2b5c0

Please sign in to comment.