darsyn / ip

Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
http://darsyn.github.io/ip/
MIT License
245 stars 21 forks source link

Update Running PHPUnit #58

Closed zanbaldwin closed 2 years ago

zanbaldwin commented 3 years ago

Want to start enabling tests for PHP 8. This does mean testing support for PHP 5.6 will have to be dropped because of language synxtax differences, but the library itself should still run on PHP 5.6 regardless (as long as the test suite runs successfully on PHP7+ perhaps on a language compatibility check is needed?).

Details: