Skip to content

Commit

Permalink
Merge pull request #8 from Dropelikeit/require_php_ext
Browse files Browse the repository at this point in the history
Require PHP extension
  • Loading branch information
Dropelikeit committed Jan 27, 2018
2 parents adfdd14 + 1a2b5c0 commit 557ebd9
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 557ebd9

Please sign in to comment.