We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90557b4 commit 8bb6006Copy full SHA for 8bb6006
composer.json
@@ -16,6 +16,7 @@
16
}
17
},
18
"require": {
19
- "php": ">=7.0"
+ "php": ">=7.0",
20
+ "ext-bcmath": "*"
21
22
example.php
src/LuckyDraw.php
@@ -13,7 +13,7 @@
13
* should have adequate documentation to get you started.
14
*
15
- * Minimum requirements: PHP 7.1.x, BCMath extension (may need to install manually in Linux servers).
+ * Minimum requirements: PHP 7.0.x, BCMath extension (may need to install manually in Linux servers).
* @author A. B. M. Mahmudul Hasan <abmmhasan@gmail.com>
* @copyright Copyright (c), 2019 A. B. M. Mahmudul Hasan
0 commit comments