-
-
Notifications
You must be signed in to change notification settings - Fork 384
Description
I'm considering a release that would drop support for PHP 5.x since it's no longer supported. This will be a breaking change, so the version will move to 4.0. There are a handful of PHP 7-only things that this will solve (e.g. #283), but it will also let use modern syntax and remove some legacy code.
This issue is for planning and discussion around what we can improve/remove in the existing code base. No new features will be accepted for 4.0, and will instead be reserved for 4.1 (or later). API changes that have been planned or make sense will be considered, but should be kept to a minimal.
That said, I'm opening the floor to discussions. If you plan on submitting a PR for this release, please post here first to coordinate so that everyone is on the same page and we can make sure the work you're doing is in scope.