Skip to content
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

Add support for php 8 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Tigerman55
Copy link

Dropped support for php 7.2 in favor of 7.4 because 7.2 is at end of life and 7.3 is in security release only phase.

Added support for php 8. Due to the major version update, I also needed to update several other package versions.

Added swoole ide helper utility package.

Upgraded to laminas coding standard and fixed phpcs.xml.

Added typed properties and replaced callable with Closure per this rfc.

I've also updated phpunit, along with refactoring any removed or deprecated methods. The exception to this is the assertAttributeSame, which I've removed completely. I'm not sure what the best alternative would be for this removed method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant