jsmitty12 / phpWhois

phpWhois general repository
GNU General Public License v2.0
56 stars 20 forks source link

Does this truely require php7? #18

Closed Leapfrognz closed 6 years ago

Leapfrognz commented 6 years ago

Recently you have added the php>7 requirement to composer. Is that really true? I had this working pretty well in 5.6 before the php dependency was added to composer.

jsmitty12 commented 6 years ago

Hello. Sorry for not getting back to you sooner. I decided to require php > 7 primarily because php 5.6 (and php 7.0 as well) is only receiving security updates through the end of this year. I also wanted to be able to use some php 7+ features (which I don't think I've added outside the testsuite.php file yet).

I would be willing to accept a PR to add php 5.6 support again assuming the TravisCI build passes.