Closed JarJak closed 5 years ago
I'm fine with upping the required level on the next versions. Minor release can go to PHP5.6 (the only one still being supported), and the next major to PHP7.1. Lots in 7 that'll make this whole lib a lot cleaner. Should let us ignore all those phpunit errors on <php5.6
@jkoudys Ok bumped PHP version in composer and travis to 5.6
Now also fixes #12
Any plans to tag a new release after this?
@Petah yes I really should. I'll be dropping <7.1 support with the next release, which will open up a ton of opportunities around type hinting, and being able to drop a lot of the reflection now that I can spread into a new
.
@jkoudys when do you plan to release?
@JarJak Pushed up as v2. php7 cleans this up quite a bit, and php5 isn't worth supporting anymore. I don't think anyone on an ancient WordPress install running on some forsaken 5.4 server somewhere is going to use immutable.php .
Closes #14