event-loop icon indicating copy to clipboard operation
event-loop copied to clipboard

Update to require PHP 7.1+

Open WyriHaximus opened this issue 2 years ago • 0 comments

This changeset updates the project to require PHP 7.1+ and drop legacy PHP < 7.1 and HHVM as discussed in #271. I'm marking this as a BC break for anybody still stuck on very old PHP versions, but there's little chance this will affect any current projects otherwise.

This PR aims to contain the minimal changeset to update the PHP version requirement only. Follow-up PRs will update our APIs to leverage newer language features.

Builds on top of #269, #272, #273 and others

WyriHaximus avatar Feb 21 '24 06:02 WyriHaximus