Skip to content

Commit 8bb6006

Browse files
committed
removed example file as it is unnecessary
1 parent 90557b4 commit 8bb6006

File tree

3 files changed

+3
-57
lines changed

3 files changed

+3
-57
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=7.0"
19+
"php": ">=7.0",
20+
"ext-bcmath": "*"
2021
}
2122
}

example.php

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/LuckyDraw.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* should have adequate documentation to get you started.
1414
*
1515
*
16-
* Minimum requirements: PHP 7.1.x, BCMath extension (may need to install manually in Linux servers).
16+
* Minimum requirements: PHP 7.0.x, BCMath extension (may need to install manually in Linux servers).
1717
*
1818
* @author A. B. M. Mahmudul Hasan <abmmhasan@gmail.com>
1919
* @copyright Copyright (c), 2019 A. B. M. Mahmudul Hasan

0 commit comments

Comments
 (0)