-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support PHP 8 and its new features #148
Comments
There are currently a couple of things standing in the way of phpat being installable on PHP8:
|
Hi @carlosas any updates on this topic? Is support for php8 coming soon? |
Hello @Lukasz93P Right now you can test the progress using the version |
I have created some tests and with the recent changes the current support in Version support ✅ |
@carlosas "it will still not catch some new features", ok it sounds great despite that, I will be very happy being able to install this package with php version specified as 8 in my composer file, thats all, so thanks for answering my question. |
This list is based on phpactor/phpactor#1135
Package Support
Ensuring that all packages support 8.0 and phpat can be composer-installed in a PHP 8.0 environment ✅
Language Support
Constructor promotion ✅
Named Parameters ✅
Union Types ✅
Currently supported in docblocks
Attributes ✅⚠️
TODO:
Match and Throw Expression ✅
The text was updated successfully, but these errors were encountered: