Closed StudioMaX closed 10 months ago
Thanks. How long should we care about PHP5 compatibility? PHP7 has been out for 8 years now.
The main problem is that in order to at least partially comply with the semver, we cannot remove unsupported PHP versions in the current major version; for this we will need to release a new major or at least 1.10 version. In 2.0 and my local 2.1, I long ago bumped the minimum version to PHP 7.2, but I can’t find the time to finalize 2.1 to a working state, I’m just merging all new commits from 1.9. :)
Whenever you're ready for 2.1 I can also increment to 1.10 and match your minimum PHP version.
Array dereferencing support was added only with PHP 5.4