Skip to content

Commit 3f334ce

Browse files
committed
Improve composer file.
1 parent 457687b commit 3f334ce

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "stephenhill/base58",
33
"description": "Base58 Encoding and Decoding Library for PHP",
4+
"require": {
5+
"php": ">=8.1"
6+
},
7+
"suggest": {
8+
"ext-bcmath": "Required for BC Math support",
9+
"ext-gmp": "Required for GMP support"
10+
},
411
"require-dev": {
512
"phpunit/phpunit": "10.*"
613
},

0 commit comments

Comments
 (0)