monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
118 stars 76 forks source link

Rise version of php to least supported #83

Closed vv12131415 closed 3 years ago

vv12131415 commented 5 years ago

Since php 5.6 is out of date, I think you need to rise the version to 7.2 (since it's least supported currently see http://php.net/supported-versions.php) Also think way you can introduce some kind of strict types in your project.

serhack commented 3 years ago

Fixed.