-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to require PHP 7.1+ #276
Update to require PHP 7.1+ #276
Conversation
8dfab30
to
a6bc754
Compare
d62cd4e
to
ec578d4
Compare
eee05cc
to
1321766
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WyriHaximus Went over your changes together with @cassifyit and addressed all outstanding issues, great work, now let's get this shipped!
For the reference: Link to diff between original eee05cc and new 1321766: https://gist.github.com/clue/98910c5ec0c390225d702d897e366304)
1321766
to
cde4017
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request looks good to me, let's get this in 👍
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
Refs reactphp/cache#58 and reactphp/stream#175