crap
crap copied to clipboard
Drop PHP 5.x support
I would like to drop PHP 5.x support for 2.x, and maintain 1.x for 5.x. Since I would be maintaining both versions, I want 1.x to be as feature-complete as possible.
There exists a utility to 'convert' PHP 7 code to 5; see spatie/7to5. See latitude/latitude for an example of a project that uses this library to create releases targeting each PHP version.