stephen-hill / base58php

Base58 Encoding and Decoding Library for PHP
MIT License
79 stars 19 forks source link

Add composer suggestion for bcmath, gmp extensions or ... #20

Open mcd-php opened 7 years ago

mcd-php commented 7 years ago

... make the project strictly fail installing by separation into three packages:

( see provide )

stephen-hill commented 7 years ago

Hi

I've given this some thought and I think I'll add the "suggest" property.

While creating additional packages might be the correct route to go down, I think it adds extra complexity to such a simple library.

Cheers Stephen